{
  "repo_root": "C:\\repos\\v3\\networkx",
  "files_scanned": 690,
  "modules_parsed": 690,
  "function_graph": {
    "benchmarks.benchmarks.benchmark_algorithms": [
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.setup",
        "name": "setup",
        "lineno": 34,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_betweenness_centrality",
        "name": "time_betweenness_centrality",
        "lineno": 41,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_greedy_modularity_communities",
        "name": "time_greedy_modularity_communities",
        "lineno": 46,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_louvain_communities",
        "name": "time_louvain_communities",
        "lineno": 49,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_pagerank",
        "name": "time_pagerank",
        "lineno": 52,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_connected_components",
        "name": "time_connected_components",
        "lineno": 55,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_k_core",
        "name": "time_k_core",
        "lineno": 58,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_average_clustering",
        "name": "time_average_clustering",
        "lineno": 61,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.time_minimum_spanning_tree_kruskal",
        "name": "time_minimum_spanning_tree_kruskal",
        "lineno": 64,
        "scope": "UndirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.DirectedAlgorithmBenchmarks.setup",
        "name": "setup",
        "lineno": 114,
        "scope": "DirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.DirectedAlgorithmBenchmarks.time_tarjan_scc",
        "name": "time_tarjan_scc",
        "lineno": 117,
        "scope": "DirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.DirectedAlgorithmBenchmarks.time_kosaraju_scc",
        "name": "time_kosaraju_scc",
        "lineno": 120,
        "scope": "DirectedAlgorithmBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.AlgorithmBenchmarksConnectedGraphsOnly.setup",
        "name": "setup",
        "lineno": 140,
        "scope": "AlgorithmBenchmarksConnectedGraphsOnly",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.AlgorithmBenchmarksConnectedGraphsOnly.time_eigenvector_centrality_numpy",
        "name": "time_eigenvector_centrality_numpy",
        "lineno": 143,
        "scope": "AlgorithmBenchmarksConnectedGraphsOnly",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.AlgorithmBenchmarksConnectedGraphsOnly.time_square_clustering",
        "name": "time_square_clustering",
        "lineno": 148,
        "scope": "AlgorithmBenchmarksConnectedGraphsOnly",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms._make_tournament_benchmark_graphs",
        "name": "_make_tournament_benchmark_graphs",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.ReachabilityBenchmark.setup",
        "name": "setup",
        "lineno": 169,
        "scope": "ReachabilityBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.ReachabilityBenchmark.time_is_reachable",
        "name": "time_is_reachable",
        "lineno": 175,
        "scope": "ReachabilityBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms._make_weighted_benchmark_graphs",
        "name": "_make_weighted_benchmark_graphs",
        "lineno": 179,
        "scope": null,
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms._make_weighted_benchmark_graphs.dijkstra_relaxation_worst_case",
        "name": "dijkstra_relaxation_worst_case",
        "lineno": 190,
        "scope": "_make_weighted_benchmark_graphs",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.WeightedGraphBenchmark.setup",
        "name": "setup",
        "lineno": 236,
        "scope": "WeightedGraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.WeightedGraphBenchmark.time_weighted_single_source_dijkstra",
        "name": "time_weighted_single_source_dijkstra",
        "lineno": 241,
        "scope": "WeightedGraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.WeightedGraphBenchmark.time_shortest_path",
        "name": "time_shortest_path",
        "lineno": 249,
        "scope": "WeightedGraphBenchmark",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_aperiodic": [
      {
        "id": "benchmarks.benchmarks.benchmark_aperiodic.AperiodicBenchmarks.setup",
        "name": "setup",
        "lineno": 36,
        "scope": "AperiodicBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_aperiodic.AperiodicBenchmarks.time_is_aperiodic",
        "name": "time_is_aperiodic",
        "lineno": 39,
        "scope": "AperiodicBenchmarks",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_chordal": [
      {
        "id": "benchmarks.benchmarks.benchmark_chordal.ChordalBenchmarks.setup",
        "name": "setup",
        "lineno": 8,
        "scope": "ChordalBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_chordal.ChordalBenchmarks.time_is_chordal_complete",
        "name": "time_is_chordal_complete",
        "lineno": 15,
        "scope": "ChordalBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_chordal.ChordalBenchmarks.time_is_chordal_star",
        "name": "time_is_chordal_star",
        "lineno": 19,
        "scope": "ChordalBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_chordal.ChordalBenchmarks.time_is_chordal_path",
        "name": "time_is_chordal_path",
        "lineno": 23,
        "scope": "ChordalBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_chordal.ChordalBenchmarks.time_is_chordal_wheel",
        "name": "time_is_chordal_wheel",
        "lineno": 27,
        "scope": "ChordalBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_chordal.ChordalBenchmarks.time_is_chordal_cycle_graph",
        "name": "time_is_chordal_cycle_graph",
        "lineno": 31,
        "scope": "ChordalBenchmarks",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_classes": [
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.setup",
        "name": "setup",
        "lineno": 10,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_graph_create",
        "name": "time_graph_create",
        "lineno": 17,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_add_nodes_from",
        "name": "time_add_nodes_from",
        "lineno": 20,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_add_edges_from",
        "name": "time_add_edges_from",
        "lineno": 23,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_remove_nodes_from",
        "name": "time_remove_nodes_from",
        "lineno": 26,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_remove_edges_from",
        "name": "time_remove_edges_from",
        "lineno": 29,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_copy",
        "name": "time_copy",
        "lineno": 32,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_to_directed",
        "name": "time_to_directed",
        "lineno": 35,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_to_undirected",
        "name": "time_to_undirected",
        "lineno": 38,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_subgraph",
        "name": "time_subgraph",
        "lineno": 41,
        "scope": "GraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark.time_subgraph_large",
        "name": "time_subgraph_large",
        "lineno": 44,
        "scope": "GraphBenchmark",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_harmonic_centrality": [
      {
        "id": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks.setup",
        "name": "setup",
        "lineno": 14,
        "scope": "HarmonicCentralityBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks.setup.directed_wheel",
        "name": "directed_wheel",
        "lineno": 15,
        "scope": "HarmonicCentralityBenchmarks.setup",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks.time_harmonic_centrality",
        "name": "time_harmonic_centrality",
        "lineno": 27,
        "scope": "HarmonicCentralityBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks.time_harmonic_centrality_single_node",
        "name": "time_harmonic_centrality_single_node",
        "lineno": 30,
        "scope": "HarmonicCentralityBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks.time_harmonic_centrality_node_subset",
        "name": "time_harmonic_centrality_node_subset",
        "lineno": 33,
        "scope": "HarmonicCentralityBenchmarks",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_many_components": [
      {
        "id": "benchmarks.benchmarks.benchmark_many_components.ManyComponentsBenchmark.setup",
        "name": "setup",
        "lineno": 13,
        "scope": "ManyComponentsBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_many_components.ManyComponentsBenchmark.time_single_source_all_shortest_paths",
        "name": "time_single_source_all_shortest_paths",
        "lineno": 25,
        "scope": "ManyComponentsBenchmark",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_neighbors": [
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors.setup",
        "name": "setup",
        "lineno": 10,
        "scope": "NonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors.time_star_center",
        "name": "time_star_center",
        "lineno": 15,
        "scope": "NonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors.time_star_rim",
        "name": "time_star_rim",
        "lineno": 18,
        "scope": "NonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors.time_complete",
        "name": "time_complete",
        "lineno": 21,
        "scope": "NonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors.time_path_first",
        "name": "time_path_first",
        "lineno": 24,
        "scope": "NonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors.time_path_last",
        "name": "time_path_last",
        "lineno": 27,
        "scope": "NonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors.time_path_center",
        "name": "time_path_center",
        "lineno": 30,
        "scope": "NonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.CommonNeighbors.setup",
        "name": "setup",
        "lineno": 40,
        "scope": "CommonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.CommonNeighbors.time_star_center_rim",
        "name": "time_star_center_rim",
        "lineno": 44,
        "scope": "CommonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.CommonNeighbors.time_star_rim_rim",
        "name": "time_star_rim_rim",
        "lineno": 47,
        "scope": "CommonNeighbors",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.CommonNeighbors.time_complete",
        "name": "time_complete",
        "lineno": 50,
        "scope": "CommonNeighbors",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_regular": [
      {
        "id": "benchmarks.benchmarks.benchmark_regular.KFactorBenchmarks.setup",
        "name": "setup",
        "lineno": 24,
        "scope": "KFactorBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_regular.KFactorBenchmarks.time_k_factor",
        "name": "time_k_factor",
        "lineno": 27,
        "scope": "KFactorBenchmarks",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_regular.IsRegularCompleteGraph.setup",
        "name": "setup",
        "lineno": 38,
        "scope": "IsRegularCompleteGraph",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_regular.IsRegularCompleteGraph.time_is_regular",
        "name": "time_is_regular",
        "lineno": 46,
        "scope": "IsRegularCompleteGraph",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_shortest_path": [
      {
        "id": "benchmarks.benchmarks.benchmark_shortest_path.UndirectedGraphAtlasSevenNodesConnected.setup",
        "name": "setup",
        "lineno": 14,
        "scope": "UndirectedGraphAtlasSevenNodesConnected",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_shortest_path.UndirectedGraphAtlasSevenNodesConnected.time_multi_source_dijkstra_over_atlas",
        "name": "time_multi_source_dijkstra_over_atlas",
        "lineno": 41,
        "scope": "UndirectedGraphAtlasSevenNodesConnected",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_shortest_path.UndirectedGraphAtlasSevenNodesConnected.time_multi_source_dijkstra_over_atlas_with_target",
        "name": "time_multi_source_dijkstra_over_atlas_with_target",
        "lineno": 47,
        "scope": "UndirectedGraphAtlasSevenNodesConnected",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_shortest_path.AllShortestPathsGrid.setup",
        "name": "setup",
        "lineno": 62,
        "scope": "AllShortestPathsGrid",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_shortest_path.AllShortestPathsGrid.time_all_shortest_paths",
        "name": "time_all_shortest_paths",
        "lineno": 67,
        "scope": "AllShortestPathsGrid",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.benchmark_to_networkx_graph": [
      {
        "id": "benchmarks.benchmarks.benchmark_to_networkx_graph.ToNetworkXGraphBenchmark.setup",
        "name": "setup",
        "lineno": 8,
        "scope": "ToNetworkXGraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_to_networkx_graph.ToNetworkXGraphBenchmark.time_to_networkx_graph_direct",
        "name": "time_to_networkx_graph_direct",
        "lineno": 11,
        "scope": "ToNetworkXGraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_to_networkx_graph.ToNetworkXGraphBenchmark.time_to_networkx_graph_via_constructor",
        "name": "time_to_networkx_graph_via_constructor",
        "lineno": 14,
        "scope": "ToNetworkXGraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_to_networkx_graph.ToNetworkXGraphBenchmark.time_to_networkx_graph_direct_multi_instance",
        "name": "time_to_networkx_graph_direct_multi_instance",
        "lineno": 24,
        "scope": "ToNetworkXGraphBenchmark",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.benchmark_to_networkx_graph.ToNetworkXGraphBenchmark.time_to_networkx_graph_via_constructor_multi_instance",
        "name": "time_to_networkx_graph_via_constructor_multi_instance",
        "lineno": 28,
        "scope": "ToNetworkXGraphBenchmark",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.distance_measures": [
      {
        "id": "benchmarks.benchmarks.distance_measures.RandomUnlabeledTree.setup",
        "name": "setup",
        "lineno": 12,
        "scope": "RandomUnlabeledTree",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.distance_measures.RandomUnlabeledTree.time_center",
        "name": "time_center",
        "lineno": 17,
        "scope": "RandomUnlabeledTree",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.distance_measures.RandomUnlabeledTree.time_tree_center",
        "name": "time_tree_center",
        "lineno": 21,
        "scope": "RandomUnlabeledTree",
        "is_async": false
      }
    ],
    "benchmarks.benchmarks.utils": [
      {
        "id": "benchmarks.benchmarks.utils.benchmark_name_from_func_call",
        "name": "benchmark_name_from_func_call",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.utils.benchmark_name_from_func_call.to_str",
        "name": "to_str",
        "lineno": 34,
        "scope": "benchmark_name_from_func_call",
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.utils.weighted_graph",
        "name": "weighted_graph",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "benchmarks.benchmarks.utils.fetch_drug_interaction_network",
        "name": "fetch_drug_interaction_network",
        "lineno": 66,
        "scope": null,
        "is_async": false
      }
    ],
    "benchmarks.benchmarks": [],
    "doc.conf": [
      {
        "id": "doc.conf.setup",
        "name": "setup",
        "lineno": 274,
        "scope": null,
        "is_async": false
      },
      {
        "id": "doc.conf.new_setitem",
        "name": "new_setitem",
        "lineno": 288,
        "scope": null,
        "is_async": false
      },
      {
        "id": "doc.conf.new_str",
        "name": "new_str",
        "lineno": 313,
        "scope": null,
        "is_async": false
      }
    ],
    "doc.release.contribs": [
      {
        "id": "doc.release.contribs.call",
        "name": "call",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "doc.release.contribs.key",
        "name": "key",
        "lineno": 84,
        "scope": null,
        "is_async": false
      }
    ],
    "doc.release.report_functions_without_rst_generated": [],
    "examples.3d_drawing.mayavi2_spring": [],
    "examples.3d_drawing.plot_3d_animation_basic": [
      {
        "id": "examples.3d_drawing.plot_3d_animation_basic.init",
        "name": "init",
        "lineno": 36,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.3d_drawing.plot_3d_animation_basic._frame_update",
        "name": "_frame_update",
        "lineno": 45,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.3d_drawing.plot_3d_animation_walk": [
      {
        "id": "examples.3d_drawing.plot_3d_animation_walk.init",
        "name": "init",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.3d_drawing.plot_3d_animation_walk._frame_update",
        "name": "_frame_update",
        "lineno": 50,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.3d_drawing.plot_basic": [
      {
        "id": "examples.3d_drawing.plot_basic._format_axes",
        "name": "_format_axes",
        "lineno": 36,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.3d_drawing.plot_facebook_3d": [
      {
        "id": "examples.3d_drawing.plot_facebook_3d.init",
        "name": "init",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.3d_drawing.plot_facebook_3d._frame_update",
        "name": "_frame_update",
        "lineno": 53,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_beam_search": [
      {
        "id": "examples.algorithms.plot_beam_search.progressive_widening_search",
        "name": "progressive_widening_search",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_beam_search.has_high_centrality",
        "name": "has_high_centrality",
        "lineno": 88,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_betweenness_centrality": [],
    "examples.algorithms.plot_bipartite_motif_abcore": [],
    "examples.algorithms.plot_blockmodel": [
      {
        "id": "examples.algorithms.plot_blockmodel.create_hc",
        "name": "create_hc",
        "lineno": 32,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_circuits": [
      {
        "id": "examples.algorithms.plot_circuits.circuit_to_formula",
        "name": "circuit_to_formula",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_circuits.formula_to_string",
        "name": "formula_to_string",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "name": "_to_string",
        "lineno": 32,
        "scope": "formula_to_string",
        "is_async": false
      }
    ],
    "examples.algorithms.plot_cycle_detection": [],
    "examples.algorithms.plot_davis_club": [],
    "examples.algorithms.plot_dedensification": [],
    "examples.algorithms.plot_girvan_newman": [
      {
        "id": "examples.algorithms.plot_girvan_newman.create_community_node_colors",
        "name": "create_community_node_colors",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_girvan_newman.visualize_communities",
        "name": "visualize_communities",
        "lineno": 48,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_greedy_coloring": [],
    "examples.algorithms.plot_image_segmentation_spectral_graph_partition": [
      {
        "id": "examples.algorithms.plot_image_segmentation_spectral_graph_partition._scatter_plot",
        "name": "_scatter_plot",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_image_segmentation_spectral_graph_partition._3d_graph_plot",
        "name": "_3d_graph_plot",
        "lineno": 172,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_iterated_dynamical_systems": [
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.digitsrep",
        "name": "digitsrep",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "name": "powersum",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.attractor153_graph",
        "name": "attractor153_graph",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.squaring_cycle_graph_old",
        "name": "squaring_cycle_graph_old",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.sum_of_digits_graph",
        "name": "sum_of_digits_graph",
        "lineno": 148,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.sum_of_digits_graph.f",
        "name": "f",
        "lineno": 149,
        "scope": "sum_of_digits_graph",
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.squaring_cycle_digraph",
        "name": "squaring_cycle_digraph",
        "lineno": 155,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.squaring_cycle_digraph.f",
        "name": "f",
        "lineno": 156,
        "scope": "squaring_cycle_digraph",
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.cubing_153_digraph",
        "name": "cubing_153_digraph",
        "lineno": 162,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.cubing_153_digraph.f",
        "name": "f",
        "lineno": 163,
        "scope": "cubing_153_digraph",
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.discrete_dynamics_digraph",
        "name": "discrete_dynamics_digraph",
        "lineno": 169,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.collatz_problem_digraph",
        "name": "collatz_problem_digraph",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.collatz_problem_digraph.f",
        "name": "f",
        "lineno": 188,
        "scope": "collatz_problem_digraph",
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_iterated_dynamical_systems.fixed_points",
        "name": "fixed_points",
        "lineno": 197,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_krackhardt_centrality": [],
    "examples.algorithms.plot_lca": [],
    "examples.algorithms.plot_maximum_independent_set": [],
    "examples.algorithms.plot_metric_closure": [],
    "examples.algorithms.plot_parallel_betweenness": [
      {
        "id": "examples.algorithms.plot_parallel_betweenness.chunks",
        "name": "chunks",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.algorithms.plot_parallel_betweenness.betweenness_centrality_parallel",
        "name": "betweenness_centrality_parallel",
        "lineno": 38,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_rcm": [],
    "examples.algorithms.plot_shortest_path": [],
    "examples.algorithms.plot_snap": [],
    "examples.algorithms.plot_subgraphs": [
      {
        "id": "examples.algorithms.plot_subgraphs.graph_partitioning",
        "name": "graph_partitioning",
        "lineno": 16,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.algorithms.plot_trust_rank": [],
    "examples.basic.plot_basic_directed": [],
    "examples.basic.plot_properties": [],
    "examples.basic.plot_read_write": [],
    "examples.basic.plot_simple_graph": [],
    "examples.drawing.plot_center_node": [],
    "examples.drawing.plot_chess_masters": [
      {
        "id": "examples.drawing.plot_chess_masters.chess_pgn_graph",
        "name": "chess_pgn_graph",
        "lineno": 36,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.drawing.plot_clusters": [],
    "examples.drawing.plot_custom_node_icons": [],
    "examples.drawing.plot_degree": [],
    "examples.drawing.plot_directed": [],
    "examples.drawing.plot_edge_colormap": [],
    "examples.drawing.plot_ego_graph": [],
    "examples.drawing.plot_eigenvalues": [],
    "examples.drawing.plot_four_grids": [],
    "examples.drawing.plot_house_with_colors": [],
    "examples.drawing.plot_knuth_miles": [
      {
        "id": "examples.drawing.plot_knuth_miles.miles_graph",
        "name": "miles_graph",
        "lineno": 34,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.drawing.plot_labels_and_colors": [],
    "examples.drawing.plot_multigraphs": [
      {
        "id": "examples.drawing.plot_multigraphs.draw_labeled_multigraph",
        "name": "draw_labeled_multigraph",
        "lineno": 25,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.drawing.plot_multipartite_graph": [
      {
        "id": "examples.drawing.plot_multipartite_graph.multilayered_graph",
        "name": "multilayered_graph",
        "lineno": 24,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.drawing.plot_node_colormap": [],
    "examples.drawing.plot_rainbow_coloring": [
      {
        "id": "examples.drawing.plot_rainbow_coloring.cycle",
        "name": "cycle",
        "lineno": 46,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.drawing.plot_random_geometric_graph": [],
    "examples.drawing.plot_sampson": [],
    "examples.drawing.plot_selfloops": [],
    "examples.drawing.plot_simple_path": [],
    "examples.drawing.plot_spectral_grid": [],
    "examples.drawing.plot_spring_layout": [],
    "examples.drawing.plot_tsp": [],
    "examples.drawing.plot_unix_email": [
      {
        "id": "examples.drawing.plot_unix_email.mbox_graph",
        "name": "mbox_graph",
        "lineno": 30,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.drawing.plot_weighted_graph": [],
    "examples.external.javascript_force": [
      {
        "id": "examples.external.javascript_force.static_proxy",
        "name": "static_proxy",
        "lineno": 35,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.external.plot_igraph": [],
    "examples.external.plot_iplotx": [],
    "examples.geospatial.plot_delaunay": [],
    "examples.geospatial.plot_lines": [],
    "examples.geospatial.plot_osmnx": [],
    "examples.geospatial.plot_points": [],
    "examples.geospatial.plot_polygons": [],
    "examples.graph.plot_dag_layout": [],
    "examples.graph.plot_degree_sequence": [],
    "examples.graph.plot_erdos_renyi": [],
    "examples.graph.plot_expected_degree_sequence": [],
    "examples.graph.plot_football": [],
    "examples.graph.plot_karate_club": [],
    "examples.graph.plot_morse_trie": [
      {
        "id": "examples.graph.plot_morse_trie.morse_encode",
        "name": "morse_encode",
        "lineno": 85,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.graph.plot_mst": [],
    "examples.graph.plot_napoleon_russian_campaign": [
      {
        "id": "examples.graph.plot_napoleon_russian_campaign.minard_graph",
        "name": "minard_graph",
        "lineno": 14,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.graph.plot_roget": [
      {
        "id": "examples.graph.plot_roget.roget_graph",
        "name": "roget_graph",
        "lineno": 31,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.graph.plot_triad_types": [],
    "examples.graph.plot_visibility_graph": [],
    "examples.graph.plot_words": [
      {
        "id": "examples.graph.plot_words.generate_graph",
        "name": "generate_graph",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "examples.graph.plot_words.generate_graph.edit_distance_one",
        "name": "edit_distance_one",
        "lineno": 30,
        "scope": "generate_graph",
        "is_async": false
      },
      {
        "id": "examples.graph.plot_words.words_graph",
        "name": "words_graph",
        "lineno": 49,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.graphviz_drawing.plot_attributes": [],
    "examples.graphviz_drawing.plot_conversion": [],
    "examples.graphviz_drawing.plot_grid": [],
    "examples.graphviz_drawing.plot_mini_atlas": [],
    "examples.graphviz_layout.plot_atlas": [
      {
        "id": "examples.graphviz_layout.plot_atlas.atlas6",
        "name": "atlas6",
        "lineno": 24,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.graphviz_layout.plot_circular_tree": [],
    "examples.graphviz_layout.plot_decomposition": [],
    "examples.graphviz_layout.plot_giant_component": [],
    "examples.graphviz_layout.plot_lanl_routes": [
      {
        "id": "examples.graphviz_layout.plot_lanl_routes.lanl_graph",
        "name": "lanl_graph",
        "lineno": 19,
        "scope": null,
        "is_async": false
      }
    ],
    "examples.subclass.plot_antigraph": [
      {
        "id": "examples.subclass.plot_antigraph.AntiGraph.single_edge_dict",
        "name": "single_edge_dict",
        "lineno": 39,
        "scope": "AntiGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_antigraph.AntiGraph.__getitem__",
        "name": "__getitem__",
        "lineno": 44,
        "scope": "AntiGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_antigraph.AntiGraph.neighbors",
        "name": "neighbors",
        "lineno": 62,
        "scope": "AntiGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_antigraph.AntiGraph.degree",
        "name": "degree",
        "lineno": 72,
        "scope": "AntiGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_antigraph.AntiGraph.adjacency",
        "name": "adjacency",
        "lineno": 141,
        "scope": "AntiGraph",
        "is_async": false
      }
    ],
    "examples.subclass.plot_printgraph": [
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.__init__",
        "name": "__init__",
        "lineno": 21,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.add_node",
        "name": "add_node",
        "lineno": 30,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.add_nodes_from",
        "name": "add_nodes_from",
        "lineno": 34,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.remove_node",
        "name": "remove_node",
        "lineno": 38,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.remove_nodes_from",
        "name": "remove_nodes_from",
        "lineno": 42,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.add_edge",
        "name": "add_edge",
        "lineno": 46,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.add_edges_from",
        "name": "add_edges_from",
        "lineno": 50,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.remove_edge",
        "name": "remove_edge",
        "lineno": 55,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.remove_edges_from",
        "name": "remove_edges_from",
        "lineno": 59,
        "scope": "PrintGraph",
        "is_async": false
      },
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph.clear",
        "name": "clear",
        "lineno": 64,
        "scope": "PrintGraph",
        "is_async": false
      }
    ],
    "networkx.conftest": [
      {
        "id": "networkx.conftest.pytest_addoption",
        "name": "pytest_addoption",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.conftest.pytest_configure",
        "name": "pytest_configure",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.conftest.pytest_collection_modifyitems",
        "name": "pytest_collection_modifyitems",
        "lineno": 78,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.conftest.set_warnings",
        "name": "set_warnings",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.conftest.add_nx",
        "name": "add_nx",
        "lineno": 130,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.convert": [
      {
        "id": "networkx.convert.to_networkx_graph",
        "name": "to_networkx_graph",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert.to_dict_of_lists",
        "name": "to_dict_of_lists",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert.from_dict_of_lists",
        "name": "from_dict_of_lists",
        "lineno": 213,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert.to_dict_of_dicts",
        "name": "to_dict_of_dicts",
        "lineno": 253,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert.from_dict_of_dicts",
        "name": "from_dict_of_dicts",
        "lineno": 374,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert.to_edgelist",
        "name": "to_edgelist",
        "lineno": 461,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert.from_edgelist",
        "name": "from_edgelist",
        "lineno": 479,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.convert_matrix": [
      {
        "id": "networkx.convert_matrix.to_pandas_adjacency",
        "name": "to_pandas_adjacency",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix.from_pandas_adjacency",
        "name": "from_pandas_adjacency",
        "lineno": 154,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix.to_pandas_edgelist",
        "name": "to_pandas_edgelist",
        "lineno": 226,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix.from_pandas_edgelist",
        "name": "from_pandas_edgelist",
        "lineno": 318,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix.to_scipy_sparse_array",
        "name": "to_scipy_sparse_array",
        "lineno": 496,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix._csr_gen_triples",
        "name": "_csr_gen_triples",
        "lineno": 721,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix._csc_gen_triples",
        "name": "_csc_gen_triples",
        "lineno": 734,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix._coo_gen_triples",
        "name": "_coo_gen_triples",
        "lineno": 747,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix._dok_gen_triples",
        "name": "_dok_gen_triples",
        "lineno": 755,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix._generate_weighted_edges",
        "name": "_generate_weighted_edges",
        "lineno": 765,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix.from_scipy_sparse_array",
        "name": "from_scipy_sparse_array",
        "lineno": 783,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix.to_numpy_array",
        "name": "to_numpy_array",
        "lineno": 893,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.convert_matrix.from_numpy_array",
        "name": "from_numpy_array",
        "lineno": 1132,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.exception": [
      {
        "id": "networkx.exception.PowerIterationFailedConvergence.__init__",
        "name": "__init__",
        "lineno": 127,
        "scope": "PowerIterationFailedConvergence",
        "is_async": false
      }
    ],
    "networkx.lazy_imports": [
      {
        "id": "networkx.lazy_imports.attach",
        "name": "attach",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.lazy_imports.attach.__getattr__",
        "name": "__getattr__",
        "lineno": 63,
        "scope": "attach",
        "is_async": false
      },
      {
        "id": "networkx.lazy_imports.attach.__dir__",
        "name": "__dir__",
        "lineno": 72,
        "scope": "attach",
        "is_async": false
      },
      {
        "id": "networkx.lazy_imports.DelayedImportErrorModule.__init__",
        "name": "__init__",
        "lineno": 83,
        "scope": "DelayedImportErrorModule",
        "is_async": false
      },
      {
        "id": "networkx.lazy_imports.DelayedImportErrorModule.__getattr__",
        "name": "__getattr__",
        "lineno": 87,
        "scope": "DelayedImportErrorModule",
        "is_async": false
      },
      {
        "id": "networkx.lazy_imports._lazy_import",
        "name": "_lazy_import",
        "lineno": 100,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.relabel": [
      {
        "id": "networkx.relabel.relabel_nodes",
        "name": "relabel_nodes",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.relabel._relabel_inplace",
        "name": "_relabel_inplace",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.relabel._relabel_copy",
        "name": "_relabel_copy",
        "lineno": 193,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.relabel.convert_node_labels_to_integers",
        "name": "convert_node_labels_to_integers",
        "lineno": 227,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx": [
      {
        "id": "networkx.__getattr__",
        "name": "__getattr__",
        "lineno": 56,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.asteroidal": [
      {
        "id": "networkx.algorithms.asteroidal.find_asteroidal_triple",
        "name": "find_asteroidal_triple",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.asteroidal.is_at_free",
        "name": "is_at_free",
        "lineno": 89,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.asteroidal.create_component_structure",
        "name": "create_component_structure",
        "lineno": 123,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.boundary": [
      {
        "id": "networkx.algorithms.boundary.edge_boundary",
        "name": "edge_boundary",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.boundary.node_boundary",
        "name": "node_boundary",
        "lineno": 111,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bridges": [
      {
        "id": "networkx.algorithms.bridges.bridges",
        "name": "bridges",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bridges.has_bridges",
        "name": "has_bridges",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bridges.local_bridges",
        "name": "local_bridges",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bridges.local_bridges.hide_edge",
        "name": "hide_edge",
        "lineno": 196,
        "scope": "local_bridges",
        "is_async": false
      }
    ],
    "networkx.algorithms.broadcasting": [
      {
        "id": "networkx.algorithms.broadcasting._get_max_broadcast_value",
        "name": "_get_max_broadcast_value",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.broadcasting._get_broadcast_centers",
        "name": "_get_broadcast_centers",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "name": "tree_broadcast_center",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.broadcasting.tree_broadcast_time",
        "name": "tree_broadcast_time",
        "lineno": 113,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.chains": [
      {
        "id": "networkx.algorithms.chains.chain_decomposition",
        "name": "chain_decomposition",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chains.chain_decomposition._dfs_cycle_forest",
        "name": "_dfs_cycle_forest",
        "lineno": 67,
        "scope": "chain_decomposition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chains.chain_decomposition._build_chain",
        "name": "_build_chain",
        "lineno": 123,
        "scope": "chain_decomposition",
        "is_async": false
      }
    ],
    "networkx.algorithms.chordal": [
      {
        "id": "networkx.algorithms.chordal.is_chordal",
        "name": "is_chordal",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chordal.find_induced_nodes",
        "name": "find_induced_nodes",
        "lineno": 93,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chordal.chordal_graph_cliques",
        "name": "chordal_graph_cliques",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chordal.chordal_graph_treewidth",
        "name": "chordal_graph_treewidth",
        "lineno": 248,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chordal._is_complete_graph",
        "name": "_is_complete_graph",
        "lineno": 287,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chordal._find_missing_edge",
        "name": "_find_missing_edge",
        "lineno": 299,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chordal._find_chordality_breaker",
        "name": "_find_chordality_breaker",
        "lineno": 308,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.chordal.complete_to_chordal_graph",
        "name": "complete_to_chordal_graph",
        "lineno": 351,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.clique": [
      {
        "id": "networkx.algorithms.clique.enumerate_all_cliques",
        "name": "enumerate_all_cliques",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.find_cliques",
        "name": "find_cliques",
        "lineno": 103,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.find_cliques_recursive",
        "name": "find_cliques_recursive",
        "lineno": 302,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.find_cliques_recursive.expand",
        "name": "expand",
        "lineno": 405,
        "scope": "find_cliques_recursive",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.make_max_clique_graph",
        "name": "make_max_clique_graph",
        "lineno": 424,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.make_clique_bipartite",
        "name": "make_clique_bipartite",
        "lineno": 472,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.node_clique_number",
        "name": "node_clique_number",
        "lineno": 521,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.number_of_cliques",
        "name": "number_of_cliques",
        "lineno": 585,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.MaxWeightClique.__init__",
        "name": "__init__",
        "lineno": 689,
        "scope": "MaxWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.MaxWeightClique.update_incumbent_if_improved",
        "name": "update_incumbent_if_improved",
        "lineno": 706,
        "scope": "MaxWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.MaxWeightClique.greedily_find_independent_set",
        "name": "greedily_find_independent_set",
        "lineno": 715,
        "scope": "MaxWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.MaxWeightClique.find_branching_nodes",
        "name": "find_branching_nodes",
        "lineno": 726,
        "scope": "MaxWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.MaxWeightClique.expand",
        "name": "expand",
        "lineno": 742,
        "scope": "MaxWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.MaxWeightClique.find_max_weight_clique",
        "name": "find_max_weight_clique",
        "lineno": 757,
        "scope": "MaxWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.clique.max_weight_clique",
        "name": "max_weight_clique",
        "lineno": 767,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.cluster": [
      {
        "id": "networkx.algorithms.cluster.triangles",
        "name": "triangles",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "name": "_triangles_and_degree_iter",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter",
        "name": "_weighted_triangles_and_degree_iter",
        "lineno": 120,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter.wt",
        "name": "wt",
        "lineno": 140,
        "scope": "_weighted_triangles_and_degree_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster._directed_triangles_and_degree_iter",
        "name": "_directed_triangles_and_degree_iter",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "name": "_directed_weighted_triangles_and_degree_iter",
        "lineno": 195,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "name": "wt",
        "lineno": 213,
        "scope": "_directed_weighted_triangles_and_degree_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster.all_triangles",
        "name": "all_triangles",
        "lineno": 260,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster.average_clustering",
        "name": "average_clustering",
        "lineno": 325,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster.clustering",
        "name": "clustering",
        "lineno": 385,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster.transitivity",
        "name": "transitivity",
        "lineno": 500,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster.square_clustering",
        "name": "square_clustering",
        "lineno": 543,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster.square_clustering.GAdj.__missing__",
        "name": "__missing__",
        "lineno": 609,
        "scope": "square_clustering.GAdj",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cluster.generalized_degree",
        "name": "generalized_degree",
        "lineno": 671,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.communicability_alg": [
      {
        "id": "networkx.algorithms.communicability_alg.communicability",
        "name": "communicability",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.communicability_alg.communicability_exp",
        "name": "communicability_exp",
        "lineno": 96,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.core": [
      {
        "id": "networkx.algorithms.core.core_number",
        "name": "core_number",
        "lineno": 47,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core._core_subgraph",
        "name": "_core_subgraph",
        "lineno": 125,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_core",
        "name": "k_core",
        "lineno": 154,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_core.k_filter",
        "name": "k_filter",
        "lineno": 207,
        "scope": "k_core",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_shell",
        "name": "k_shell",
        "lineno": 215,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_shell.k_filter",
        "name": "k_filter",
        "lineno": 274,
        "scope": "k_shell",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_crust",
        "name": "k_crust",
        "lineno": 282,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_corona",
        "name": "k_corona",
        "lineno": 349,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_corona.func",
        "name": "func",
        "lineno": 403,
        "scope": "k_corona",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.k_truss",
        "name": "k_truss",
        "lineno": 412,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.core.onion_layers",
        "name": "onion_layers",
        "lineno": 494,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.covering": [
      {
        "id": "networkx.algorithms.covering.min_edge_cover",
        "name": "min_edge_cover",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.covering.is_edge_cover",
        "name": "is_edge_cover",
        "lineno": 110,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.cuts": [
      {
        "id": "networkx.algorithms.cuts.cut_size",
        "name": "cut_size",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cuts.volume",
        "name": "volume",
        "lineno": 86,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cuts.normalized_cut_size",
        "name": "normalized_cut_size",
        "lineno": 129,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cuts.conductance",
        "name": "conductance",
        "lineno": 182,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cuts.edge_expansion",
        "name": "edge_expansion",
        "lineno": 230,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cuts.mixing_expansion",
        "name": "mixing_expansion",
        "lineno": 277,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cuts.node_expansion",
        "name": "node_expansion",
        "lineno": 325,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cuts.boundary_expansion",
        "name": "boundary_expansion",
        "lineno": 363,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.cycles": [
      {
        "id": "networkx.algorithms.cycles.cycle_basis",
        "name": "cycle_basis",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.simple_cycles",
        "name": "simple_cycles",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._directed_cycle_search",
        "name": "_directed_cycle_search",
        "lineno": 240,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._undirected_cycle_search",
        "name": "_undirected_cycle_search",
        "lineno": 290,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._NeighborhoodCache.__init__",
        "name": "__init__",
        "lineno": 348,
        "scope": "_NeighborhoodCache",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._NeighborhoodCache.__missing__",
        "name": "__missing__",
        "lineno": 351,
        "scope": "_NeighborhoodCache",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._johnson_cycle_search",
        "name": "_johnson_cycle_search",
        "lineno": 356,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._bounded_cycle_search",
        "name": "_bounded_cycle_search",
        "lineno": 416,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.chordless_cycles",
        "name": "chordless_cycles",
        "lineno": 478,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.chordless_cycles.stems",
        "name": "stems",
        "lineno": 661,
        "scope": "chordless_cycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.chordless_cycles.stems",
        "name": "stems",
        "lineno": 671,
        "scope": "chordless_cycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._chordless_cycle_search",
        "name": "_chordless_cycle_search",
        "lineno": 692,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.recursive_simple_cycles",
        "name": "recursive_simple_cycles",
        "lineno": 771,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.recursive_simple_cycles._unblock",
        "name": "_unblock",
        "lineno": 819,
        "scope": "recursive_simple_cycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.recursive_simple_cycles.circuit",
        "name": "circuit",
        "lineno": 826,
        "scope": "recursive_simple_cycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.find_cycle",
        "name": "find_cycle",
        "lineno": 881,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.find_cycle.tailhead",
        "name": "tailhead",
        "lineno": 950,
        "scope": "find_cycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.find_cycle.tailhead",
        "name": "tailhead",
        "lineno": 955,
        "scope": "find_cycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.find_cycle.tailhead",
        "name": "tailhead",
        "lineno": 960,
        "scope": "find_cycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.minimum_cycle_basis",
        "name": "minimum_cycle_basis",
        "lineno": 1043,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._min_cycle_basis",
        "name": "_min_cycle_basis",
        "lineno": 1087,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles._min_cycle",
        "name": "_min_cycle",
        "lineno": 1117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.cycles.girth",
        "name": "girth",
        "lineno": 1173,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.dag": [
      {
        "id": "networkx.algorithms.dag.descendants",
        "name": "descendants",
        "lineno": 36,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.ancestors",
        "name": "ancestors",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.has_cycle",
        "name": "has_cycle",
        "lineno": 110,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.is_directed_acyclic_graph",
        "name": "is_directed_acyclic_graph",
        "lineno": 135,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.topological_generations",
        "name": "topological_generations",
        "lineno": 176,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.topological_sort",
        "name": "topological_sort",
        "lineno": 259,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.lexicographical_topological_sort",
        "name": "lexicographical_topological_sort",
        "lineno": 333,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.lexicographical_topological_sort.key",
        "name": "key",
        "lineno": 435,
        "scope": "lexicographical_topological_sort",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.lexicographical_topological_sort.create_tuple",
        "name": "create_tuple",
        "lineno": 440,
        "scope": "lexicographical_topological_sort",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.all_topological_sorts",
        "name": "all_topological_sorts",
        "lineno": 476,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.is_aperiodic",
        "name": "is_aperiodic",
        "lineno": 596,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.transitive_closure",
        "name": "transitive_closure",
        "lineno": 736,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.transitive_closure_dag",
        "name": "transitive_closure_dag",
        "lineno": 829,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.transitive_reduction",
        "name": "transitive_reduction",
        "lineno": 886,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.antichains",
        "name": "antichains",
        "lineno": 959,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.dag_longest_path",
        "name": "dag_longest_path",
        "lineno": 1026,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.dag_longest_path_length",
        "name": "dag_longest_path_length",
        "lineno": 1124,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.root_to_leaf_paths",
        "name": "root_to_leaf_paths",
        "lineno": 1178,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.dag_to_branching",
        "name": "dag_to_branching",
        "lineno": 1199,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.v_structures",
        "name": "v_structures",
        "lineno": 1297,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dag.colliders",
        "name": "colliders",
        "lineno": 1356,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.distance_measures": [
      {
        "id": "networkx.algorithms.distance_measures._extrema_bounding",
        "name": "_extrema_bounding",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.eccentricity",
        "name": "eccentricity",
        "lineno": 248,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.diameter",
        "name": "diameter",
        "lineno": 350,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.harmonic_diameter",
        "name": "harmonic_diameter",
        "lineno": 426,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.periphery",
        "name": "periphery",
        "lineno": 501,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.radius",
        "name": "radius",
        "lineno": 573,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.center",
        "name": "center",
        "lineno": 646,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.centroid",
        "name": "centroid",
        "lineno": 722,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.resistance_distance",
        "name": "resistance_distance",
        "lineno": 817,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.effective_graph_resistance",
        "name": "effective_graph_resistance",
        "lineno": 954,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_measures.kemeny_constant",
        "name": "kemeny_constant",
        "lineno": 1042,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.distance_regular": [
      {
        "id": "networkx.algorithms.distance_regular.is_distance_regular",
        "name": "is_distance_regular",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_regular.global_parameters",
        "name": "global_parameters",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_regular.intersection_array",
        "name": "intersection_array",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.distance_regular.is_strongly_regular",
        "name": "is_strongly_regular",
        "lineno": 222,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.dominance": [
      {
        "id": "networkx.algorithms.dominance.immediate_dominators",
        "name": "immediate_dominators",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dominance.immediate_dominators.intersect",
        "name": "intersect",
        "lineno": 72,
        "scope": "immediate_dominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dominance.dominance_frontiers",
        "name": "dominance_frontiers",
        "lineno": 95,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.dominating": [
      {
        "id": "networkx.algorithms.dominating.dominating_set",
        "name": "dominating_set",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dominating.is_dominating_set",
        "name": "is_dominating_set",
        "lineno": 75,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dominating.connected_dominating_set",
        "name": "connected_dominating_set",
        "lineno": 110,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.dominating.is_connected_dominating_set",
        "name": "is_connected_dominating_set",
        "lineno": 240,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.d_separation": [
      {
        "id": "networkx.algorithms.d_separation.is_d_separator",
        "name": "is_d_separator",
        "lineno": 231,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.d_separation.find_minimal_d_separator",
        "name": "find_minimal_d_separator",
        "lineno": 339,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.d_separation.is_minimal_d_separator",
        "name": "is_minimal_d_separator",
        "lineno": 446,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.d_separation._reachable",
        "name": "_reachable",
        "lineno": 589,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.d_separation._reachable._pass",
        "name": "_pass",
        "lineno": 627,
        "scope": "_reachable",
        "is_async": false
      }
    ],
    "networkx.algorithms.efficiency_measures": [
      {
        "id": "networkx.algorithms.efficiency_measures.efficiency",
        "name": "efficiency",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.efficiency_measures.global_efficiency",
        "name": "global_efficiency",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.efficiency_measures.local_efficiency",
        "name": "local_efficiency",
        "lineno": 124,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.euler": [
      {
        "id": "networkx.algorithms.euler.is_eulerian",
        "name": "is_eulerian",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler.is_semieulerian",
        "name": "is_semieulerian",
        "lineno": 74,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler._find_path_start",
        "name": "_find_path_start",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler._simplegraph_eulerian_circuit",
        "name": "_simplegraph_eulerian_circuit",
        "lineno": 112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler._multigraph_eulerian_circuit",
        "name": "_multigraph_eulerian_circuit",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler.eulerian_circuit",
        "name": "eulerian_circuit",
        "lineno": 159,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler.has_eulerian_path",
        "name": "has_eulerian_path",
        "lineno": 240,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler.eulerian_path",
        "name": "eulerian_path",
        "lineno": 335,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.euler.eulerize",
        "name": "eulerize",
        "lineno": 391,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.graphical": [
      {
        "id": "networkx.algorithms.graphical.is_graphical",
        "name": "is_graphical",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graphical._basic_graphical_tests",
        "name": "_basic_graphical_tests",
        "lineno": 76,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graphical.is_valid_degree_sequence_havel_hakimi",
        "name": "is_valid_degree_sequence_havel_hakimi",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graphical.is_valid_degree_sequence_erdos_gallai",
        "name": "is_valid_degree_sequence_erdos_gallai",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graphical.is_multigraphical",
        "name": "is_multigraphical",
        "lineno": 278,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graphical.is_pseudographical",
        "name": "is_pseudographical",
        "lineno": 329,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graphical.is_digraphical",
        "name": "is_digraphical",
        "lineno": 376,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.graph_hashing": [
      {
        "id": "networkx.algorithms.graph_hashing._hash_label",
        "name": "_hash_label",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graph_hashing._init_node_labels",
        "name": "_init_node_labels",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graph_hashing._neighborhood_aggregate_undirected",
        "name": "_neighborhood_aggregate_undirected",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graph_hashing._neighborhood_aggregate_directed",
        "name": "_neighborhood_aggregate_directed",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash",
        "name": "weisfeiler_lehman_graph_hash",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash.weisfeiler_lehman_step",
        "name": "weisfeiler_lehman_step",
        "lineno": 195,
        "scope": "weisfeiler_lehman_graph_hash",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes",
        "name": "weisfeiler_lehman_subgraph_hashes",
        "lineno": 231,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes.weisfeiler_lehman_step",
        "name": "weisfeiler_lehman_step",
        "lineno": 394,
        "scope": "weisfeiler_lehman_subgraph_hashes",
        "is_async": false
      }
    ],
    "networkx.algorithms.hierarchy": [
      {
        "id": "networkx.algorithms.hierarchy.flow_hierarchy",
        "name": "flow_hierarchy",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.hybrid": [
      {
        "id": "networkx.algorithms.hybrid.kl_connected_subgraph",
        "name": "kl_connected_subgraph",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.hybrid.is_kl_connected",
        "name": "is_kl_connected",
        "lineno": 120,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isolate": [
      {
        "id": "networkx.algorithms.isolate.is_isolate",
        "name": "is_isolate",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isolate.isolates",
        "name": "isolates",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isolate.number_of_isolates",
        "name": "number_of_isolates",
        "lineno": 90,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.link_prediction": [
      {
        "id": "networkx.algorithms.link_prediction._apply_prediction",
        "name": "_apply_prediction",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.resource_allocation_index",
        "name": "resource_allocation_index",
        "lineno": 51,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.resource_allocation_index.predict",
        "name": "predict",
        "lineno": 105,
        "scope": "resource_allocation_index",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.jaccard_coefficient",
        "name": "jaccard_coefficient",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.jaccard_coefficient.predict",
        "name": "predict",
        "lineno": 167,
        "scope": "jaccard_coefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.adamic_adar_index",
        "name": "adamic_adar_index",
        "lineno": 179,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.adamic_adar_index.predict",
        "name": "predict",
        "lineno": 234,
        "scope": "adamic_adar_index",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.common_neighbor_centrality",
        "name": "common_neighbor_centrality",
        "lineno": 243,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.common_neighbor_centrality.predict",
        "name": "predict",
        "lineno": 327,
        "scope": "common_neighbor_centrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.common_neighbor_centrality.predict",
        "name": "predict",
        "lineno": 337,
        "scope": "common_neighbor_centrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.preferential_attachment",
        "name": "preferential_attachment",
        "lineno": 351,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.preferential_attachment.predict",
        "name": "predict",
        "lineno": 404,
        "scope": "preferential_attachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.cn_soundarajan_hopcroft",
        "name": "cn_soundarajan_hopcroft",
        "lineno": 413,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.cn_soundarajan_hopcroft.predict",
        "name": "predict",
        "lineno": 484,
        "scope": "cn_soundarajan_hopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft",
        "name": "ra_index_soundarajan_hopcroft",
        "lineno": 499,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft.predict",
        "name": "predict",
        "lineno": 572,
        "scope": "ra_index_soundarajan_hopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.within_inter_cluster",
        "name": "within_inter_cluster",
        "lineno": 586,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction.within_inter_cluster.predict",
        "name": "predict",
        "lineno": 666,
        "scope": "within_inter_cluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_prediction._community",
        "name": "_community",
        "lineno": 679,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.lowest_common_ancestors": [
      {
        "id": "networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor",
        "name": "all_pairs_lowest_common_ancestor",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor.generate_lca_from_pairs",
        "name": "generate_lca_from_pairs",
        "lineno": 97,
        "scope": "all_pairs_lowest_common_ancestor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.lowest_common_ancestors.lowest_common_ancestor",
        "name": "lowest_common_ancestor",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.lowest_common_ancestors.tree_all_pairs_lowest_common_ancestor",
        "name": "tree_all_pairs_lowest_common_ancestor",
        "lineno": 166,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.matching": [
      {
        "id": "networkx.algorithms.matching.maximal_matching",
        "name": "maximal_matching",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.matching_dict_to_set",
        "name": "matching_dict_to_set",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.is_matching",
        "name": "is_matching",
        "lineno": 86,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.is_maximal_matching",
        "name": "is_maximal_matching",
        "lineno": 147,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.is_perfect_matching",
        "name": "is_perfect_matching",
        "lineno": 209,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.min_weight_matching",
        "name": "min_weight_matching",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching",
        "name": "max_weight_matching",
        "lineno": 321,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.Blossom.leaves",
        "name": "leaves",
        "lineno": 415,
        "scope": "max_weight_matching.Blossom",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.slack",
        "name": "slack",
        "lineno": 508,
        "scope": "max_weight_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "name": "assignLabel",
        "lineno": 513,
        "scope": "max_weight_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.scanBlossom",
        "name": "scanBlossom",
        "lineno": 538,
        "scope": "max_weight_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "name": "addBlossom",
        "lineno": 575,
        "scope": "max_weight_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.expandBlossom",
        "name": "expandBlossom",
        "lineno": 670,
        "scope": "max_weight_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "name": "_recurse",
        "lineno": 676,
        "scope": "max_weight_matching.expandBlossom",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.augmentBlossom",
        "name": "augmentBlossom",
        "lineno": 786,
        "scope": "max_weight_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.augmentBlossom._recurse",
        "name": "_recurse",
        "lineno": 792,
        "scope": "max_weight_matching.augmentBlossom",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.augmentMatching",
        "name": "augmentMatching",
        "lineno": 851,
        "scope": "max_weight_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "name": "verifyOptimum",
        "lineno": 884,
        "scope": "max_weight_matching",
        "is_async": false
      }
    ],
    "networkx.algorithms.mis": [
      {
        "id": "networkx.algorithms.mis.maximal_independent_set",
        "name": "maximal_independent_set",
        "lineno": 15,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.moral": [
      {
        "id": "networkx.algorithms.moral.moral_graph",
        "name": "moral_graph",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.node_classification": [
      {
        "id": "networkx.algorithms.node_classification.harmonic_function",
        "name": "harmonic_function",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.node_classification.local_and_global_consistency",
        "name": "local_and_global_consistency",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.node_classification._get_label_info",
        "name": "_get_label_info",
        "lineno": 186,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.non_randomness": [
      {
        "id": "networkx.algorithms.non_randomness.non_randomness",
        "name": "non_randomness",
        "lineno": 14,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.perfect_graph": [
      {
        "id": "networkx.algorithms.perfect_graph.is_perfect_graph",
        "name": "is_perfect_graph",
        "lineno": 12,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.planarity": [
      {
        "id": "networkx.algorithms.planarity.is_planar",
        "name": "is_planar",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.check_planarity",
        "name": "check_planarity",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.check_planarity_recursive",
        "name": "check_planarity_recursive",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.get_counterexample",
        "name": "get_counterexample",
        "lineno": 135,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.get_counterexample_recursive",
        "name": "get_counterexample_recursive",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.Interval.__init__",
        "name": "__init__",
        "lineno": 204,
        "scope": "Interval",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.Interval.empty",
        "name": "empty",
        "lineno": 208,
        "scope": "Interval",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.Interval.copy",
        "name": "copy",
        "lineno": 212,
        "scope": "Interval",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.Interval.conflicting",
        "name": "conflicting",
        "lineno": 216,
        "scope": "Interval",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.ConflictPair.__init__",
        "name": "__init__",
        "lineno": 231,
        "scope": "ConflictPair",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.ConflictPair.swap",
        "name": "swap",
        "lineno": 235,
        "scope": "ConflictPair",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.ConflictPair.lowest",
        "name": "lowest",
        "lineno": 241,
        "scope": "ConflictPair",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.top_of_stack",
        "name": "top_of_stack",
        "lineno": 252,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "name": "__init__",
        "lineno": 283,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.lr_planarity",
        "name": "lr_planarity",
        "lineno": 323,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.lr_planarity_recursive",
        "name": "lr_planarity_recursive",
        "lineno": 402,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation",
        "name": "dfs_orientation",
        "lineno": 449,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation_recursive",
        "name": "dfs_orientation_recursive",
        "lineno": 502,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "name": "dfs_testing",
        "lineno": 535,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "name": "dfs_testing_recursive",
        "lineno": 584,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.add_constraints",
        "name": "add_constraints",
        "lineno": 611,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.remove_back_edges",
        "name": "remove_back_edges",
        "lineno": 655,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding",
        "name": "dfs_embedding",
        "lineno": 694,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding_recursive",
        "name": "dfs_embedding_recursive",
        "lineno": 723,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.sign",
        "name": "sign",
        "lineno": 741,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity.sign_recursive",
        "name": "sign_recursive",
        "lineno": 761,
        "scope": "LRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.__init__",
        "name": "__init__",
        "lineno": 859,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding._forbidden",
        "name": "_forbidden",
        "lineno": 865,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.get_data",
        "name": "get_data",
        "lineno": 875,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.set_data",
        "name": "set_data",
        "lineno": 894,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.remove_node",
        "name": "remove_node",
        "lineno": 916,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.remove_nodes_from",
        "name": "remove_nodes_from",
        "lineno": 957,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.neighbors_cw_order",
        "name": "neighbors_cw_order",
        "lineno": 986,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge",
        "name": "add_half_edge",
        "lineno": 1009,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.check_structure",
        "name": "check_structure",
        "lineno": 1084,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge_ccw",
        "name": "add_half_edge_ccw",
        "lineno": 1142,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge_cw",
        "name": "add_half_edge_cw",
        "lineno": 1171,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.remove_edge",
        "name": "remove_edge",
        "lineno": 1199,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.remove_edges_from",
        "name": "remove_edges_from",
        "lineno": 1240,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.connect_components",
        "name": "connect_components",
        "lineno": 1273,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge_first",
        "name": "add_half_edge_first",
        "lineno": 1303,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.next_face_half_edge",
        "name": "next_face_half_edge",
        "lineno": 1325,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.traverse_face",
        "name": "traverse_face",
        "lineno": 1340,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.faces",
        "name": "faces",
        "lineno": 1383,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.is_directed",
        "name": "is_directed",
        "lineno": 1408,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.copy",
        "name": "copy",
        "lineno": 1417,
        "scope": "PlanarEmbedding",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding.to_undirected",
        "name": "to_undirected",
        "lineno": 1430,
        "scope": "PlanarEmbedding",
        "is_async": false
      }
    ],
    "networkx.algorithms.planar_drawing": [
      {
        "id": "networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos",
        "name": "combinatorial_embedding_to_pos",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planar_drawing.set_position",
        "name": "set_position",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "name": "get_canonical_ordering",
        "lineno": 140,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planar_drawing.get_canonical_ordering.is_outer_face_nbr",
        "name": "is_outer_face_nbr",
        "lineno": 208,
        "scope": "get_canonical_ordering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planar_drawing.get_canonical_ordering.is_on_outer_face",
        "name": "is_on_outer_face",
        "lineno": 215,
        "scope": "get_canonical_ordering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planar_drawing.triangulate_face",
        "name": "triangulate_face",
        "lineno": 307,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "name": "triangulate_embedding",
        "lineno": 336,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.planar_drawing.make_bi_connected",
        "name": "make_bi_connected",
        "lineno": 405,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.polynomials": [
      {
        "id": "networkx.algorithms.polynomials.tutte_polynomial",
        "name": "tutte_polynomial",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.polynomials.chromatic_polynomial",
        "name": "chromatic_polynomial",
        "lineno": 185,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.reciprocity": [
      {
        "id": "networkx.algorithms.reciprocity.reciprocity",
        "name": "reciprocity",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.reciprocity._reciprocity_iter",
        "name": "_reciprocity_iter",
        "lineno": 61,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.reciprocity.overall_reciprocity",
        "name": "overall_reciprocity",
        "lineno": 81,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.regular": [
      {
        "id": "networkx.algorithms.regular.is_regular",
        "name": "is_regular",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.regular.is_k_regular",
        "name": "is_k_regular",
        "lineno": 49,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.regular.k_factor",
        "name": "k_factor",
        "lineno": 76,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.richclub": [
      {
        "id": "networkx.algorithms.richclub.rich_club_coefficient",
        "name": "rich_club_coefficient",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.richclub._compute_rc",
        "name": "_compute_rc",
        "lineno": 103,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.similarity": [
      {
        "id": "networkx.algorithms.similarity.graph_edit_distance",
        "name": "graph_edit_distance",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimal_edit_paths",
        "name": "optimal_edit_paths",
        "lineno": 211,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_graph_edit_distance",
        "name": "optimize_graph_edit_distance",
        "lineno": 387,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths",
        "name": "optimize_edit_paths",
        "lineno": 540,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.make_CostMatrix",
        "name": "make_CostMatrix",
        "lineno": 698,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.extract_C",
        "name": "extract_C",
        "lineno": 717,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.reduce_C",
        "name": "reduce_C",
        "lineno": 723,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.reduce_ind",
        "name": "reduce_ind",
        "lineno": 729,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.match_edges",
        "name": "match_edges",
        "lineno": 736,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.reduce_Ce",
        "name": "reduce_Ce",
        "lineno": 831,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "name": "get_edit_ops",
        "lineno": 839,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths",
        "name": "get_edit_paths",
        "lineno": 938,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "name": "prune",
        "lineno": 1169,
        "scope": "optimize_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.simrank_similarity",
        "name": "simrank_similarity",
        "lineno": 1199,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity._simrank_similarity_python",
        "name": "_simrank_similarity_python",
        "lineno": 1342,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity._simrank_similarity_python.avg_sim",
        "name": "avg_sim",
        "lineno": 1369,
        "scope": "_simrank_similarity_python",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity._simrank_similarity_python.sim",
        "name": "sim",
        "lineno": 1374,
        "scope": "_simrank_similarity_python",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity._simrank_similarity_numpy",
        "name": "_simrank_similarity_numpy",
        "lineno": 1402,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity._prepare_panther_paths",
        "name": "_prepare_panther_paths",
        "lineno": 1512,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.panther_similarity",
        "name": "panther_similarity",
        "lineno": 1630,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.panther_vector_similarity",
        "name": "panther_vector_similarity",
        "lineno": 1768,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.similarity.generate_random_paths",
        "name": "generate_random_paths",
        "lineno": 1968,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.simple_paths": [
      {
        "id": "networkx.algorithms.simple_paths.is_simple_path",
        "name": "is_simple_path",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.all_simple_paths",
        "name": "all_simple_paths",
        "lineno": 95,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.all_simple_edge_paths",
        "name": "all_simple_edge_paths",
        "lineno": 262,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._all_simple_edge_paths",
        "name": "_all_simple_edge_paths",
        "lineno": 380,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "name": "shortest_simple_paths",
        "lineno": 424,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.shortest_simple_paths.length_func",
        "name": "length_func",
        "lineno": 526,
        "scope": "shortest_simple_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.PathBuffer.__init__",
        "name": "__init__",
        "lineno": 574,
        "scope": "PathBuffer",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.PathBuffer.__len__",
        "name": "__len__",
        "lineno": 579,
        "scope": "PathBuffer",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.PathBuffer.push",
        "name": "push",
        "lineno": 582,
        "scope": "PathBuffer",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths.PathBuffer.pop",
        "name": "pop",
        "lineno": 588,
        "scope": "PathBuffer",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "name": "_bidirectional_shortest_path",
        "lineno": 595,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "name": "_bidirectional_pred_succ",
        "lineno": 658,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter",
        "name": "filter_iter",
        "lineno": 681,
        "scope": "_bidirectional_pred_succ",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter.iterate",
        "name": "iterate",
        "lineno": 682,
        "scope": "_bidirectional_pred_succ.filter_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_pred_iter",
        "name": "filter_pred_iter",
        "lineno": 696,
        "scope": "_bidirectional_pred_succ",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_pred_iter.iterate",
        "name": "iterate",
        "lineno": 697,
        "scope": "_bidirectional_pred_succ.filter_pred_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_succ_iter",
        "name": "filter_succ_iter",
        "lineno": 704,
        "scope": "_bidirectional_pred_succ",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_succ_iter.iterate",
        "name": "iterate",
        "lineno": 705,
        "scope": "_bidirectional_pred_succ.filter_succ_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter",
        "name": "filter_iter",
        "lineno": 717,
        "scope": "_bidirectional_pred_succ",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter.iterate",
        "name": "iterate",
        "lineno": 718,
        "scope": "_bidirectional_pred_succ.filter_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "name": "_bidirectional_dijkstra",
        "lineno": 763,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter",
        "name": "filter_iter",
        "lineno": 859,
        "scope": "_bidirectional_dijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter.iterate",
        "name": "iterate",
        "lineno": 860,
        "scope": "_bidirectional_dijkstra.filter_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_pred_iter",
        "name": "filter_pred_iter",
        "lineno": 874,
        "scope": "_bidirectional_dijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_pred_iter.iterate",
        "name": "iterate",
        "lineno": 875,
        "scope": "_bidirectional_dijkstra.filter_pred_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_succ_iter",
        "name": "filter_succ_iter",
        "lineno": 882,
        "scope": "_bidirectional_dijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_succ_iter.iterate",
        "name": "iterate",
        "lineno": 883,
        "scope": "_bidirectional_dijkstra.filter_succ_iter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter",
        "name": "filter_iter",
        "lineno": 895,
        "scope": "_bidirectional_dijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter.iterate",
        "name": "iterate",
        "lineno": 896,
        "scope": "_bidirectional_dijkstra.filter_iter",
        "is_async": false
      }
    ],
    "networkx.algorithms.smallworld": [
      {
        "id": "networkx.algorithms.smallworld.random_reference",
        "name": "random_reference",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.smallworld.lattice_reference",
        "name": "lattice_reference",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.smallworld.sigma",
        "name": "sigma",
        "lineno": 250,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.smallworld.omega",
        "name": "omega",
        "lineno": 319,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.smetric": [
      {
        "id": "networkx.algorithms.smetric.s_metric",
        "name": "s_metric",
        "lineno": 7,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.sparsifiers": [
      {
        "id": "networkx.algorithms.sparsifiers.spanner",
        "name": "spanner",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.sparsifiers._setup_residual_graph",
        "name": "_setup_residual_graph",
        "lineno": 190,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.sparsifiers._lightest_edge_dicts",
        "name": "_lightest_edge_dicts",
        "lineno": 226,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.sparsifiers._add_edge_to_spanner",
        "name": "_add_edge_to_spanner",
        "lineno": 272,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.structuralholes": [
      {
        "id": "networkx.algorithms.structuralholes.mutual_weight",
        "name": "mutual_weight",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.structuralholes.normalized_mutual_weight",
        "name": "normalized_mutual_weight",
        "lineno": 32,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.structuralholes.effective_size",
        "name": "effective_size",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.structuralholes.effective_size.redundancy",
        "name": "redundancy",
        "lineno": 141,
        "scope": "effective_size",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.structuralholes.constraint",
        "name": "constraint",
        "lineno": 218,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.structuralholes.local_constraint",
        "name": "local_constraint",
        "lineno": 318,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.summarization": [
      {
        "id": "networkx.algorithms.summarization.dedensify",
        "name": "dedensify",
        "lineno": 70,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.summarization._snap_build_graph",
        "name": "_snap_build_graph",
        "lineno": 217,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.summarization._snap_eligible_group",
        "name": "_snap_eligible_group",
        "lineno": 307,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.summarization._snap_split",
        "name": "_snap_split",
        "lineno": 359,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.summarization.snap_aggregation",
        "name": "snap_aggregation",
        "lineno": 411,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.swap": [
      {
        "id": "networkx.algorithms.swap.directed_edge_swap",
        "name": "directed_edge_swap",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.swap.double_edge_swap",
        "name": "double_edge_swap",
        "lineno": 136,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.swap.connected_double_edge_swap",
        "name": "connected_double_edge_swap",
        "lineno": 234,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.threshold": [
      {
        "id": "networkx.algorithms.threshold.is_threshold_graph",
        "name": "is_threshold_graph",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.is_threshold_sequence",
        "name": "is_threshold_sequence",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.creation_sequence",
        "name": "creation_sequence",
        "lineno": 68,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.make_compact",
        "name": "make_compact",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.uncompact",
        "name": "uncompact",
        "lineno": 171,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.creation_sequence_to_weights",
        "name": "creation_sequence_to_weights",
        "lineno": 195,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "name": "weights_to_creation_sequence",
        "lineno": 242,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.threshold_graph",
        "name": "threshold_graph",
        "lineno": 306,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.find_alternating_4_cycle",
        "name": "find_alternating_4_cycle",
        "lineno": 357,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.find_threshold_graph",
        "name": "find_threshold_graph",
        "lineno": 373,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.find_creation_sequence",
        "name": "find_creation_sequence",
        "lineno": 408,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.triangles",
        "name": "triangles",
        "lineno": 440,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.triangle_sequence",
        "name": "triangle_sequence",
        "lineno": 460,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.cluster_sequence",
        "name": "cluster_sequence",
        "lineno": 488,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.degree_sequence",
        "name": "degree_sequence",
        "lineno": 505,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.density",
        "name": "density",
        "lineno": 522,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.degree_correlation",
        "name": "degree_correlation",
        "lineno": 534,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.shortest_path",
        "name": "shortest_path",
        "lineno": 565,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.shortest_path_length",
        "name": "shortest_path_length",
        "lineno": 618,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.betweenness_sequence",
        "name": "betweenness_sequence",
        "lineno": 664,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.eigenvectors",
        "name": "eigenvectors",
        "lineno": 704,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.spectral_projection",
        "name": "spectral_projection",
        "lineno": 762,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.eigenvalues",
        "name": "eigenvalues",
        "lineno": 783,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.random_threshold_sequence",
        "name": "random_threshold_sequence",
        "lineno": 826,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.right_d_threshold_sequence",
        "name": "right_d_threshold_sequence",
        "lineno": 860,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.threshold.left_d_threshold_sequence",
        "name": "left_d_threshold_sequence",
        "lineno": 915,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.time_dependent": [
      {
        "id": "networkx.algorithms.time_dependent.cd_index",
        "name": "cd_index",
        "lineno": 12,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tournament": [
      {
        "id": "networkx.algorithms.tournament.index_satisfying",
        "name": "index_satisfying",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.is_tournament",
        "name": "is_tournament",
        "lineno": 70,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.hamiltonian_path",
        "name": "hamiltonian_path",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.random_tournament",
        "name": "random_tournament",
        "lineno": 156,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.score_sequence",
        "name": "score_sequence",
        "lineno": 191,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.tournament_matrix",
        "name": "tournament_matrix",
        "lineno": 222,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.is_reachable",
        "name": "is_reachable",
        "lineno": 265,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.is_reachable.two_neighborhood",
        "name": "two_neighborhood",
        "lineno": 320,
        "scope": "is_reachable",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.is_reachable.is_closed",
        "name": "is_closed",
        "lineno": 337,
        "scope": "is_reachable",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tournament.is_strongly_connected",
        "name": "is_strongly_connected",
        "lineno": 354,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.triads": [
      {
        "id": "networkx.algorithms.triads._tricode",
        "name": "_tricode",
        "lineno": 117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.triads.triadic_census",
        "name": "triadic_census",
        "lineno": 131,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.triads.is_triad",
        "name": "is_triad",
        "lineno": 282,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.triads.all_triads",
        "name": "all_triads",
        "lineno": 313,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.triads.triads_by_type",
        "name": "triads_by_type",
        "lineno": 344,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.triads.triad_type",
        "name": "triad_type",
        "lineno": 407,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.vitality": [
      {
        "id": "networkx.algorithms.vitality.closeness_vitality",
        "name": "closeness_vitality",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.voronoi": [
      {
        "id": "networkx.algorithms.voronoi.voronoi_cells",
        "name": "voronoi_cells",
        "lineno": 10,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.walks": [
      {
        "id": "networkx.algorithms.walks.number_of_walks",
        "name": "number_of_walks",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.walks.random_walk",
        "name": "random_walk",
        "lineno": 84,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.wiener": [
      {
        "id": "networkx.algorithms.wiener.wiener_index",
        "name": "wiener_index",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.wiener.schultz_index",
        "name": "schultz_index",
        "lineno": 98,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.wiener.gutman_index",
        "name": "gutman_index",
        "lineno": 166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.wiener.hyper_wiener_index",
        "name": "hyper_wiener_index",
        "lineno": 232,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms": [],
    "networkx.algorithms.approximation.clique": [
      {
        "id": "networkx.algorithms.approximation.clique.maximum_independent_set",
        "name": "maximum_independent_set",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.clique.max_clique",
        "name": "max_clique",
        "lineno": 75,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.clique.clique_removal",
        "name": "clique_removal",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.clique.large_clique_size",
        "name": "large_clique_size",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.clique.large_clique_size._clique_heuristic",
        "name": "_clique_heuristic",
        "lineno": 246,
        "scope": "large_clique_size",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.clustering_coefficient": [
      {
        "id": "networkx.algorithms.approximation.clustering_coefficient.average_clustering",
        "name": "average_clustering",
        "lineno": 10,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.connectivity": [
      {
        "id": "networkx.algorithms.approximation.connectivity.local_node_connectivity",
        "name": "local_node_connectivity",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.connectivity.node_connectivity",
        "name": "node_connectivity",
        "lineno": 112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.connectivity.node_connectivity.neighbors",
        "name": "neighbors",
        "lineno": 191,
        "scope": "node_connectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.connectivity.all_pairs_node_connectivity",
        "name": "all_pairs_node_connectivity",
        "lineno": 218,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.connectivity._bidirectional_shortest_path",
        "name": "_bidirectional_shortest_path",
        "lineno": 297,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.connectivity._bidirectional_pred_succ",
        "name": "_bidirectional_pred_succ",
        "lineno": 360,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.density": [
      {
        "id": "networkx.algorithms.approximation.density._greedy_plus_plus",
        "name": "_greedy_plus_plus",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.density._fractional_peeling",
        "name": "_fractional_peeling",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.density._fista",
        "name": "_fista",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.density.densest_subgraph",
        "name": "densest_subgraph",
        "lineno": 217,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.distance_measures": [
      {
        "id": "networkx.algorithms.approximation.distance_measures.diameter",
        "name": "diameter",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.distance_measures._two_sweep_undirected",
        "name": "_two_sweep_undirected",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.distance_measures._two_sweep_directed",
        "name": "_two_sweep_directed",
        "lineno": 113,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.dominating_set": [
      {
        "id": "networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set",
        "name": "min_weighted_dominating_set",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set._cost",
        "name": "_cost",
        "lineno": 83,
        "scope": "min_weighted_dominating_set",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.dominating_set.min_edge_dominating_set",
        "name": "min_edge_dominating_set",
        "lineno": 122,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.kcomponents": [
      {
        "id": "networkx.algorithms.approximation.kcomponents.k_components",
        "name": "k_components",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._cliques_heuristic",
        "name": "_cliques_heuristic",
        "lineno": 158,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._same",
        "name": "_same",
        "lineno": 189,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.single_edge_dict",
        "name": "single_edge_dict",
        "lineno": 212,
        "scope": "_AntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.__getitem__",
        "name": "__getitem__",
        "lineno": 217,
        "scope": "_AntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.neighbors",
        "name": "neighbors",
        "lineno": 236,
        "scope": "_AntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAtlasView.__init__",
        "name": "__init__",
        "lineno": 248,
        "scope": "_AntiGraph.AntiAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAtlasView.__len__",
        "name": "__len__",
        "lineno": 253,
        "scope": "_AntiGraph.AntiAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAtlasView.__iter__",
        "name": "__iter__",
        "lineno": 256,
        "scope": "_AntiGraph.AntiAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAtlasView.__getitem__",
        "name": "__getitem__",
        "lineno": 259,
        "scope": "_AntiGraph.AntiAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__init__",
        "name": "__init__",
        "lineno": 268,
        "scope": "_AntiGraph.AntiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__len__",
        "name": "__len__",
        "lineno": 272,
        "scope": "_AntiGraph.AntiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__iter__",
        "name": "__iter__",
        "lineno": 275,
        "scope": "_AntiGraph.AntiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__getitem__",
        "name": "__getitem__",
        "lineno": 278,
        "scope": "_AntiGraph.AntiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.adj",
        "name": "adj",
        "lineno": 284,
        "scope": "_AntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.subgraph",
        "name": "subgraph",
        "lineno": 287,
        "scope": "_AntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 303,
        "scope": "_AntiGraph.AntiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 309,
        "scope": "_AntiGraph.AntiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.degree",
        "name": "degree",
        "lineno": 315,
        "scope": "_AntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.adjacency",
        "name": "adjacency",
        "lineno": 353,
        "scope": "_AntiGraph",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.matching": [
      {
        "id": "networkx.algorithms.approximation.matching.min_maximal_matching",
        "name": "min_maximal_matching",
        "lineno": 18,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.maxcut": [
      {
        "id": "networkx.algorithms.approximation.maxcut.randomized_partitioning",
        "name": "randomized_partitioning",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.maxcut._swap_node_partition",
        "name": "_swap_node_partition",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.maxcut.one_exchange",
        "name": "one_exchange",
        "lineno": 71,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.ramsey": [
      {
        "id": "networkx.algorithms.approximation.ramsey.ramsey_R2",
        "name": "ramsey_R2",
        "lineno": 16,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.steinertree": [
      {
        "id": "networkx.algorithms.approximation.steinertree.metric_closure",
        "name": "metric_closure",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.steinertree._mehlhorn_steiner_tree",
        "name": "_mehlhorn_steiner_tree",
        "lineno": 65,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.steinertree._kou_steiner_tree",
        "name": "_kou_steiner_tree",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.steinertree._remove_nonterminal_leaves",
        "name": "_remove_nonterminal_leaves",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.steinertree.steiner_tree",
        "name": "steiner_tree",
        "lineno": 175,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.traveling_salesman": [
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.swap_two_nodes",
        "name": "swap_two_nodes",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.move_one_node",
        "name": "move_one_node",
        "lineno": 88,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.christofides",
        "name": "christofides",
        "lineno": 129,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman._shortcutting",
        "name": "_shortcutting",
        "lineno": 188,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.traveling_salesman_problem",
        "name": "traveling_salesman_problem",
        "lineno": 202,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "name": "asadpour_atsp",
        "lineno": 361,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent",
        "name": "held_karp_ascent",
        "lineno": 520,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.k_pi",
        "name": "k_pi",
        "lineno": 568,
        "scope": "held_karp_ascent",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.direction_of_ascent",
        "name": "direction_of_ascent",
        "lineno": 652,
        "scope": "held_karp_ascent",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.find_epsilon",
        "name": "find_epsilon",
        "lineno": 720,
        "scope": "held_karp_ascent",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution",
        "name": "spanning_tree_distribution",
        "lineno": 835,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution.q",
        "name": "q",
        "lineno": 866,
        "scope": "spanning_tree_distribution",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.greedy_tsp",
        "name": "greedy_tsp",
        "lineno": 946,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.simulated_annealing_tsp",
        "name": "simulated_annealing_tsp",
        "lineno": 1050,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.traveling_salesman.threshold_accepting_tsp",
        "name": "threshold_accepting_tsp",
        "lineno": 1280,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.treewidth": [
      {
        "id": "networkx.algorithms.approximation.treewidth.treewidth_min_degree",
        "name": "treewidth_min_degree",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.treewidth.treewidth_min_fill_in",
        "name": "treewidth_min_fill_in",
        "lineno": 69,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.__init__",
        "name": "__init__",
        "lineno": 97,
        "scope": "MinDegreeHeuristic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.best_node",
        "name": "best_node",
        "lineno": 111,
        "scope": "MinDegreeHeuristic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.treewidth.min_fill_in_heuristic",
        "name": "min_fill_in_heuristic",
        "lineno": 135,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.treewidth.treewidth_decomp",
        "name": "treewidth_decomp",
        "lineno": 184,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.vertex_cover": [
      {
        "id": "networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover",
        "name": "min_weighted_vertex_cover",
        "lineno": 17,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation": [],
    "networkx.algorithms.approximation.tests.test_approx_clust_coeff": [
      {
        "id": "networkx.algorithms.approximation.tests.test_approx_clust_coeff.test_petersen",
        "name": "test_petersen",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_approx_clust_coeff.test_petersen_seed",
        "name": "test_petersen_seed",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_approx_clust_coeff.test_tetrahedral",
        "name": "test_tetrahedral",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_approx_clust_coeff.test_dodecahedral",
        "name": "test_dodecahedral",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_approx_clust_coeff.test_empty",
        "name": "test_empty",
        "lineno": 32,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_approx_clust_coeff.test_complete",
        "name": "test_complete",
        "lineno": 37,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_clique": [
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.is_independent_set",
        "name": "is_independent_set",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.is_clique",
        "name": "is_clique",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_trivial_graph",
        "name": "test_trivial_graph",
        "lineno": 41,
        "scope": "TestCliqueRemoval",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 49,
        "scope": "TestCliqueRemoval",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_barbell_graph",
        "name": "test_barbell_graph",
        "lineno": 55,
        "scope": "TestCliqueRemoval",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestMaxClique.test_null_graph",
        "name": "test_null_graph",
        "lineno": 68,
        "scope": "TestMaxClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestMaxClique.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 72,
        "scope": "TestMaxClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestMaxClique.test_maximal_by_cardinality",
        "name": "test_maximal_by_cardinality",
        "lineno": 78,
        "scope": "TestMaxClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.test_large_clique_size",
        "name": "test_large_clique_size",
        "lineno": 95,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.test_independent_set",
        "name": "test_independent_set",
        "lineno": 109,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_connectivity": [
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_global_node_connectivity",
        "name": "test_global_node_connectivity",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_white_harary1",
        "name": "test_white_harary1",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_complete_graphs",
        "name": "test_complete_graphs",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_empty_graphs",
        "name": "test_empty_graphs",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_petersen",
        "name": "test_petersen",
        "lineno": 67,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_dodecahedral",
        "name": "test_dodecahedral",
        "lineno": 79,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_octahedral",
        "name": "test_octahedral",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_only_source",
        "name": "test_only_source",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_only_target",
        "name": "test_only_target",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_missing_source",
        "name": "test_missing_source",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_missing_target",
        "name": "test_missing_target",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_source_equals_target",
        "name": "test_source_equals_target",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.test_directed_node_connectivity",
        "name": "test_directed_node_connectivity",
        "lineno": 124,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.TestAllPairsNodeConnectivityApprox.setup_class",
        "name": "setup_class",
        "lineno": 135,
        "scope": "TestAllPairsNodeConnectivityApprox",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.TestAllPairsNodeConnectivityApprox.test_cycles",
        "name": "test_cycles",
        "lineno": 157,
        "scope": "TestAllPairsNodeConnectivityApprox",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.TestAllPairsNodeConnectivityApprox.test_complete",
        "name": "test_complete",
        "lineno": 167,
        "scope": "TestAllPairsNodeConnectivityApprox",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.TestAllPairsNodeConnectivityApprox.test_paths",
        "name": "test_paths",
        "lineno": 174,
        "scope": "TestAllPairsNodeConnectivityApprox",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.TestAllPairsNodeConnectivityApprox.test_cutoff",
        "name": "test_cutoff",
        "lineno": 187,
        "scope": "TestAllPairsNodeConnectivityApprox",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.TestAllPairsNodeConnectivityApprox.test_all_pairs_connectivity_nbunch",
        "name": "test_all_pairs_connectivity_nbunch",
        "lineno": 195,
        "scope": "TestAllPairsNodeConnectivityApprox",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_density": [
      {
        "id": "networkx.algorithms.approximation.tests.test_density.close_cliques_example",
        "name": "close_cliques_example",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_star",
        "name": "test_star",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_greedy_plus_plus_complete_graph",
        "name": "test_greedy_plus_plus_complete_graph",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_greedy_plus_plus_close_cliques",
        "name": "test_greedy_plus_plus_close_cliques",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_fista_close_cliques",
        "name": "test_fista_close_cliques",
        "lineno": 61,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.bipartite_and_clique_example",
        "name": "bipartite_and_clique_example",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_greedy_plus_plus_bipartite_and_clique",
        "name": "test_greedy_plus_plus_bipartite_and_clique",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_fista_bipartite_and_clique",
        "name": "test_fista_bipartite_and_clique",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_fista_big_dataset",
        "name": "test_fista_big_dataset",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_greedy_plus_plus_edgeless_cornercase",
        "name": "test_greedy_plus_plus_edgeless_cornercase",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_density.test_gh_8271",
        "name": "test_gh_8271",
        "lineno": 142,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_distance_measures": [
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_null_graph",
        "name": "test_null_graph",
        "lineno": 14,
        "scope": "TestDiameter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_undirected_non_connected",
        "name": "test_undirected_non_connected",
        "lineno": 22,
        "scope": "TestDiameter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_directed_non_strongly_connected",
        "name": "test_directed_non_strongly_connected",
        "lineno": 29,
        "scope": "TestDiameter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_complete_undirected_graph",
        "name": "test_complete_undirected_graph",
        "lineno": 35,
        "scope": "TestDiameter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_complete_directed_graph",
        "name": "test_complete_directed_graph",
        "lineno": 40,
        "scope": "TestDiameter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_undirected_path_graph",
        "name": "test_undirected_path_graph",
        "lineno": 45,
        "scope": "TestDiameter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_directed_path_graph",
        "name": "test_directed_path_graph",
        "lineno": 50,
        "scope": "TestDiameter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter.test_single_node",
        "name": "test_single_node",
        "lineno": 55,
        "scope": "TestDiameter",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_dominating_set": [
      {
        "id": "networkx.algorithms.approximation.tests.test_dominating_set.TestMinWeightDominatingSet.test_min_weighted_dominating_set",
        "name": "test_min_weighted_dominating_set",
        "lineno": 11,
        "scope": "TestMinWeightDominatingSet",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_dominating_set.TestMinWeightDominatingSet.test_star_graph",
        "name": "test_star_graph",
        "lineno": 28,
        "scope": "TestMinWeightDominatingSet",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_dominating_set.TestMinWeightDominatingSet.test_null_graph",
        "name": "test_null_graph",
        "lineno": 42,
        "scope": "TestMinWeightDominatingSet",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_dominating_set.TestMinWeightDominatingSet.test_cost_accounts_for_already_dominated",
        "name": "test_cost_accounts_for_already_dominated",
        "lineno": 47,
        "scope": "TestMinWeightDominatingSet",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_dominating_set.TestMinWeightDominatingSet.test_min_edge_dominating_set",
        "name": "test_min_edge_dominating_set",
        "lineno": 63,
        "scope": "TestMinWeightDominatingSet",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_kcomponents": [
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.build_k_number_dict",
        "name": "build_k_number_dict",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.graph_example_1",
        "name": "graph_example_1",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.torrents_and_ferraro_graph",
        "name": "torrents_and_ferraro_graph",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents._check_connectivity",
        "name": "_check_connectivity",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.test_torrents_and_ferraro_graph",
        "name": "test_torrents_and_ferraro_graph",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.test_example_1",
        "name": "test_example_1",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.test_karate_0",
        "name": "test_karate_0",
        "lineno": 144,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.test_karate_1",
        "name": "test_karate_1",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.test_example_1_detail_3_and_4",
        "name": "test_example_1_detail_3_and_4",
        "lineno": 195,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.test_directed",
        "name": "test_directed",
        "lineno": 216,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.test_same",
        "name": "test_same",
        "lineno": 222,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.setup_class",
        "name": "setup_class",
        "lineno": 235,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_size",
        "name": "test_size",
        "lineno": 244,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_degree",
        "name": "test_degree",
        "lineno": 250,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_core_number",
        "name": "test_core_number",
        "lineno": 254,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_connected_components",
        "name": "test_connected_components",
        "lineno": 258,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_adj",
        "name": "test_adj",
        "lineno": 267,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_adjacency",
        "name": "test_adjacency",
        "lineno": 274,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_neighbors",
        "name": "test_neighbors",
        "lineno": 280,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_node_not_in_graph",
        "name": "test_node_not_in_graph",
        "lineno": 285,
        "scope": "TestAntiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.test_degree_thingraph",
        "name": "test_degree_thingraph",
        "lineno": 291,
        "scope": "TestAntiGraph",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_matching": [
      {
        "id": "networkx.algorithms.approximation.tests.test_matching.test_min_maximal_matching",
        "name": "test_min_maximal_matching",
        "lineno": 5,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_maxcut": [
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut.test_raises_on_directed_and_multigraphs",
        "name": "test_raises_on_directed_and_multigraphs",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut._is_valid_cut",
        "name": "_is_valid_cut",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut._cut_is_locally_optimal",
        "name": "_cut_is_locally_optimal",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut.test_random_partitioning",
        "name": "test_random_partitioning",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut.test_random_partitioning_all_to_one",
        "name": "test_random_partitioning_all_to_one",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_basic",
        "name": "test_one_exchange_basic",
        "lineno": 48,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_optimal",
        "name": "test_one_exchange_optimal",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_maxcut.test_negative_weights",
        "name": "test_negative_weights",
        "lineno": 80,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_ramsey": [
      {
        "id": "networkx.algorithms.approximation.tests.test_ramsey.test_ramsey",
        "name": "test_ramsey",
        "lineno": 5,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_steinertree": [
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.method",
        "name": "method",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.setup_class",
        "name": "setup_class",
        "lineno": 19,
        "scope": "TestSteinerTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_connected_metric_closure",
        "name": "test_connected_metric_closure",
        "lineno": 90,
        "scope": "TestSteinerTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_metric_closure",
        "name": "test_metric_closure",
        "lineno": 97,
        "scope": "TestSteinerTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_steiner_tree",
        "name": "test_steiner_tree",
        "lineno": 125,
        "scope": "TestSteinerTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_multigraph_steiner_tree",
        "name": "test_multigraph_steiner_tree",
        "lineno": 191,
        "scope": "TestSteinerTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_remove_nonterminal_leaves",
        "name": "test_remove_nonterminal_leaves",
        "lineno": 211,
        "scope": "TestSteinerTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_weighted",
        "name": "test_weighted",
        "lineno": 239,
        "scope": "TestSteinerTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_weight_attribute",
        "name": "test_steiner_tree_weight_attribute",
        "lineno": 247,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_multigraph_weight_attribute",
        "name": "test_steiner_tree_multigraph_weight_attribute",
        "lineno": 255,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_methods",
        "name": "test_steiner_tree_methods",
        "lineno": 265,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_method_invalid",
        "name": "test_steiner_tree_method_invalid",
        "lineno": 272,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_remove_non_terminal_leaves_self_loop_edges",
        "name": "test_steiner_tree_remove_non_terminal_leaves_self_loop_edges",
        "lineno": 280,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_non_terminal_leaves_multigraph_self_loop_edges",
        "name": "test_steiner_tree_non_terminal_leaves_multigraph_self_loop_edges",
        "lineno": 295,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_traveling_salesman": [
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_christofides_hamiltonian",
        "name": "test_christofides_hamiltonian",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_christofides_incomplete_graph",
        "name": "test_christofides_incomplete_graph",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_christofides_ignore_selfloops",
        "name": "test_christofides_ignore_selfloops",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestBase.setup_class",
        "name": "setup_class",
        "lineno": 47,
        "scope": "TestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "name": "validate_solution",
        "lineno": 125,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_symmetric_solution",
        "name": "validate_symmetric_solution",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_greedy",
        "name": "test_greedy",
        "lineno": 136,
        "scope": "TestGreedyTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_not_complete_graph",
        "name": "test_not_complete_graph",
        "lineno": 153,
        "scope": "TestGreedyTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_not_weighted_graph",
        "name": "test_not_weighted_graph",
        "lineno": 157,
        "scope": "TestGreedyTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_two_nodes",
        "name": "test_two_nodes",
        "lineno": 161,
        "scope": "TestGreedyTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_ignore_selfloops",
        "name": "test_ignore_selfloops",
        "lineno": 168,
        "scope": "TestGreedyTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_directed",
        "name": "test_simulated_annealing_directed",
        "lineno": 178,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_undirected",
        "name": "test_simulated_annealing_undirected",
        "lineno": 201,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_error_on_input_order_mistake",
        "name": "test_error_on_input_order_mistake",
        "lineno": 214,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_not_complete_graph",
        "name": "test_not_complete_graph",
        "lineno": 219,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_ignore_selfloops",
        "name": "test_ignore_selfloops",
        "lineno": 223,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_not_weighted_graph",
        "name": "test_not_weighted_graph",
        "lineno": 229,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_two_nodes",
        "name": "test_two_nodes",
        "lineno": 233,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_failure_of_costs_too_high_when_iterations_low",
        "name": "test_failure_of_costs_too_high_when_iterations_low",
        "lineno": 245,
        "scope": "TestSimulatedAnnealingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestThresholdAcceptingTSP.test_failure_of_costs_too_high_when_iterations_low",
        "name": "test_failure_of_costs_too_high_when_iterations_low",
        "lineno": 273,
        "scope": "TestThresholdAcceptingTSP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_TSP_method",
        "name": "test_TSP_method",
        "lineno": 298,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_TSP_method.sa_tsp",
        "name": "sa_tsp",
        "lineno": 303,
        "scope": "test_TSP_method",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_TSP_unweighted",
        "name": "test_TSP_unweighted",
        "lineno": 314,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_TSP_weighted",
        "name": "test_TSP_weighted",
        "lineno": 323,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_TSP_incomplete_graph_short_path",
        "name": "test_TSP_incomplete_graph_short_path",
        "lineno": 382,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_TSP_alternate_weight",
        "name": "test_TSP_alternate_weight",
        "lineno": 396,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_held_karp_ascent",
        "name": "test_held_karp_ascent",
        "lineno": 424,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_ascent_fractional_solution",
        "name": "test_ascent_fractional_solution",
        "lineno": 460,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_ascent_method_asymmetric",
        "name": "test_ascent_method_asymmetric",
        "lineno": 517,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_ascent_method_asymmetric_2",
        "name": "test_ascent_method_asymmetric_2",
        "lineno": 552,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_held_karp_ascent_asymmetric_3",
        "name": "test_held_karp_ascent_asymmetric_3",
        "lineno": 586,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_held_karp_ascent_fractional_asymmetric",
        "name": "test_held_karp_ascent_fractional_asymmetric",
        "lineno": 631,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_spanning_tree_distribution",
        "name": "test_spanning_tree_distribution",
        "lineno": 684,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_tsp",
        "name": "test_asadpour_tsp",
        "lineno": 745,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_real_world",
        "name": "test_asadpour_real_world",
        "lineno": 809,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_real_world_path",
        "name": "test_asadpour_real_world_path",
        "lineno": 857,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_disconnected_graph",
        "name": "test_asadpour_disconnected_graph",
        "lineno": 903,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_incomplete_graph",
        "name": "test_asadpour_incomplete_graph",
        "lineno": 918,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_empty_graph",
        "name": "test_asadpour_empty_graph",
        "lineno": 933,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_small_graphs",
        "name": "test_asadpour_small_graphs",
        "lineno": 942,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_asadpour_integral_held_karp",
        "name": "test_asadpour_integral_held_karp",
        "lineno": 957,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.test_directed_tsp_impossible",
        "name": "test_directed_tsp_impossible",
        "lineno": 992,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_treewidth": [
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.is_tree_decomp",
        "name": "is_tree_decomp",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.setup_class",
        "name": "setup_class",
        "lineno": 47,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_petersen_graph",
        "name": "test_petersen_graph",
        "lineno": 93,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_small_tree_treewidth",
        "name": "test_small_tree_treewidth",
        "lineno": 99,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_abort",
        "name": "test_heuristic_abort",
        "lineno": 113,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 129,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_two_component_graph",
        "name": "test_two_component_graph",
        "lineno": 134,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_not_sortable_nodes",
        "name": "test_not_sortable_nodes",
        "lineno": 141,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_first_steps",
        "name": "test_heuristic_first_steps",
        "lineno": 145,
        "scope": "TestTreewidthMinDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.setup_class",
        "name": "setup_class",
        "lineno": 177,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_petersen_graph",
        "name": "test_petersen_graph",
        "lineno": 205,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_small_tree_treewidth",
        "name": "test_small_tree_treewidth",
        "lineno": 211,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_heuristic_abort",
        "name": "test_heuristic_abort",
        "lineno": 220,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 234,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_two_component_graph",
        "name": "test_two_component_graph",
        "lineno": 239,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_not_sortable_nodes",
        "name": "test_not_sortable_nodes",
        "lineno": 246,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_heuristic_first_steps",
        "name": "test_heuristic_first_steps",
        "lineno": 250,
        "scope": "TestTreewidthMinFillIn",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests.test_vertex_cover": [
      {
        "id": "networkx.algorithms.approximation.tests.test_vertex_cover.is_cover",
        "name": "is_cover",
        "lineno": 5,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_unweighted_directed",
        "name": "test_unweighted_directed",
        "lineno": 16,
        "scope": "TestMWVC",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_unweighted_undirected",
        "name": "test_unweighted_undirected",
        "lineno": 26,
        "scope": "TestMWVC",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_weighted",
        "name": "test_weighted",
        "lineno": 34,
        "scope": "TestMWVC",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_unweighted_self_loop",
        "name": "test_unweighted_self_loop",
        "lineno": 57,
        "scope": "TestMWVC",
        "is_async": false
      }
    ],
    "networkx.algorithms.approximation.tests": [],
    "networkx.algorithms.assortativity.connectivity": [
      {
        "id": "networkx.algorithms.assortativity.connectivity.average_degree_connectivity",
        "name": "average_degree_connectivity",
        "lineno": 9,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.correlation": [
      {
        "id": "networkx.algorithms.assortativity.correlation.degree_assortativity_coefficient",
        "name": "degree_assortativity_coefficient",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.correlation.degree_pearson_correlation_coefficient",
        "name": "degree_pearson_correlation_coefficient",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.correlation.attribute_assortativity_coefficient",
        "name": "attribute_assortativity_coefficient",
        "lineno": 169,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.correlation.numeric_assortativity_coefficient",
        "name": "numeric_assortativity_coefficient",
        "lineno": 216,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.correlation.attribute_ac",
        "name": "attribute_ac",
        "lineno": 265,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.correlation._numeric_ac",
        "name": "_numeric_ac",
        "lineno": 292,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.mixing": [
      {
        "id": "networkx.algorithms.assortativity.mixing.attribute_mixing_dict",
        "name": "attribute_mixing_dict",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.mixing.attribute_mixing_matrix",
        "name": "attribute_mixing_matrix",
        "lineno": 58,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.mixing.degree_mixing_dict",
        "name": "degree_mixing_dict",
        "lineno": 118,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.mixing.degree_mixing_matrix",
        "name": "degree_mixing_matrix",
        "lineno": 150,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.mixing.mixing_dict",
        "name": "mixing_dict",
        "lineno": 221,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.neighbor_degree": [
      {
        "id": "networkx.algorithms.assortativity.neighbor_degree.average_neighbor_degree",
        "name": "average_neighbor_degree",
        "lineno": 7,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.pairs": [
      {
        "id": "networkx.algorithms.assortativity.pairs.node_attribute_xy",
        "name": "node_attribute_xy",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.pairs.node_degree_xy",
        "name": "node_degree_xy",
        "lineno": 69,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity": [],
    "networkx.algorithms.assortativity.tests.base_test": [
      {
        "id": "networkx.algorithms.assortativity.tests.base_test.BaseTestAttributeMixing.setup_class",
        "name": "setup_class",
        "lineno": 6,
        "scope": "BaseTestAttributeMixing",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.base_test.BaseTestDegreeMixing.setup_class",
        "name": "setup_class",
        "lineno": 64,
        "scope": "BaseTestDegreeMixing",
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.tests.test_connectivity": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_degree_p4",
        "name": "test_degree_p4",
        "lineno": 9,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_degree_p4_weighted",
        "name": "test_degree_p4_weighted",
        "lineno": 29,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_weight_keyword",
        "name": "test_weight_keyword",
        "lineno": 57,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_degree_barrat",
        "name": "test_degree_barrat",
        "lineno": 81,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_zero_deg",
        "name": "test_zero_deg",
        "lineno": 90,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_in_out_weight",
        "name": "test_in_out_weight",
        "lineno": 110,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_invalid_source",
        "name": "test_invalid_source",
        "lineno": 120,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_invalid_target",
        "name": "test_invalid_target",
        "lineno": 125,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_invalid_undirected_graph",
        "name": "test_invalid_undirected_graph",
        "lineno": 130,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_single_node",
        "name": "test_single_node",
        "lineno": 137,
        "scope": "TestNeighborConnectivity",
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.tests.test_correlation": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_assortativity_undirected",
        "name": "test_degree_assortativity_undirected",
        "lineno": 13,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_assortativity_node_kwargs",
        "name": "test_degree_assortativity_node_kwargs",
        "lineno": 17,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_assortativity_directed",
        "name": "test_degree_assortativity_directed",
        "lineno": 24,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_assortativity_directed2",
        "name": "test_degree_assortativity_directed2",
        "lineno": 28,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_assortativity_multigraph",
        "name": "test_degree_assortativity_multigraph",
        "lineno": 34,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_pearson_assortativity_undirected",
        "name": "test_degree_pearson_assortativity_undirected",
        "lineno": 38,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_pearson_assortativity_directed",
        "name": "test_degree_pearson_assortativity_directed",
        "lineno": 42,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_pearson_assortativity_directed2",
        "name": "test_degree_pearson_assortativity_directed2",
        "lineno": 46,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_pearson_assortativity_multigraph",
        "name": "test_degree_pearson_assortativity_multigraph",
        "lineno": 52,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_assortativity_weighted",
        "name": "test_degree_assortativity_weighted",
        "lineno": 56,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_assortativity_double_star",
        "name": "test_degree_assortativity_double_star",
        "lineno": 60,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_pearson_assortativity_insufficient_samples",
        "name": "test_degree_pearson_assortativity_insufficient_samples",
        "lineno": 72,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation.test_degree_pearson_assortativity_selfloop_only_graph",
        "name": "test_degree_pearson_assortativity_selfloop_only_graph",
        "lineno": 76,
        "scope": "TestDegreeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_undirected",
        "name": "test_attribute_assortativity_undirected",
        "lineno": 84,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_directed",
        "name": "test_attribute_assortativity_directed",
        "lineno": 88,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_multigraph",
        "name": "test_attribute_assortativity_multigraph",
        "lineno": 92,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_coefficient",
        "name": "test_attribute_assortativity_coefficient",
        "lineno": 96,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_coefficient2",
        "name": "test_attribute_assortativity_coefficient2",
        "lineno": 107,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity",
        "name": "test_attribute_assortativity",
        "lineno": 117,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_negative",
        "name": "test_attribute_assortativity_negative",
        "lineno": 122,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_assortativity_node_kwargs",
        "name": "test_assortativity_node_kwargs",
        "lineno": 126,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_float",
        "name": "test_attribute_assortativity_float",
        "lineno": 134,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_mixed",
        "name": "test_attribute_assortativity_mixed",
        "lineno": 138,
        "scope": "TestAttributeMixingCorrelation",
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.tests.test_mixing": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingDict.test_degree_mixing_dict_undirected",
        "name": "test_degree_mixing_dict_undirected",
        "lineno": 11,
        "scope": "TestDegreeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingDict.test_degree_mixing_dict_undirected_normalized",
        "name": "test_degree_mixing_dict_undirected_normalized",
        "lineno": 16,
        "scope": "TestDegreeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingDict.test_degree_mixing_dict_directed",
        "name": "test_degree_mixing_dict_directed",
        "lineno": 21,
        "scope": "TestDegreeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingDict.test_degree_mixing_dict_multigraph",
        "name": "test_degree_mixing_dict_multigraph",
        "lineno": 26,
        "scope": "TestDegreeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingDict.test_degree_mixing_dict_weighted",
        "name": "test_degree_mixing_dict_weighted",
        "lineno": 31,
        "scope": "TestDegreeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingMatrix.test_degree_mixing_matrix_undirected",
        "name": "test_degree_mixing_matrix_undirected",
        "lineno": 38,
        "scope": "TestDegreeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingMatrix.test_degree_mixing_matrix_directed",
        "name": "test_degree_mixing_matrix_directed",
        "lineno": 49,
        "scope": "TestDegreeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingMatrix.test_degree_mixing_matrix_multigraph",
        "name": "test_degree_mixing_matrix_multigraph",
        "lineno": 61,
        "scope": "TestDegreeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingMatrix.test_degree_mixing_matrix_selfloop",
        "name": "test_degree_mixing_matrix_selfloop",
        "lineno": 73,
        "scope": "TestDegreeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingMatrix.test_degree_mixing_matrix_weighted",
        "name": "test_degree_mixing_matrix_weighted",
        "lineno": 82,
        "scope": "TestDegreeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingMatrix.test_degree_mixing_matrix_mapping",
        "name": "test_degree_mixing_matrix_mapping",
        "lineno": 89,
        "scope": "TestDegreeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingDict.test_attribute_mixing_dict_undirected",
        "name": "test_attribute_mixing_dict_undirected",
        "lineno": 99,
        "scope": "TestAttributeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingDict.test_attribute_mixing_dict_directed",
        "name": "test_attribute_mixing_dict_directed",
        "lineno": 109,
        "scope": "TestAttributeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingDict.test_attribute_mixing_dict_multigraph",
        "name": "test_attribute_mixing_dict_multigraph",
        "lineno": 119,
        "scope": "TestAttributeMixingDict",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingMatrix.test_attribute_mixing_matrix_undirected",
        "name": "test_attribute_mixing_matrix_undirected",
        "lineno": 126,
        "scope": "TestAttributeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingMatrix.test_attribute_mixing_matrix_directed",
        "name": "test_attribute_mixing_matrix_directed",
        "lineno": 136,
        "scope": "TestAttributeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingMatrix.test_attribute_mixing_matrix_multigraph",
        "name": "test_attribute_mixing_matrix_multigraph",
        "lineno": 146,
        "scope": "TestAttributeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingMatrix.test_attribute_mixing_matrix_negative",
        "name": "test_attribute_mixing_matrix_negative",
        "lineno": 156,
        "scope": "TestAttributeMixingMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingMatrix.test_attribute_mixing_matrix_float",
        "name": "test_attribute_mixing_matrix_float",
        "lineno": 166,
        "scope": "TestAttributeMixingMatrix",
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.tests.test_neighbor_degree": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_neighbor_degree.TestAverageNeighbor.test_degree_p4",
        "name": "test_degree_p4",
        "lineno": 7,
        "scope": "TestAverageNeighbor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_neighbor_degree.TestAverageNeighbor.test_degree_p4_weighted",
        "name": "test_degree_p4_weighted",
        "lineno": 27,
        "scope": "TestAverageNeighbor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_neighbor_degree.TestAverageNeighbor.test_degree_k4",
        "name": "test_degree_k4",
        "lineno": 64,
        "scope": "TestAverageNeighbor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_neighbor_degree.TestAverageNeighbor.test_degree_k4_nodes",
        "name": "test_degree_k4_nodes",
        "lineno": 82,
        "scope": "TestAverageNeighbor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_neighbor_degree.TestAverageNeighbor.test_degree_barrat",
        "name": "test_degree_barrat",
        "lineno": 88,
        "scope": "TestAverageNeighbor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_neighbor_degree.TestAverageNeighbor.test_error_invalid_source_target",
        "name": "test_error_invalid_source_target",
        "lineno": 97,
        "scope": "TestAverageNeighbor",
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.tests.test_pairs": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestAttributeMixingXY.test_node_attribute_xy_undirected",
        "name": "test_node_attribute_xy_undirected",
        "lineno": 7,
        "scope": "TestAttributeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestAttributeMixingXY.test_node_attribute_xy_undirected_nodes",
        "name": "test_node_attribute_xy_undirected_nodes",
        "lineno": 23,
        "scope": "TestAttributeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestAttributeMixingXY.test_node_attribute_xy_directed",
        "name": "test_node_attribute_xy_directed",
        "lineno": 28,
        "scope": "TestAttributeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestAttributeMixingXY.test_node_attribute_xy_multigraph",
        "name": "test_node_attribute_xy_multigraph",
        "lineno": 35,
        "scope": "TestAttributeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestAttributeMixingXY.test_node_attribute_xy_selfloop",
        "name": "test_node_attribute_xy_selfloop",
        "lineno": 47,
        "scope": "TestAttributeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestDegreeMixingXY.test_node_degree_xy_undirected",
        "name": "test_node_degree_xy_undirected",
        "lineno": 54,
        "scope": "TestDegreeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestDegreeMixingXY.test_node_degree_xy_undirected_nodes",
        "name": "test_node_degree_xy_undirected_nodes",
        "lineno": 59,
        "scope": "TestDegreeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestDegreeMixingXY.test_node_degree_xy_directed",
        "name": "test_node_degree_xy_directed",
        "lineno": 64,
        "scope": "TestDegreeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestDegreeMixingXY.test_node_degree_xy_multigraph",
        "name": "test_node_degree_xy_multigraph",
        "lineno": 69,
        "scope": "TestDegreeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestDegreeMixingXY.test_node_degree_xy_selfloop",
        "name": "test_node_degree_xy_selfloop",
        "lineno": 76,
        "scope": "TestDegreeMixingXY",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestDegreeMixingXY.test_node_degree_xy_weighted",
        "name": "test_node_degree_xy_weighted",
        "lineno": 81,
        "scope": "TestDegreeMixingXY",
        "is_async": false
      }
    ],
    "networkx.algorithms.assortativity.tests": [],
    "networkx.algorithms.bipartite.basic": [
      {
        "id": "networkx.algorithms.bipartite.basic.color",
        "name": "color",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.basic.color.neighbors",
        "name": "neighbors",
        "lineno": 58,
        "scope": "color",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.basic.is_bipartite",
        "name": "is_bipartite",
        "lineno": 86,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.basic.is_bipartite_node_set",
        "name": "is_bipartite_node_set",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.basic.sets",
        "name": "sets",
        "lineno": 158,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.basic.density",
        "name": "density",
        "lineno": 224,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.basic.degrees",
        "name": "degrees",
        "lineno": 274,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.centrality": [
      {
        "id": "networkx.algorithms.bipartite.centrality.degree_centrality",
        "name": "degree_centrality",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.centrality.betweenness_centrality",
        "name": "betweenness_centrality",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.centrality.closeness_centrality",
        "name": "closeness_centrality",
        "lineno": 186,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.cluster": [
      {
        "id": "networkx.algorithms.bipartite.cluster.cc_dot",
        "name": "cc_dot",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.cluster.cc_max",
        "name": "cc_max",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.cluster.cc_min",
        "name": "cc_min",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.cluster.latapy_clustering",
        "name": "latapy_clustering",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.cluster.average_clustering",
        "name": "average_clustering",
        "lineno": 138,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.cluster.robins_alexander_clustering",
        "name": "robins_alexander_clustering",
        "lineno": 215,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.cluster.butterflies",
        "name": "butterflies",
        "lineno": 272,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.cluster._threepaths",
        "name": "_threepaths",
        "lineno": 430,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.community": [
      {
        "id": "networkx.algorithms.bipartite.community.modularity",
        "name": "modularity",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.community.modularity.community_contribution",
        "name": "community_contribution",
        "lineno": 148,
        "scope": "modularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "name": "_bipartite_modularity_merge_delta",
        "lineno": 165,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.covering": [
      {
        "id": "networkx.algorithms.bipartite.covering.min_edge_cover",
        "name": "min_edge_cover",
        "lineno": 14,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.edgelist": [
      {
        "id": "networkx.algorithms.bipartite.edgelist.write_edgelist",
        "name": "write_edgelist",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.edgelist.generate_edgelist",
        "name": "generate_edgelist",
        "lineno": 83,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.edgelist.parse_edgelist",
        "name": "parse_edgelist",
        "lineno": 151,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.edgelist.read_edgelist",
        "name": "read_edgelist",
        "lineno": 273,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.extendability": [
      {
        "id": "networkx.algorithms.bipartite.extendability.maximal_extendability",
        "name": "maximal_extendability",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.generators": [
      {
        "id": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "name": "complete_bipartite_graph",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators.configuration_model",
        "name": "configuration_model",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "name": "havel_hakimi_graph",
        "lineno": 143,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "name": "reverse_havel_hakimi_graph",
        "lineno": 218,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "name": "alternating_havel_hakimi_graph",
        "lineno": 292,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators.preferential_attachment_graph",
        "name": "preferential_attachment_graph",
        "lineno": 371,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators.random_graph",
        "name": "random_graph",
        "lineno": 443,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators.gnmk_random_graph",
        "name": "gnmk_random_graph",
        "lineno": 530,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "name": "_add_nodes_with_bipartite_label",
        "lineno": 598,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.link_analysis": [
      {
        "id": "networkx.algorithms.bipartite.link_analysis.birank",
        "name": "birank",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.link_analysis._clean_personalization_dict",
        "name": "_clean_personalization_dict",
        "lineno": 309,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.matching": [
      {
        "id": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "name": "hopcroft_karp_matching",
        "lineno": 59,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching.breadth_first_search",
        "name": "breadth_first_search",
        "lineno": 127,
        "scope": "hopcroft_karp_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching.depth_first_search",
        "name": "depth_first_search",
        "lineno": 144,
        "scope": "hopcroft_karp_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "name": "eppstein_matching",
        "lineno": 186,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching.eppstein_matching.recurse",
        "name": "recurse",
        "lineno": 309,
        "scope": "eppstein_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path",
        "name": "_is_connected_by_alternating_path",
        "lineno": 324,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path._alternating_dfs",
        "name": "_alternating_dfs",
        "lineno": 347,
        "scope": "_is_connected_by_alternating_path",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching._connected_by_alternating_paths",
        "name": "_connected_by_alternating_paths",
        "lineno": 386,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "name": "to_vertex_cover",
        "lineno": 425,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "name": "minimum_weight_full_matching",
        "lineno": 506,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.matrix": [
      {
        "id": "networkx.algorithms.bipartite.matrix.biadjacency_matrix",
        "name": "biadjacency_matrix",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matrix.from_biadjacency_matrix",
        "name": "from_biadjacency_matrix",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.matrix._validate_initialize_bipartite_nodelists",
        "name": "_validate_initialize_bipartite_nodelists",
        "lineno": 213,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.projection": [
      {
        "id": "networkx.algorithms.bipartite.projection.projected_graph",
        "name": "projected_graph",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.projection.weighted_projected_graph",
        "name": "weighted_projected_graph",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.projection.collaboration_weighted_projected_graph",
        "name": "collaboration_weighted_projected_graph",
        "lineno": 224,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.projection.overlap_weighted_projected_graph",
        "name": "overlap_weighted_projected_graph",
        "lineno": 318,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.projection.generic_weighted_projected_graph",
        "name": "generic_weighted_projected_graph",
        "lineno": 418,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.projection.generic_weighted_projected_graph.weight_function",
        "name": "weight_function",
        "lineno": 514,
        "scope": "generic_weighted_projected_graph",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.redundancy": [
      {
        "id": "networkx.algorithms.bipartite.redundancy.node_redundancy",
        "name": "node_redundancy",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.redundancy._node_redundancy",
        "name": "_node_redundancy",
        "lineno": 97,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.spectral": [
      {
        "id": "networkx.algorithms.bipartite.spectral.spectral_bipartivity",
        "name": "spectral_bipartivity",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite": [],
    "networkx.algorithms.bipartite.tests.test_basic": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_is_bipartite",
        "name": "test_is_bipartite",
        "lineno": 8,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_color",
        "name": "test_bipartite_color",
        "lineno": 13,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_not_bipartite_color",
        "name": "test_not_bipartite_color",
        "lineno": 18,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_directed",
        "name": "test_bipartite_directed",
        "lineno": 22,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_sets",
        "name": "test_bipartite_sets",
        "lineno": 26,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_sets_directed",
        "name": "test_bipartite_sets_directed",
        "lineno": 32,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_sets_given_top_nodes",
        "name": "test_bipartite_sets_given_top_nodes",
        "lineno": 39,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_sets_disconnected",
        "name": "test_bipartite_sets_disconnected",
        "lineno": 46,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_is_bipartite_node_set",
        "name": "test_is_bipartite_node_set",
        "lineno": 52,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_density",
        "name": "test_bipartite_density",
        "lineno": 67,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_degrees",
        "name": "test_bipartite_degrees",
        "lineno": 76,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_bipartite_weighted_degrees",
        "name": "test_bipartite_weighted_degrees",
        "lineno": 84,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_biadjacency_matrix_weight",
        "name": "test_biadjacency_matrix_weight",
        "lineno": 96,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_biadjacency_matrix",
        "name": "test_biadjacency_matrix",
        "lineno": 107,
        "scope": "TestBipartiteBasic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic.test_biadjacency_matrix_order",
        "name": "test_biadjacency_matrix_order",
        "lineno": 118,
        "scope": "TestBipartiteBasic",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_centrality": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.setup_class",
        "name": "setup_class",
        "lineno": 9,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_degree_centrality",
        "name": "test_degree_centrality",
        "lineno": 18,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_betweenness_centrality",
        "name": "test_betweenness_centrality",
        "lineno": 29,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_closeness_centrality",
        "name": "test_closeness_centrality",
        "lineno": 40,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_bipartite_closeness_centrality_unconnected",
        "name": "test_bipartite_closeness_centrality_unconnected",
        "lineno": 58,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_davis_degree_centrality",
        "name": "test_davis_degree_centrality",
        "lineno": 74,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_davis_betweenness_centrality",
        "name": "test_davis_betweenness_centrality",
        "lineno": 114,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_davis_closeness_centrality",
        "name": "test_davis_closeness_centrality",
        "lineno": 154,
        "scope": "TestBipartiteCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_cluster": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_pairwise_bipartite_cc_functions",
        "name": "test_pairwise_bipartite_cc_functions",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_star_graph",
        "name": "test_star_graph",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_not_bipartite",
        "name": "test_not_bipartite",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_bad_mode",
        "name": "test_bad_mode",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_path_graph",
        "name": "test_path_graph",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_average_path_graph",
        "name": "test_average_path_graph",
        "lineno": 59,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_ra_clustering_davis",
        "name": "test_ra_clustering_davis",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_ra_clustering_square",
        "name": "test_ra_clustering_square",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.test_ra_clustering_zero",
        "name": "test_ra_clustering_zero",
        "lineno": 78,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies.test_complete_bipartite_graph_equipartition",
        "name": "test_complete_bipartite_graph_equipartition",
        "lineno": 92,
        "scope": "TestButterflies",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies.test_no_butterflies",
        "name": "test_no_butterflies",
        "lineno": 110,
        "scope": "TestButterflies",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies.test_two_disjoint_k22",
        "name": "test_two_disjoint_k22",
        "lineno": 113,
        "scope": "TestButterflies",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies.test_different_sized_partitions",
        "name": "test_different_sized_partitions",
        "lineno": 122,
        "scope": "TestButterflies",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies.test_isolated_node_zero",
        "name": "test_isolated_node_zero",
        "lineno": 126,
        "scope": "TestButterflies",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies.test_nodes_param_absent_node_ignored",
        "name": "test_nodes_param_absent_node_ignored",
        "lineno": 131,
        "scope": "TestButterflies",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies.test_directed_raises",
        "name": "test_directed_raises",
        "lineno": 138,
        "scope": "TestButterflies",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_community": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_complete_bipartite_no_structure",
        "name": "test_complete_bipartite_no_structure",
        "lineno": 14,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_two_disjoint_edges",
        "name": "test_two_disjoint_edges",
        "lineno": 22,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_single_community",
        "name": "test_single_community",
        "lineno": 31,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_singleton_communities",
        "name": "test_singleton_communities",
        "lineno": 37,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_weighted",
        "name": "test_weighted",
        "lineno": 43,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_weight_none_ignores_attribute",
        "name": "test_weight_none_ignores_attribute",
        "lineno": 55,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_resolution_scales_null_model",
        "name": "test_resolution_scales_null_model",
        "lineno": 67,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_iterable_of_communities_is_accepted",
        "name": "test_iterable_of_communities_is_accepted",
        "lineno": 81,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 87,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_not_a_partition_raises",
        "name": "test_not_a_partition_raises",
        "lineno": 91,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_directed_not_implemented",
        "name": "test_directed_not_implemented",
        "lineno": 101,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_communities_with_single_side_contribute_zero",
        "name": "test_communities_with_single_side_contribute_zero",
        "lineno": 106,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_southern_women_trivial_partitions",
        "name": "test_southern_women_trivial_partitions",
        "lineno": 114,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_disjoint_bipartite_components_positive",
        "name": "test_disjoint_bipartite_components_positive",
        "lineno": 120,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_random_bipartite_trivial_partitions",
        "name": "test_random_bipartite_trivial_partitions",
        "lineno": 134,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_nodes_as_iterable",
        "name": "test_nodes_as_iterable",
        "lineno": 140,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity.test_multigraph",
        "name": "test_multigraph",
        "lineno": 147,
        "scope": "TestBipartiteModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "name": "_compute_m",
        "lineno": 162,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "name": "_set_bipartite_degree_attrs",
        "lineno": 167,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "name": "_q_merge_delta_via_full_eval",
        "lineno": 183,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_red",
        "name": "test_singleton_move_red",
        "lineno": 195,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_blue",
        "name": "test_singleton_move_blue",
        "lineno": 209,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_two_k22_merge",
        "name": "test_two_k22_merge",
        "lineno": 222,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_weighted_merge",
        "name": "test_weighted_merge",
        "lineno": 240,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_resolution_parameter",
        "name": "test_resolution_parameter",
        "lineno": 256,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_random_graph_all_pairs",
        "name": "test_random_graph_all_pairs",
        "lineno": 271,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_multigraph",
        "name": "test_multigraph",
        "lineno": 291,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_aggregated_supernode_graph",
        "name": "test_aggregated_supernode_graph",
        "lineno": 312,
        "scope": "TestBipartiteModularityMergeDelta",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_covering": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_covering.TestMinEdgeCover.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 8,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_covering.TestMinEdgeCover.test_graph_single_edge",
        "name": "test_graph_single_edge",
        "lineno": 12,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_covering.TestMinEdgeCover.test_bipartite_default",
        "name": "test_bipartite_default",
        "lineno": 17,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_covering.TestMinEdgeCover.test_bipartite_explicit",
        "name": "test_bipartite_explicit",
        "lineno": 26,
        "scope": "TestMinEdgeCover",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_edgelist": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.setup_class",
        "name": "setup_class",
        "lineno": 16,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_read_edgelist_1",
        "name": "test_read_edgelist_1",
        "lineno": 29,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_read_edgelist_3",
        "name": "test_read_edgelist_3",
        "lineno": 40,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_write_edgelist_1",
        "name": "test_write_edgelist_1",
        "lineno": 57,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_write_edgelist_2",
        "name": "test_write_edgelist_2",
        "lineno": 68,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_write_edgelist_3",
        "name": "test_write_edgelist_3",
        "lineno": 79,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_write_edgelist_4",
        "name": "test_write_edgelist_4",
        "lineno": 91,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_unicode",
        "name": "test_unicode",
        "lineno": 103,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_latin1_issue",
        "name": "test_latin1_issue",
        "lineno": 116,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_latin1",
        "name": "test_latin1",
        "lineno": 128,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_edgelist_graph",
        "name": "test_edgelist_graph",
        "lineno": 141,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_edgelist_integers",
        "name": "test_edgelist_integers",
        "lineno": 152,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_edgelist_multigraph",
        "name": "test_edgelist_multigraph",
        "lineno": 162,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_empty_digraph",
        "name": "test_empty_digraph",
        "lineno": 172,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_raise_attribute",
        "name": "test_raise_attribute",
        "lineno": 177,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist.test_parse_edgelist",
        "name": "test_parse_edgelist",
        "lineno": 183,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.test_bipartite_edgelist_consistent_strip_handling",
        "name": "test_bipartite_edgelist_consistent_strip_handling",
        "lineno": 221,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_extendability": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_selfloops_raises",
        "name": "test_selfloops_raises",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_disconnected_raises",
        "name": "test_disconnected_raises",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_not_bipartite_raises",
        "name": "test_not_bipartite_raises",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_no_perfect_matching_raises",
        "name": "test_no_perfect_matching_raises",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_residual_graph_not_strongly_connected_raises",
        "name": "test_residual_graph_not_strongly_connected_raises",
        "lineno": 32,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_ladder_graph_is_1",
        "name": "test_ladder_graph_is_1",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_cubical_graph_is_2",
        "name": "test_cubical_graph_is_2",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_k_is_3",
        "name": "test_k_is_3",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_k_is_4",
        "name": "test_k_is_4",
        "lineno": 78,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_k_is_5",
        "name": "test_k_is_5",
        "lineno": 121,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_k_is_6",
        "name": "test_k_is_6",
        "lineno": 171,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_extendability.test_k_is_7",
        "name": "test_k_is_7",
        "lineno": 235,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_generators": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "name": "test_complete_bipartite_graph",
        "lineno": 25,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_configuration_model",
        "name": "test_configuration_model",
        "lineno": 86,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_havel_hakimi_graph",
        "name": "test_havel_hakimi_graph",
        "lineno": 143,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_reverse_havel_hakimi_graph",
        "name": "test_reverse_havel_hakimi_graph",
        "lineno": 194,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_alternating_havel_hakimi_graph",
        "name": "test_alternating_havel_hakimi_graph",
        "lineno": 258,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_preferential_attachment",
        "name": "test_preferential_attachment",
        "lineno": 322,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_random_graph",
        "name": "test_random_graph",
        "lineno": 354,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_random_digraph",
        "name": "test_random_digraph",
        "lineno": 364,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_gnmk_random_graph",
        "name": "test_gnmk_random_graph",
        "lineno": 374,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_gnmk_random_graph_complete",
        "name": "test_gnmk_random_graph_complete",
        "lineno": 388,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph_str",
        "name": "test_complete_bipartite_graph_str",
        "lineno": 402,
        "scope": "TestGeneratorsBipartite",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_link_analysis": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.setup_class",
        "name": "setup_class",
        "lineno": 13,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_collaborative_filtering_birank",
        "name": "test_collaborative_filtering_birank",
        "lineno": 31,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_davis_birank",
        "name": "test_davis_birank",
        "lineno": 72,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_davis_birank_with_personalization",
        "name": "test_davis_birank_with_personalization",
        "lineno": 114,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_birank_empty_bipartite_set",
        "name": "test_birank_empty_bipartite_set",
        "lineno": 159,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_birank_invalid_alpha_beta",
        "name": "test_birank_invalid_alpha_beta",
        "lineno": 171,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_birank_power_iteration_failed_convergence",
        "name": "test_birank_power_iteration_failed_convergence",
        "lineno": 178,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_gnmk_convergence_birank",
        "name": "test_gnmk_convergence_birank",
        "lineno": 199,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_negative_personalization",
        "name": "test_negative_personalization",
        "lineno": 211,
        "scope": "TestBipartiteLinkAnalysis",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matching": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.setup_method",
        "name": "setup_method",
        "lineno": 20,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.check_match",
        "name": "check_match",
        "lineno": 83,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_eppstein_matching",
        "name": "test_eppstein_matching",
        "lineno": 98,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_hopcroft_karp_matching",
        "name": "test_hopcroft_karp_matching",
        "lineno": 105,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_to_vertex_cover",
        "name": "test_to_vertex_cover",
        "lineno": 112,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_eppstein_matching_simple",
        "name": "test_eppstein_matching_simple",
        "lineno": 128,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_hopcroft_karp_matching_simple",
        "name": "test_hopcroft_karp_matching_simple",
        "lineno": 132,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_eppstein_matching_disconnected",
        "name": "test_eppstein_matching_disconnected",
        "lineno": 136,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_hopcroft_karp_matching_disconnected",
        "name": "test_hopcroft_karp_matching_disconnected",
        "lineno": 140,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_issue_2127",
        "name": "test_issue_2127",
        "lineno": 144,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_vertex_cover_issue_2384",
        "name": "test_vertex_cover_issue_2384",
        "lineno": 174,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_vertex_cover_issue_3306",
        "name": "test_vertex_cover_issue_3306",
        "lineno": 181,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_unorderable_nodes",
        "name": "test_unorderable_nodes",
        "lineno": 191,
        "scope": "TestMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.test_eppstein_matching",
        "name": "test_eppstein_matching",
        "lineno": 204,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.setup_class",
        "name": "setup_class",
        "lineno": 217,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_incomplete_graph",
        "name": "test_minimum_weight_full_matching_incomplete_graph",
        "lineno": 220,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_with_no_full_matching",
        "name": "test_minimum_weight_full_matching_with_no_full_matching",
        "lineno": 230,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_square",
        "name": "test_minimum_weight_full_matching_square",
        "lineno": 242,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_smaller_left",
        "name": "test_minimum_weight_full_matching_smaller_left",
        "lineno": 256,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_smaller_top_nodes_right",
        "name": "test_minimum_weight_full_matching_smaller_top_nodes_right",
        "lineno": 273,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_smaller_right",
        "name": "test_minimum_weight_full_matching_smaller_right",
        "lineno": 290,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_negative_weights",
        "name": "test_minimum_weight_full_matching_negative_weights",
        "lineno": 307,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_different_weight_key",
        "name": "test_minimum_weight_full_matching_different_weight_key",
        "lineno": 316,
        "scope": "TestMinimumWeightFullMatching",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matrix": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_biadjacency_matrix_weight",
        "name": "test_biadjacency_matrix_weight",
        "lineno": 14,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_biadjacency_matrix",
        "name": "test_biadjacency_matrix",
        "lineno": 24,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_biadjacency_matrix_order",
        "name": "test_biadjacency_matrix_order",
        "lineno": 34,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_biadjacency_matrix_empty_graph",
        "name": "test_biadjacency_matrix_empty_graph",
        "lineno": 42,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_null_graph",
        "name": "test_null_graph",
        "lineno": 47,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 51,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_duplicate_row",
        "name": "test_duplicate_row",
        "lineno": 55,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_duplicate_col",
        "name": "test_duplicate_col",
        "lineno": 59,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_format_keyword",
        "name": "test_format_keyword",
        "lineno": 63,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_from_biadjacency_roundtrip",
        "name": "test_from_biadjacency_roundtrip",
        "lineno": 67,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_from_biadjacency_weight",
        "name": "test_from_biadjacency_weight",
        "lineno": 73,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_from_biadjacency_multigraph",
        "name": "test_from_biadjacency_multigraph",
        "lineno": 81,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_from_biadjacency_nodelist",
        "name": "test_from_biadjacency_nodelist",
        "lineno": 94,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_from_biadjacency_nodelist.map_edges",
        "name": "map_edges",
        "lineno": 115,
        "scope": "TestBiadjacencyMatrix.test_from_biadjacency_nodelist",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_invalid_from_biadjacency_nodelist",
        "name": "test_invalid_from_biadjacency_nodelist",
        "lineno": 121,
        "scope": "TestBiadjacencyMatrix",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_project": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_path_projected_graph",
        "name": "test_path_projected_graph",
        "lineno": 9,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_path_projected_properties_graph",
        "name": "test_path_projected_properties_graph",
        "lineno": 21,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_path_collaboration_projected_graph",
        "name": "test_path_collaboration_projected_graph",
        "lineno": 34,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_directed_path_collaboration_projected_graph",
        "name": "test_directed_path_collaboration_projected_graph",
        "lineno": 45,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_path_weighted_projected_graph",
        "name": "test_path_weighted_projected_graph",
        "lineno": 57,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_digraph_weighted_projection",
        "name": "test_digraph_weighted_projection",
        "lineno": 72,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_path_weighted_projected_directed_graph",
        "name": "test_path_weighted_projected_directed_graph",
        "lineno": 78,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_star_projected_graph",
        "name": "test_star_projected_graph",
        "lineno": 90,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_project_multigraph",
        "name": "test_project_multigraph",
        "lineno": 103,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_project_collaboration",
        "name": "test_project_collaboration",
        "lineno": 116,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject.test_directed_projection",
        "name": "test_directed_projection",
        "lineno": 129,
        "scope": "TestBipartiteProject",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.setup_class",
        "name": "setup_class",
        "lineno": 161,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_project_weighted_shared",
        "name": "test_project_weighted_shared",
        "lineno": 190,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_project_weighted_newman",
        "name": "test_project_weighted_newman",
        "lineno": 223,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_project_weighted_ratio",
        "name": "test_project_weighted_ratio",
        "lineno": 256,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_project_weighted_overlap",
        "name": "test_project_weighted_overlap",
        "lineno": 289,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_project_weighted_jaccard",
        "name": "test_project_weighted_jaccard",
        "lineno": 322,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_simple",
        "name": "test_generic_weighted_projected_graph_simple",
        "lineno": 355,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_simple.shared",
        "name": "shared",
        "lineno": 356,
        "scope": "TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_simple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_custom",
        "name": "test_generic_weighted_projected_graph_custom",
        "lineno": 385,
        "scope": "TestBipartiteWeightedProjection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_custom.jaccard",
        "name": "jaccard",
        "lineno": 386,
        "scope": "TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_custom",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_custom.my_weight",
        "name": "my_weight",
        "lineno": 391,
        "scope": "TestBipartiteWeightedProjection.test_generic_weighted_projected_graph_custom",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_redundancy": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_redundancy.test_no_redundant_nodes",
        "name": "test_no_redundant_nodes",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_redundancy.test_redundant_nodes",
        "name": "test_redundant_nodes",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_redundancy.test_not_enough_neighbors",
        "name": "test_not_enough_neighbors",
        "lineno": 32,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests.test_spectral_bipartivity": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity.TestSpectralBipartivity.test_star_like",
        "name": "test_star_like",
        "lineno": 14,
        "scope": "TestSpectralBipartivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity.TestSpectralBipartivity.test_k23_like",
        "name": "test_k23_like",
        "lineno": 29,
        "scope": "TestSpectralBipartivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity.TestSpectralBipartivity.test_single_nodes",
        "name": "test_single_nodes",
        "lineno": 68,
        "scope": "TestSpectralBipartivity",
        "is_async": false
      }
    ],
    "networkx.algorithms.bipartite.tests": [],
    "networkx.algorithms.centrality.betweenness": [
      {
        "id": "networkx.algorithms.centrality.betweenness.betweenness_centrality",
        "name": "betweenness_centrality",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness.edge_betweenness_centrality",
        "name": "edge_betweenness_centrality",
        "lineno": 249,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "name": "_single_source_shortest_path_basic",
        "lineno": 402,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "name": "_single_source_dijkstra_path_basic",
        "lineno": 427,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness._accumulate_basic",
        "name": "_accumulate_basic",
        "lineno": 461,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness._accumulate_endpoints",
        "name": "_accumulate_endpoints",
        "lineno": 473,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness._accumulate_edges",
        "name": "_accumulate_edges",
        "lineno": 486,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness._rescale",
        "name": "_rescale",
        "lineno": 503,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness._add_edge_keys",
        "name": "_add_edge_keys",
        "lineno": 564,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.betweenness_subset": [
      {
        "id": "networkx.algorithms.centrality.betweenness_subset.betweenness_centrality_subset",
        "name": "betweenness_centrality_subset",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness_subset.edge_betweenness_centrality_subset",
        "name": "edge_betweenness_centrality_subset",
        "lineno": 118,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness_subset._accumulate_subset",
        "name": "_accumulate_subset",
        "lineno": 206,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.betweenness_subset._accumulate_edges_subset",
        "name": "_accumulate_edges_subset",
        "lineno": 222,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.closeness": [
      {
        "id": "networkx.algorithms.centrality.closeness.closeness_centrality",
        "name": "closeness_centrality",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.closeness.incremental_closeness_centrality",
        "name": "incremental_closeness_centrality",
        "lineno": 166,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.current_flow_betweenness": [
      {
        "id": "networkx.algorithms.centrality.current_flow_betweenness.approximate_current_flow_betweenness_centrality",
        "name": "approximate_current_flow_betweenness_centrality",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.current_flow_betweenness.current_flow_betweenness_centrality",
        "name": "current_flow_betweenness_centrality",
        "lineno": 171,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.current_flow_betweenness.edge_current_flow_betweenness_centrality",
        "name": "edge_current_flow_betweenness_centrality",
        "lineno": 266,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.current_flow_betweenness_subset": [
      {
        "id": "networkx.algorithms.centrality.current_flow_betweenness_subset.current_flow_betweenness_centrality_subset",
        "name": "current_flow_betweenness_centrality_subset",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.current_flow_betweenness_subset.edge_current_flow_betweenness_centrality_subset",
        "name": "edge_current_flow_betweenness_centrality_subset",
        "lineno": 123,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.current_flow_closeness": [
      {
        "id": "networkx.algorithms.centrality.current_flow_closeness.current_flow_closeness_centrality",
        "name": "current_flow_closeness_centrality",
        "lineno": 16,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.degree_alg": [
      {
        "id": "networkx.algorithms.centrality.degree_alg.degree_centrality",
        "name": "degree_centrality",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.degree_alg.in_degree_centrality",
        "name": "in_degree_centrality",
        "lineno": 69,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.degree_alg.out_degree_centrality",
        "name": "out_degree_centrality",
        "lineno": 119,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.dispersion": [
      {
        "id": "networkx.algorithms.centrality.dispersion.dispersion",
        "name": "dispersion",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.dispersion.dispersion._dispersion",
        "name": "_dispersion",
        "lineno": 57,
        "scope": "dispersion",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.eigenvector": [
      {
        "id": "networkx.algorithms.centrality.eigenvector.eigenvector_centrality",
        "name": "eigenvector_centrality",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.eigenvector.eigenvector_centrality_numpy",
        "name": "eigenvector_centrality_numpy",
        "lineno": 198,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.flow_matrix": [
      {
        "id": "networkx.algorithms.centrality.flow_matrix.flow_matrix_row",
        "name": "flow_matrix_row",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.__init__",
        "name": "__init__",
        "lineno": 37,
        "scope": "InverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.init_solver",
        "name": "init_solver",
        "lineno": 52,
        "scope": "InverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.solve",
        "name": "solve",
        "lineno": 55,
        "scope": "InverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.solve_inverse",
        "name": "solve_inverse",
        "lineno": 58,
        "scope": "InverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.get_rows",
        "name": "get_rows",
        "lineno": 61,
        "scope": "InverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.get_row",
        "name": "get_row",
        "lineno": 66,
        "scope": "InverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.width",
        "name": "width",
        "lineno": 70,
        "scope": "InverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.FullInverseLaplacian.init_solver",
        "name": "init_solver",
        "lineno": 83,
        "scope": "FullInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.FullInverseLaplacian.solve",
        "name": "solve",
        "lineno": 87,
        "scope": "FullInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.FullInverseLaplacian.solve_inverse",
        "name": "solve_inverse",
        "lineno": 92,
        "scope": "FullInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.SuperLUInverseLaplacian.init_solver",
        "name": "init_solver",
        "lineno": 97,
        "scope": "SuperLUInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.SuperLUInverseLaplacian.solve_inverse",
        "name": "solve_inverse",
        "lineno": 102,
        "scope": "SuperLUInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.SuperLUInverseLaplacian.solve",
        "name": "solve",
        "lineno": 107,
        "scope": "SuperLUInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.CGInverseLaplacian.init_solver",
        "name": "init_solver",
        "lineno": 114,
        "scope": "CGInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.CGInverseLaplacian.solve",
        "name": "solve",
        "lineno": 122,
        "scope": "CGInverseLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.CGInverseLaplacian.solve_inverse",
        "name": "solve_inverse",
        "lineno": 127,
        "scope": "CGInverseLaplacian",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.group": [
      {
        "id": "networkx.algorithms.centrality.group.group_betweenness_centrality",
        "name": "group_betweenness_centrality",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group._group_preprocessing",
        "name": "_group_preprocessing",
        "lineno": 201,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group.prominent_group",
        "name": "prominent_group",
        "lineno": 241,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group._dfbnb",
        "name": "_dfbnb",
        "lineno": 416,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group._heuristic",
        "name": "_heuristic",
        "lineno": 460,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group.group_closeness_centrality",
        "name": "group_closeness_centrality",
        "lineno": 549,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group.group_degree_centrality",
        "name": "group_degree_centrality",
        "lineno": 646,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group.group_in_degree_centrality",
        "name": "group_in_degree_centrality",
        "lineno": 698,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.group.group_out_degree_centrality",
        "name": "group_out_degree_centrality",
        "lineno": 745,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.harmonic": [
      {
        "id": "networkx.algorithms.centrality.harmonic.harmonic_centrality",
        "name": "harmonic_centrality",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.katz": [
      {
        "id": "networkx.algorithms.centrality.katz.katz_centrality",
        "name": "katz_centrality",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.katz.katz_centrality_numpy",
        "name": "katz_centrality_numpy",
        "lineno": 199,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.laplacian": [
      {
        "id": "networkx.algorithms.centrality.laplacian.laplacian_centrality",
        "name": "laplacian_centrality",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.load": [
      {
        "id": "networkx.algorithms.centrality.load.newman_betweenness_centrality",
        "name": "newman_betweenness_centrality",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.load._node_betweenness",
        "name": "_node_betweenness",
        "lineno": 86,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.load.edge_load_centrality",
        "name": "edge_load_centrality",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.load._edge_betweenness",
        "name": "_edge_betweenness",
        "lineno": 176,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.percolation": [
      {
        "id": "networkx.algorithms.centrality.percolation.percolation_centrality",
        "name": "percolation_centrality",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.percolation._accumulate_percolation",
        "name": "_accumulate_percolation",
        "lineno": 117,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.reaching": [
      {
        "id": "networkx.algorithms.centrality.reaching._average_weight",
        "name": "_average_weight",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.reaching.global_reaching_centrality",
        "name": "global_reaching_centrality",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.reaching.global_reaching_centrality.as_distance",
        "name": "as_distance",
        "lineno": 103,
        "scope": "global_reaching_centrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.reaching.local_reaching_centrality",
        "name": "local_reaching_centrality",
        "lineno": 122,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.reaching.local_reaching_centrality.as_distance",
        "name": "as_distance",
        "lineno": 192,
        "scope": "local_reaching_centrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.second_order": [
      {
        "id": "networkx.algorithms.centrality.second_order.second_order_centrality",
        "name": "second_order_centrality",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.second_order.second_order_centrality._Qj",
        "name": "_Qj",
        "lineno": 124,
        "scope": "second_order_centrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.subgraph_alg": [
      {
        "id": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality_exp",
        "name": "subgraph_centrality_exp",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality",
        "name": "subgraph_centrality",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "name": "communicability_betweenness_centrality",
        "lineno": 215,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.subgraph_alg.estrada_index",
        "name": "estrada_index",
        "lineno": 316,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.trophic": [
      {
        "id": "networkx.algorithms.centrality.trophic.trophic_levels",
        "name": "trophic_levels",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.trophic.trophic_differences",
        "name": "trophic_differences",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.trophic.trophic_incoherence_parameter",
        "name": "trophic_incoherence_parameter",
        "lineno": 140,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.voterank_alg": [
      {
        "id": "networkx.algorithms.centrality.voterank_alg.voterank",
        "name": "voterank",
        "lineno": 9,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality": [],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.weighted_G",
        "name": "weighted_G",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_K5",
        "name": "test_K5",
        "lineno": 24,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_K5_endpoints",
        "name": "test_K5_endpoints",
        "lineno": 32,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_P3_normalized",
        "name": "test_P3_normalized",
        "lineno": 45,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_P3",
        "name": "test_P3",
        "lineno": 53,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_sample_from_P3",
        "name": "test_sample_from_P3",
        "lineno": 61,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_P3_endpoints",
        "name": "test_P3_endpoints",
        "lineno": 75,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_krackhardt_kite_graph",
        "name": "test_krackhardt_kite_graph",
        "lineno": 88,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_krackhardt_kite_graph_normalized",
        "name": "test_krackhardt_kite_graph_normalized",
        "lineno": 109,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_florentine_families_graph",
        "name": "test_florentine_families_graph",
        "lineno": 128,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_les_miserables_graph",
        "name": "test_les_miserables_graph",
        "lineno": 153,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_ladder_graph",
        "name": "test_ladder_graph",
        "lineno": 240,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_disconnected_path",
        "name": "test_disconnected_path",
        "lineno": 251,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_disconnected_path_endpoints",
        "name": "test_disconnected_path_endpoints",
        "lineno": 261,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_directed_path",
        "name": "test_directed_path",
        "lineno": 275,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_directed_path_normalized",
        "name": "test_directed_path_normalized",
        "lineno": 284,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_scale_with_k_on_star_graph",
        "name": "test_scale_with_k_on_star_graph",
        "lineno": 314,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_scale_with_k_on_cycle_graph",
        "name": "test_scale_with_k_on_cycle_graph",
        "lineno": 388,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality.test_k_out_of_bounds_raises",
        "name": "test_k_out_of_bounds_raises",
        "lineno": 398,
        "scope": "TestBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_K5",
        "name": "test_K5",
        "lineno": 416,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_P3_normalized",
        "name": "test_P3_normalized",
        "lineno": 424,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_P3",
        "name": "test_P3",
        "lineno": 432,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_krackhardt_kite_graph",
        "name": "test_krackhardt_kite_graph",
        "lineno": 440,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_krackhardt_kite_graph_normalized",
        "name": "test_krackhardt_kite_graph_normalized",
        "lineno": 463,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_florentine_families_graph",
        "name": "test_florentine_families_graph",
        "lineno": 485,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_les_miserables_graph",
        "name": "test_les_miserables_graph",
        "lineno": 511,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_ladder_graph",
        "name": "test_ladder_graph",
        "lineno": 598,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_G",
        "name": "test_G",
        "lineno": 609,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_G2",
        "name": "test_G2",
        "lineno": 617,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_G3",
        "name": "test_G3",
        "lineno": 641,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_G4",
        "name": "test_G4",
        "lineno": 651,
        "scope": "TestWeightedBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality.test_K5",
        "name": "test_K5",
        "lineno": 681,
        "scope": "TestEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality.test_normalized_K5",
        "name": "test_normalized_K5",
        "lineno": 689,
        "scope": "TestEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality.test_C4",
        "name": "test_C4",
        "lineno": 697,
        "scope": "TestEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality.test_P4",
        "name": "test_P4",
        "lineno": 705,
        "scope": "TestEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality.test_normalized_P4",
        "name": "test_normalized_P4",
        "lineno": 713,
        "scope": "TestEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality.test_balanced_tree",
        "name": "test_balanced_tree",
        "lineno": 721,
        "scope": "TestEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality.test_edge_betweenness_k",
        "name": "test_edge_betweenness_k",
        "lineno": 729,
        "scope": "TestEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_K5",
        "name": "test_K5",
        "lineno": 751,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_C4",
        "name": "test_C4",
        "lineno": 759,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_P4",
        "name": "test_P4",
        "lineno": 767,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_balanced_tree",
        "name": "test_balanced_tree",
        "lineno": 775,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_weighted_graph",
        "name": "test_weighted_graph",
        "lineno": 783,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_normalized_weighted_graph",
        "name": "test_normalized_weighted_graph",
        "lineno": 813,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_weighted_multigraph",
        "name": "test_weighted_multigraph",
        "lineno": 844,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality.test_normalized_weighted_multigraph",
        "name": "test_normalized_weighted_multigraph",
        "lineno": 884,
        "scope": "TestWeightedEdgeBetweennessCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset": [
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_K5",
        "name": "test_K5",
        "lineno": 7,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_P5_directed",
        "name": "test_P5_directed",
        "lineno": 17,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_P5",
        "name": "test_P5",
        "lineno": 26,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_P5_multiple_target",
        "name": "test_P5_multiple_target",
        "lineno": 35,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_box",
        "name": "test_box",
        "lineno": 46,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_box_and_path",
        "name": "test_box_and_path",
        "lineno": 55,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_box_and_path2",
        "name": "test_box_and_path2",
        "lineno": 66,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_diamond_multi_path",
        "name": "test_diamond_multi_path",
        "lineno": 77,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_normalized_p2",
        "name": "test_normalized_p2",
        "lineno": 119,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_normalized_P5_directed",
        "name": "test_normalized_P5_directed",
        "lineno": 133,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality.test_weighted_graph",
        "name": "test_weighted_graph",
        "lineno": 144,
        "scope": "TestSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_K5",
        "name": "test_K5",
        "lineno": 166,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_P5_directed",
        "name": "test_P5_directed",
        "lineno": 177,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_P5",
        "name": "test_P5",
        "lineno": 189,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_P5_multiple_target",
        "name": "test_P5_multiple_target",
        "lineno": 201,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_box",
        "name": "test_box",
        "lineno": 214,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_box_and_path",
        "name": "test_box_and_path",
        "lineno": 227,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_box_and_path2",
        "name": "test_box_and_path2",
        "lineno": 241,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_diamond_multi_path",
        "name": "test_diamond_multi_path",
        "lineno": 256,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_normalized_p1",
        "name": "test_normalized_p1",
        "lineno": 294,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_normalized_P5_directed",
        "name": "test_normalized_P5_directed",
        "lineno": 308,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality.test_weighted_graph",
        "name": "test_weighted_graph",
        "lineno": 320,
        "scope": "TestEdgeSubsetBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.test_equivalence_non_subset",
        "name": "test_equivalence_non_subset",
        "lineno": 343,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_closeness_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.undirected_G",
        "name": "undirected_G",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_wf_improved",
        "name": "test_wf_improved",
        "lineno": 29,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_digraph",
        "name": "test_digraph",
        "lineno": 42,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_k5_closeness",
        "name": "test_k5_closeness",
        "lineno": 50,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_p3_closeness",
        "name": "test_p3_closeness",
        "lineno": 56,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_krackhardt_closeness",
        "name": "test_krackhardt_closeness",
        "lineno": 63,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_florentine_families_closeness",
        "name": "test_florentine_families_closeness",
        "lineno": 81,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_les_miserables_closeness",
        "name": "test_les_miserables_closeness",
        "lineno": 104,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_weighted_closeness",
        "name": "test_weighted_closeness",
        "lineno": 189,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality.test_directed_cycle",
        "name": "test_directed_cycle",
        "lineno": 214,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_add_edge",
        "name": "pick_add_edge",
        "lineno": 225,
        "scope": "TestIncrementalClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_remove_edge",
        "name": "pick_remove_edge",
        "lineno": 232,
        "scope": "TestIncrementalClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_directed_raises",
        "name": "test_directed_raises",
        "lineno": 238,
        "scope": "TestIncrementalClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_wrong_size_prev_cc_raises",
        "name": "test_wrong_size_prev_cc_raises",
        "lineno": 245,
        "scope": "TestIncrementalClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_wrong_nodes_prev_cc_raises",
        "name": "test_wrong_nodes_prev_cc_raises",
        "lineno": 252,
        "scope": "TestIncrementalClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_zero_centrality",
        "name": "test_zero_centrality",
        "lineno": 262,
        "scope": "TestIncrementalClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_incremental",
        "name": "test_incremental",
        "lineno": 273,
        "scope": "TestIncrementalClosenessCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestFlowBetweennessCentrality.test_K4_normalized",
        "name": "test_K4_normalized",
        "lineno": 12,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestFlowBetweennessCentrality.test_K4",
        "name": "test_K4",
        "lineno": 32,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestFlowBetweennessCentrality.test_P4_normalized",
        "name": "test_P4_normalized",
        "lineno": 43,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestFlowBetweennessCentrality.test_P4",
        "name": "test_P4",
        "lineno": 51,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestFlowBetweennessCentrality.test_star",
        "name": "test_star",
        "lineno": 59,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestFlowBetweennessCentrality.test_solvers2",
        "name": "test_solvers2",
        "lineno": 68,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_K4_normalized",
        "name": "test_K4_normalized",
        "lineno": 81,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_K4",
        "name": "test_K4",
        "lineno": 90,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_star",
        "name": "test_star",
        "lineno": 99,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_grid",
        "name": "test_grid",
        "lineno": 109,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_seed",
        "name": "test_seed",
        "lineno": 118,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_solvers",
        "name": "test_solvers",
        "lineno": 125,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_lower_kmax",
        "name": "test_lower_kmax",
        "lineno": 137,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_sample_weight_positive_effect",
        "name": "test_sample_weight_positive_effect",
        "lineno": 142,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_sample_weight_validation",
        "name": "test_sample_weight_validation",
        "lineno": 151,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_epsilon_validation",
        "name": "test_epsilon_validation",
        "lineno": 169,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_normalization_edge_case_small_graph",
        "name": "test_normalization_edge_case_small_graph",
        "lineno": 182,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality.test_sample_weight_interaction_with_kmax",
        "name": "test_sample_weight_interaction_with_kmax",
        "lineno": 198,
        "scope": "TestApproximateFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestEdgeFlowBetweennessCentrality.test_K4",
        "name": "test_K4",
        "lineno": 210,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestEdgeFlowBetweennessCentrality.test_K4_normalized",
        "name": "test_K4_normalized",
        "lineno": 219,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestEdgeFlowBetweennessCentrality.test_C4",
        "name": "test_C4",
        "lineno": 228,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestEdgeFlowBetweennessCentrality.test_P4",
        "name": "test_P4",
        "lineno": 237,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.test_unconnected_graphs_betweenness_centrality",
        "name": "test_unconnected_graphs_betweenness_centrality",
        "lineno": 255,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset": [
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestFlowBetweennessCentrality.test_K4_normalized",
        "name": "test_K4_normalized",
        "lineno": 14,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestFlowBetweennessCentrality.test_K4",
        "name": "test_K4",
        "lineno": 24,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestFlowBetweennessCentrality.test_P4_normalized",
        "name": "test_P4_normalized",
        "lineno": 55,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestFlowBetweennessCentrality.test_P4",
        "name": "test_P4",
        "lineno": 65,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestFlowBetweennessCentrality.test_star",
        "name": "test_star",
        "lineno": 75,
        "scope": "TestFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestEdgeFlowBetweennessCentrality.test_K4_normalized",
        "name": "test_K4_normalized",
        "lineno": 92,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestEdgeFlowBetweennessCentrality.test_K4",
        "name": "test_K4",
        "lineno": 101,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestEdgeFlowBetweennessCentrality.test_C4",
        "name": "test_C4",
        "lineno": 131,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestEdgeFlowBetweennessCentrality.test_P4",
        "name": "test_P4",
        "lineno": 140,
        "scope": "TestEdgeFlowBetweennessCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_closeness": [
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_closeness.TestFlowClosenessCentrality.test_K4",
        "name": "test_K4",
        "lineno": 10,
        "scope": "TestFlowClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_closeness.TestFlowClosenessCentrality.test_P4",
        "name": "test_P4",
        "lineno": 18,
        "scope": "TestFlowClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_closeness.TestFlowClosenessCentrality.test_star",
        "name": "test_star",
        "lineno": 26,
        "scope": "TestFlowClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_closeness.TestFlowClosenessCentrality.test_current_flow_closeness_centrality_not_connected",
        "name": "test_current_flow_closeness_centrality_not_connected",
        "lineno": 35,
        "scope": "TestFlowClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_closeness.TestFlowClosenessCentrality.test_current_flow_closeness_centrality_small_graphs",
        "name": "test_current_flow_closeness_centrality_small_graphs",
        "lineno": 50,
        "scope": "TestFlowClosenessCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_degree_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.setup_method",
        "name": "setup_method",
        "lineno": 11,
        "scope": "TestDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.test_degree_centrality_1",
        "name": "test_degree_centrality_1",
        "lineno": 50,
        "scope": "TestDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.test_degree_centrality_2",
        "name": "test_degree_centrality_2",
        "lineno": 56,
        "scope": "TestDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.test_degree_centrality_3",
        "name": "test_degree_centrality_3",
        "lineno": 62,
        "scope": "TestDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.test_degree_centrality_4",
        "name": "test_degree_centrality_4",
        "lineno": 79,
        "scope": "TestDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.test_indegree_centrality",
        "name": "test_indegree_centrality",
        "lineno": 103,
        "scope": "TestDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.test_outdegree_centrality",
        "name": "test_outdegree_centrality",
        "lineno": 119,
        "scope": "TestDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality.test_small_graph_centrality",
        "name": "test_small_graph_centrality",
        "lineno": 135,
        "scope": "TestDegreeCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_dispersion": [
      {
        "id": "networkx.algorithms.centrality.tests.test_dispersion.small_ego_G",
        "name": "small_ego_G",
        "lineno": 4,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion.test_article",
        "name": "test_article",
        "lineno": 43,
        "scope": "TestDispersion",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion.test_results_length",
        "name": "test_results_length",
        "lineno": 51,
        "scope": "TestDispersion",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion.test_dispersion_v_only",
        "name": "test_dispersion_v_only",
        "lineno": 61,
        "scope": "TestDispersion",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion.test_impossible_things",
        "name": "test_impossible_things",
        "lineno": 68,
        "scope": "TestDispersion",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_eigenvector_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentrality.test_K5",
        "name": "test_K5",
        "lineno": 12,
        "scope": "TestEigenvectorCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentrality.test_P3",
        "name": "test_P3",
        "lineno": 29,
        "scope": "TestEigenvectorCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentrality.test_P3_unweighted",
        "name": "test_P3_unweighted",
        "lineno": 40,
        "scope": "TestEigenvectorCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentrality.test_maxiter",
        "name": "test_maxiter",
        "lineno": 48,
        "scope": "TestEigenvectorCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityDirected.setup_class",
        "name": "setup_class",
        "lineno": 56,
        "scope": "TestEigenvectorCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityDirected.test_eigenvector_centrality_weighted",
        "name": "test_eigenvector_centrality_weighted",
        "lineno": 127,
        "scope": "TestEigenvectorCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityDirected.test_eigenvector_centrality_weighted_numpy",
        "name": "test_eigenvector_centrality_weighted_numpy",
        "lineno": 133,
        "scope": "TestEigenvectorCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityDirected.test_eigenvector_centrality_unweighted",
        "name": "test_eigenvector_centrality_unweighted",
        "lineno": 139,
        "scope": "TestEigenvectorCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityDirected.test_eigenvector_centrality_unweighted_numpy",
        "name": "test_eigenvector_centrality_unweighted_numpy",
        "lineno": 145,
        "scope": "TestEigenvectorCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityExceptions.test_multigraph",
        "name": "test_multigraph",
        "lineno": 153,
        "scope": "TestEigenvectorCentralityExceptions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityExceptions.test_multigraph_numpy",
        "name": "test_multigraph_numpy",
        "lineno": 157,
        "scope": "TestEigenvectorCentralityExceptions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityExceptions.test_null",
        "name": "test_null",
        "lineno": 161,
        "scope": "TestEigenvectorCentralityExceptions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityExceptions.test_null_numpy",
        "name": "test_null_numpy",
        "lineno": 165,
        "scope": "TestEigenvectorCentralityExceptions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityExceptions.test_disconnected_numpy",
        "name": "test_disconnected_numpy",
        "lineno": 176,
        "scope": "TestEigenvectorCentralityExceptions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityExceptions.test_zero_nstart",
        "name": "test_zero_nstart",
        "lineno": 181,
        "scope": "TestEigenvectorCentralityExceptions",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_group": [
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_group_betweenness_single_node",
        "name": "test_group_betweenness_single_node",
        "lineno": 11,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_group_betweenness_with_endpoints",
        "name": "test_group_betweenness_with_endpoints",
        "lineno": 23,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_group_betweenness_normalized",
        "name": "test_group_betweenness_normalized",
        "lineno": 35,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_two_group_betweenness_value_zero",
        "name": "test_two_group_betweenness_value_zero",
        "lineno": 48,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_group_betweenness_value_zero",
        "name": "test_group_betweenness_value_zero",
        "lineno": 58,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_group_betweenness_disconnected_graph",
        "name": "test_group_betweenness_disconnected_graph",
        "lineno": 68,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_group_betweenness_node_not_in_graph",
        "name": "test_group_betweenness_node_not_in_graph",
        "lineno": 79,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality.test_group_betweenness_directed_weighted",
        "name": "test_group_betweenness_directed_weighted",
        "lineno": 86,
        "scope": "TestGroupBetweennessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup.test_prominent_group_single_node",
        "name": "test_prominent_group_single_node",
        "lineno": 108,
        "scope": "TestProminentGroup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup.test_prominent_group_with_c",
        "name": "test_prominent_group_with_c",
        "lineno": 118,
        "scope": "TestProminentGroup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup.test_prominent_group_normalized_endpoints",
        "name": "test_prominent_group_normalized_endpoints",
        "lineno": 128,
        "scope": "TestProminentGroup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup.test_prominent_group_disconnected_graph",
        "name": "test_prominent_group_disconnected_graph",
        "lineno": 138,
        "scope": "TestProminentGroup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup.test_prominent_group_node_not_in_graph",
        "name": "test_prominent_group_node_not_in_graph",
        "lineno": 149,
        "scope": "TestProminentGroup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup.test_group_betweenness_directed_weighted",
        "name": "test_group_betweenness_directed_weighted",
        "lineno": 156,
        "scope": "TestProminentGroup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup.test_prominent_group_greedy_algorithm",
        "name": "test_prominent_group_greedy_algorithm",
        "lineno": 173,
        "scope": "TestProminentGroup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupClosenessCentrality.test_group_closeness_single_node",
        "name": "test_group_closeness_single_node",
        "lineno": 185,
        "scope": "TestGroupClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupClosenessCentrality.test_group_closeness_disconnected",
        "name": "test_group_closeness_disconnected",
        "lineno": 194,
        "scope": "TestGroupClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupClosenessCentrality.test_group_closeness_multiple_node",
        "name": "test_group_closeness_multiple_node",
        "lineno": 204,
        "scope": "TestGroupClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupClosenessCentrality.test_group_closeness_node_not_in_graph",
        "name": "test_group_closeness_node_not_in_graph",
        "lineno": 214,
        "scope": "TestGroupClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupDegreeCentrality.test_group_degree_centrality_single_node",
        "name": "test_group_degree_centrality_single_node",
        "lineno": 223,
        "scope": "TestGroupDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupDegreeCentrality.test_group_degree_centrality_multiple_node",
        "name": "test_group_degree_centrality_multiple_node",
        "lineno": 232,
        "scope": "TestGroupDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupDegreeCentrality.test_group_in_degree_centrality",
        "name": "test_group_in_degree_centrality",
        "lineno": 246,
        "scope": "TestGroupDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupDegreeCentrality.test_group_out_degree_centrality",
        "name": "test_group_out_degree_centrality",
        "lineno": 259,
        "scope": "TestGroupDegreeCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupDegreeCentrality.test_group_degree_centrality_node_not_in_graph",
        "name": "test_group_degree_centrality_node_not_in_graph",
        "lineno": 272,
        "scope": "TestGroupDegreeCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_harmonic_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.setup_class",
        "name": "setup_class",
        "lineno": 13,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_p3_harmonic",
        "name": "test_p3_harmonic",
        "lineno": 28,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_p4_harmonic",
        "name": "test_p4_harmonic",
        "lineno": 34,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_clique_complete",
        "name": "test_clique_complete",
        "lineno": 40,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_cycle_C4",
        "name": "test_cycle_C4",
        "lineno": 46,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_cycle_C5",
        "name": "test_cycle_C5",
        "lineno": 52,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_bal_tree",
        "name": "test_bal_tree",
        "lineno": 58,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_exampleGraph",
        "name": "test_exampleGraph",
        "lineno": 64,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_weighted_harmonic",
        "name": "test_weighted_harmonic",
        "lineno": 70,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_empty",
        "name": "test_empty",
        "lineno": 87,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_singleton",
        "name": "test_singleton",
        "lineno": 93,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_cycle_c4_directed",
        "name": "test_cycle_c4_directed",
        "lineno": 100,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_cycle_c4_directed_subset",
        "name": "test_cycle_c4_directed_subset",
        "lineno": 106,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_p3_harmonic_subset",
        "name": "test_p3_harmonic_subset",
        "lineno": 112,
        "scope": "TestClosenessCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality.test_p4_harmonic_subset",
        "name": "test_p4_harmonic_subset",
        "lineno": 118,
        "scope": "TestClosenessCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_katz_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_K5",
        "name": "test_K5",
        "lineno": 9,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_P3",
        "name": "test_P3",
        "lineno": 23,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_maxiter",
        "name": "test_maxiter",
        "lineno": 32,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_beta_as_scalar",
        "name": "test_beta_as_scalar",
        "lineno": 36,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_beta_as_dict",
        "name": "test_beta_as_dict",
        "lineno": 45,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_multiple_alpha",
        "name": "test_multiple_alpha",
        "lineno": 54,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_multigraph",
        "name": "test_multigraph",
        "lineno": 94,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_empty",
        "name": "test_empty",
        "lineno": 98,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_bad_beta",
        "name": "test_bad_beta",
        "lineno": 102,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality.test_bad_beta_number",
        "name": "test_bad_beta_number",
        "lineno": 108,
        "scope": "TestKatzCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.setup_class",
        "name": "setup_class",
        "lineno": 116,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_K5",
        "name": "test_K5",
        "lineno": 121,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_P3",
        "name": "test_P3",
        "lineno": 134,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_beta_as_scalar",
        "name": "test_beta_as_scalar",
        "lineno": 143,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_beta_as_dict",
        "name": "test_beta_as_dict",
        "lineno": 152,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_multiple_alpha",
        "name": "test_multiple_alpha",
        "lineno": 161,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_multigraph",
        "name": "test_multigraph",
        "lineno": 201,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_empty",
        "name": "test_empty",
        "lineno": 205,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_bad_beta",
        "name": "test_bad_beta",
        "lineno": 209,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_bad_beta_numbe",
        "name": "test_bad_beta_numbe",
        "lineno": 215,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_K5_unweighted",
        "name": "test_K5_unweighted",
        "lineno": 220,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy.test_P3_unweighted",
        "name": "test_P3_unweighted",
        "lineno": 233,
        "scope": "TestKatzCentralityNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirected.setup_class",
        "name": "setup_class",
        "lineno": 245,
        "scope": "TestKatzCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirected.test_katz_centrality_weighted",
        "name": "test_katz_centrality_weighted",
        "lineno": 294,
        "scope": "TestKatzCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirected.test_katz_centrality_unweighted",
        "name": "test_katz_centrality_unweighted",
        "lineno": 301,
        "scope": "TestKatzCentralityDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirectedNumpy.setup_class",
        "name": "setup_class",
        "lineno": 311,
        "scope": "TestKatzCentralityDirectedNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirectedNumpy.test_katz_centrality_weighted",
        "name": "test_katz_centrality_weighted",
        "lineno": 317,
        "scope": "TestKatzCentralityDirectedNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirectedNumpy.test_katz_centrality_unweighted",
        "name": "test_katz_centrality_unweighted",
        "lineno": 324,
        "scope": "TestKatzCentralityDirectedNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzEigenvectorVKatz.setup_class",
        "name": "setup_class",
        "lineno": 334,
        "scope": "TestKatzEigenvectorVKatz",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzEigenvectorVKatz.test_eigenvector_v_katz_random",
        "name": "test_eigenvector_v_katz_random",
        "lineno": 339,
        "scope": "TestKatzEigenvectorVKatz",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_laplacian_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_null_graph",
        "name": "test_laplacian_centrality_null_graph",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_single_node",
        "name": "test_laplacian_centrality_single_node",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_unconnected_nodes",
        "name": "test_laplacian_centrality_unconnected_nodes",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_empty_graph",
        "name": "test_laplacian_centrality_empty_graph",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_E",
        "name": "test_laplacian_centrality_E",
        "lineno": 41,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_KC",
        "name": "test_laplacian_centrality_KC",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_K",
        "name": "test_laplacian_centrality_K",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_P3",
        "name": "test_laplacian_centrality_P3",
        "lineno": 159,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_K5",
        "name": "test_laplacian_centrality_K5",
        "lineno": 167,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_FF",
        "name": "test_laplacian_centrality_FF",
        "lineno": 175,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_laplacian_centrality.test_laplacian_centrality_DG",
        "name": "test_laplacian_centrality_DG",
        "lineno": 199,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_load_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.setup_class",
        "name": "setup_class",
        "lineno": 8,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_not_strongly_connected",
        "name": "test_not_strongly_connected",
        "lineno": 37,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_P2_normalized_load",
        "name": "test_P2_normalized_load",
        "lineno": 44,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_weighted_load",
        "name": "test_weighted_load",
        "lineno": 51,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_k5_load",
        "name": "test_k5_load",
        "lineno": 56,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_p3_load",
        "name": "test_p3_load",
        "lineno": 63,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_p2_load",
        "name": "test_p2_load",
        "lineno": 74,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_krackhardt_load",
        "name": "test_krackhardt_load",
        "lineno": 81,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_florentine_families_load",
        "name": "test_florentine_families_load",
        "lineno": 99,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_les_miserables_load",
        "name": "test_les_miserables_load",
        "lineno": 122,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_unnormalized_k5_load",
        "name": "test_unnormalized_k5_load",
        "lineno": 207,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_unnormalized_p3_load",
        "name": "test_unnormalized_p3_load",
        "lineno": 214,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_unnormalized_krackhardt_load",
        "name": "test_unnormalized_krackhardt_load",
        "lineno": 221,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_unnormalized_florentine_families_load",
        "name": "test_unnormalized_florentine_families_load",
        "lineno": 240,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_load_betweenness_difference",
        "name": "test_load_betweenness_difference",
        "lineno": 264,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_c4_edge_load",
        "name": "test_c4_edge_load",
        "lineno": 300,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_p4_edge_load",
        "name": "test_p4_edge_load",
        "lineno": 307,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_k5_edge_load",
        "name": "test_k5_edge_load",
        "lineno": 314,
        "scope": "TestLoadCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality.test_tree_edge_load",
        "name": "test_tree_edge_load",
        "lineno": 332,
        "scope": "TestLoadCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_percolation_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_percolation_centrality.example1a_G",
        "name": "example1a_G",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_percolation_centrality.example1b_G",
        "name": "example1b_G",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_percolation_example1a",
        "name": "test_percolation_example1a",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_percolation_example1b",
        "name": "test_percolation_example1b",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_converge_to_betweenness",
        "name": "test_converge_to_betweenness",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_default_percolation",
        "name": "test_default_percolation",
        "lineno": 85,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_reaching": [
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_non_positive_weights",
        "name": "test_non_positive_weights",
        "lineno": 11,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_negatively_weighted",
        "name": "test_negatively_weighted",
        "lineno": 16,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_directed_star",
        "name": "test_directed_star",
        "lineno": 22,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_undirected_unweighted_star",
        "name": "test_undirected_unweighted_star",
        "lineno": 29,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_undirected_weighted_star",
        "name": "test_undirected_weighted_star",
        "lineno": 34,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_cycle_directed_unweighted",
        "name": "test_cycle_directed_unweighted",
        "lineno": 40,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_cycle_undirected_unweighted",
        "name": "test_cycle_undirected_unweighted",
        "lineno": 46,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_cycle_directed_weighted",
        "name": "test_cycle_directed_weighted",
        "lineno": 51,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_cycle_undirected_weighted",
        "name": "test_cycle_undirected_weighted",
        "lineno": 56,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_directed_weighted",
        "name": "test_directed_weighted",
        "lineno": 62,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_single_node_with_cycle",
        "name": "test_single_node_with_cycle",
        "lineno": 83,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality.test_single_node_with_weighted_cycle",
        "name": "test_single_node_with_weighted_cycle",
        "lineno": 88,
        "scope": "TestGlobalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality.test_non_positive_weights",
        "name": "test_non_positive_weights",
        "lineno": 98,
        "scope": "TestLocalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality.test_negatively_weighted",
        "name": "test_negatively_weighted",
        "lineno": 104,
        "scope": "TestLocalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality.test_undirected_unweighted_star",
        "name": "test_undirected_unweighted_star",
        "lineno": 110,
        "scope": "TestLocalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality.test_undirected_weighted_star",
        "name": "test_undirected_weighted_star",
        "lineno": 115,
        "scope": "TestLocalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality.test_undirected_weighted_normalized",
        "name": "test_undirected_weighted_normalized",
        "lineno": 123,
        "scope": "TestLocalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality.test_single_node_with_cycle",
        "name": "test_single_node_with_cycle",
        "lineno": 131,
        "scope": "TestLocalReachingCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality.test_single_node_with_weighted_cycle",
        "name": "test_single_node_with_weighted_cycle",
        "lineno": 136,
        "scope": "TestLocalReachingCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_second_order_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_empty",
        "name": "test_empty",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_non_connected",
        "name": "test_non_connected",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_non_negative_edge_weights",
        "name": "test_non_negative_edge_weights",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_weight_attribute",
        "name": "test_weight_attribute",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_one_node_graph",
        "name": "test_one_node_graph",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_P3",
        "name": "test_P3",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_K3",
        "name": "test_K3",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_second_order_centrality.test_ring_graph",
        "name": "test_ring_graph",
        "lineno": 74,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_subgraph": [
      {
        "id": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_subgraph_centrality",
        "name": "test_subgraph_centrality",
        "lineno": 16,
        "scope": "TestSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_subgraph_centrality_big_graph",
        "name": "test_subgraph_centrality_big_graph",
        "lineno": 46,
        "scope": "TestSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality_small",
        "name": "test_communicability_betweenness_centrality_small",
        "lineno": 56,
        "scope": "TestSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality",
        "name": "test_communicability_betweenness_centrality",
        "lineno": 75,
        "scope": "TestSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_estrada_index",
        "name": "test_estrada_index",
        "lineno": 107,
        "scope": "TestSubgraph",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_trophic": [
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_levels",
        "name": "test_trophic_levels",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_levels_levine",
        "name": "test_trophic_levels_levine",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_levels_simple",
        "name": "test_trophic_levels_simple",
        "lineno": 79,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_levels_more_complex",
        "name": "test_trophic_levels_more_complex",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_levels_even_more_complex",
        "name": "test_trophic_levels_even_more_complex",
        "lineno": 118,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_levels_singular_matrix",
        "name": "test_trophic_levels_singular_matrix",
        "lineno": 145,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_levels_singular_with_basal",
        "name": "test_trophic_levels_singular_with_basal",
        "lineno": 153,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_differences",
        "name": "test_trophic_differences",
        "lineno": 193,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_incoherence_parameter_no_cannibalism",
        "name": "test_trophic_incoherence_parameter_no_cannibalism",
        "lineno": 217,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_trophic_incoherence_parameter_cannibalism",
        "name": "test_trophic_incoherence_parameter_cannibalism",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_trophic.test_no_basal_node",
        "name": "test_no_basal_node",
        "lineno": 296,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests.test_voterank": [
      {
        "id": "networkx.algorithms.centrality.tests.test_voterank.TestVoteRankCentrality.test_voterank_centrality_1",
        "name": "test_voterank_centrality_1",
        "lineno": 10,
        "scope": "TestVoteRankCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_voterank.TestVoteRankCentrality.test_voterank_emptygraph",
        "name": "test_voterank_emptygraph",
        "lineno": 30,
        "scope": "TestVoteRankCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_voterank.TestVoteRankCentrality.test_voterank_centrality_2",
        "name": "test_voterank_centrality_2",
        "lineno": 35,
        "scope": "TestVoteRankCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_voterank.TestVoteRankCentrality.test_voterank_centrality_3",
        "name": "test_voterank_centrality_3",
        "lineno": 42,
        "scope": "TestVoteRankCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_voterank.TestVoteRankCentrality.test_voterank_centrality_4",
        "name": "test_voterank_centrality_4",
        "lineno": 49,
        "scope": "TestVoteRankCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_voterank.TestVoteRankCentrality.test_voterank_centrality_5",
        "name": "test_voterank_centrality_5",
        "lineno": 58,
        "scope": "TestVoteRankCentrality",
        "is_async": false
      }
    ],
    "networkx.algorithms.centrality.tests": [],
    "networkx.algorithms.coloring.equitable_coloring": [
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.is_coloring",
        "name": "is_coloring",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.is_equitable",
        "name": "is_equitable",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.make_C_from_F",
        "name": "make_C_from_F",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.make_N_from_L_C",
        "name": "make_N_from_L_C",
        "lineno": 58,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.make_H_from_C_N",
        "name": "make_H_from_C_N",
        "lineno": 68,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.change_color",
        "name": "change_color",
        "lineno": 74,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.move_witnesses",
        "name": "move_witnesses",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.pad_graph",
        "name": "pad_graph",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "name": "procedure_P",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "name": "equitable_color",
        "lineno": 390,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.coloring.greedy_coloring": [
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_largest_first",
        "name": "strategy_largest_first",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_random_sequential",
        "name": "strategy_random_sequential",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_smallest_last",
        "name": "strategy_smallest_last",
        "lineno": 49,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_smallest_last.find_min_degree",
        "name": "find_min_degree",
        "lineno": 78,
        "scope": "strategy_smallest_last",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._maximal_independent_set",
        "name": "_maximal_independent_set",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_independent_set",
        "name": "strategy_independent_set",
        "lineno": 122,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_connected_sequential_bfs",
        "name": "strategy_connected_sequential_bfs",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_connected_sequential_dfs",
        "name": "strategy_connected_sequential_dfs",
        "lineno": 159,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_connected_sequential",
        "name": "strategy_connected_sequential",
        "lineno": 172,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.strategy_saturation_largest_first",
        "name": "strategy_saturation_largest_first",
        "lineno": 204,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring.greedy_color",
        "name": "greedy_color",
        "lineno": 266,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._Node.__init__",
        "name": "__init__",
        "lineno": 382,
        "scope": "_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._Node.__repr__",
        "name": "__repr__",
        "lineno": 388,
        "scope": "_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._Node.assign_color",
        "name": "assign_color",
        "lineno": 394,
        "scope": "_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._Node.clear_color",
        "name": "clear_color",
        "lineno": 401,
        "scope": "_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._Node.iter_neighbors",
        "name": "iter_neighbors",
        "lineno": 409,
        "scope": "_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._Node.iter_neighbors_color",
        "name": "iter_neighbors_color",
        "lineno": 415,
        "scope": "_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._AdjEntry.__init__",
        "name": "__init__",
        "lineno": 425,
        "scope": "_AdjEntry",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._AdjEntry.__repr__",
        "name": "__repr__",
        "lineno": 432,
        "scope": "_AdjEntry",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange",
        "name": "_greedy_coloring_with_interchange",
        "lineno": 442,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.coloring": [],
    "networkx.algorithms.coloring.tests.test_coloring": [
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases",
        "name": "test_basic_cases",
        "lineno": 30,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases.check_basic_case",
        "name": "check_basic_case",
        "lineno": 31,
        "scope": "TestColoring.test_basic_cases",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_special_cases",
        "name": "test_special_cases",
        "lineno": 46,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_special_cases.check_special_case",
        "name": "check_special_case",
        "lineno": 47,
        "scope": "TestColoring.test_special_cases",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_interchange_invalid",
        "name": "test_interchange_invalid",
        "lineno": 61,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_bad_inputs",
        "name": "test_bad_inputs",
        "lineno": 72,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_as_function",
        "name": "test_strategy_as_function",
        "lineno": 81,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_seed_argument",
        "name": "test_seed_argument",
        "lineno": 87,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_is_coloring",
        "name": "test_is_coloring",
        "lineno": 94,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_is_equitable",
        "name": "test_is_equitable",
        "lineno": 104,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_num_colors",
        "name": "test_num_colors",
        "lineno": 117,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_equitable_color",
        "name": "test_equitable_color",
        "lineno": 122,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_equitable_color_empty",
        "name": "test_equitable_color_empty",
        "lineno": 127,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_equitable_color_large",
        "name": "test_equitable_color_large",
        "lineno": 132,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_case_V_plus_not_in_A_cal",
        "name": "test_case_V_plus_not_in_A_cal",
        "lineno": 137,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_cast_no_solo",
        "name": "test_cast_no_solo",
        "lineno": 175,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_hard_prob",
        "name": "test_hard_prob",
        "lineno": 202,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_hardest_prob",
        "name": "test_hardest_prob",
        "lineno": 267,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first",
        "name": "test_strategy_saturation_largest_first",
        "lineno": 432,
        "scope": "TestColoring",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first.color_remaining_nodes",
        "name": "color_remaining_nodes",
        "lineno": 433,
        "scope": "TestColoring.test_strategy_saturation_largest_first",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.verify_coloring",
        "name": "verify_coloring",
        "lineno": 504,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.verify_length",
        "name": "verify_length",
        "lineno": 517,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.dict_to_sets",
        "name": "dict_to_sets",
        "lineno": 522,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.empty_graph",
        "name": "empty_graph",
        "lineno": 538,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.one_node_graph",
        "name": "one_node_graph",
        "lineno": 542,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.two_node_graph",
        "name": "two_node_graph",
        "lineno": 548,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.three_node_clique",
        "name": "three_node_clique",
        "lineno": 555,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.disconnected",
        "name": "disconnected",
        "lineno": 562,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.rs_shc",
        "name": "rs_shc",
        "lineno": 568,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.slf_shc",
        "name": "slf_shc",
        "lineno": 575,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.slf_hc",
        "name": "slf_hc",
        "lineno": 584,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.lf_shc",
        "name": "lf_shc",
        "lineno": 606,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.lf_hc",
        "name": "lf_hc",
        "lineno": 613,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.sl_shc",
        "name": "sl_shc",
        "lineno": 634,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.sl_hc",
        "name": "sl_hc",
        "lineno": 643,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.gis_shc",
        "name": "gis_shc",
        "lineno": 669,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.gis_hc",
        "name": "gis_hc",
        "lineno": 676,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.cs_shc",
        "name": "cs_shc",
        "lineno": 683,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.rsi_shc",
        "name": "rsi_shc",
        "lineno": 690,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.lfi_shc",
        "name": "lfi_shc",
        "lineno": 699,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.lfi_hc",
        "name": "lfi_hc",
        "lineno": 708,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.sli_shc",
        "name": "sli_shc",
        "lineno": 732,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.sli_hc",
        "name": "sli_hc",
        "lineno": 753,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.check_state",
        "name": "check_state",
        "lineno": 834,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.max_degree",
        "name": "max_degree",
        "lineno": 846,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.make_params_from_graph",
        "name": "make_params_from_graph",
        "lineno": 851,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.coloring.tests": [],
    "networkx.algorithms.community.asyn_fluid": [
      {
        "id": "networkx.algorithms.community.asyn_fluid.asyn_fluidc",
        "name": "asyn_fluidc",
        "lineno": 16,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.bipartitions": [
      {
        "id": "networkx.algorithms.community.bipartitions._kernighan_lin_sweep",
        "name": "_kernighan_lin_sweep",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.bipartitions._kernighan_lin_sweep._update_heap_values",
        "name": "_update_heap_values",
        "lineno": 30,
        "scope": "_kernighan_lin_sweep",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.bipartitions.kernighan_lin_bisection",
        "name": "kernighan_lin_bisection",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.bipartitions.spectral_modularity_bipartition",
        "name": "spectral_modularity_bipartition",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.bipartitions.greedy_node_swap_bipartition",
        "name": "greedy_node_swap_bipartition",
        "lineno": 238,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.centrality": [
      {
        "id": "networkx.algorithms.community.centrality.girvan_newman",
        "name": "girvan_newman",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.centrality.girvan_newman.most_valuable_edge",
        "name": "most_valuable_edge",
        "lineno": 132,
        "scope": "girvan_newman",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.centrality._without_most_central_edges",
        "name": "_without_most_central_edges",
        "lineno": 151,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.community_utils": [
      {
        "id": "networkx.algorithms.community.community_utils.is_partition",
        "name": "is_partition",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.community_utils.is_cover",
        "name": "is_cover",
        "lineno": 34,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.divisive": [
      {
        "id": "networkx.algorithms.community.divisive.edge_betweenness_partition",
        "name": "edge_betweenness_partition",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.divisive.edge_current_flow_betweenness_partition",
        "name": "edge_current_flow_betweenness_partition",
        "lineno": 108,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.kclique": [
      {
        "id": "networkx.algorithms.community.kclique.k_clique_communities",
        "name": "k_clique_communities",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.kclique._get_adjacent_cliques",
        "name": "_get_adjacent_cliques",
        "lineno": 73,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.label_propagation": [
      {
        "id": "networkx.algorithms.community.label_propagation.fast_label_propagation_communities",
        "name": "fast_label_propagation_communities",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.label_propagation._fast_label_count",
        "name": "_fast_label_count",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.label_propagation.asyn_lpa_communities",
        "name": "asyn_lpa_communities",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.label_propagation.label_propagation_communities",
        "name": "label_propagation_communities",
        "lineno": 238,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.label_propagation._color_network",
        "name": "_color_network",
        "lineno": 282,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.label_propagation._labeling_complete",
        "name": "_labeling_complete",
        "lineno": 297,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.label_propagation._most_frequent_labels",
        "name": "_most_frequent_labels",
        "lineno": 310,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.label_propagation._update_label",
        "name": "_update_label",
        "lineno": 326,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.leiden": [
      {
        "id": "networkx.algorithms.community.leiden.leiden_communities",
        "name": "leiden_communities",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions",
        "name": "leiden_partitions",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions.quality_delta",
        "name": "quality_delta",
        "lineno": 280,
        "scope": "leiden_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions.quality_delta",
        "name": "quality_delta",
        "lineno": 298,
        "scope": "leiden_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions.guarded_modularity",
        "name": "guarded_modularity",
        "lineno": 316,
        "scope": "leiden_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions.quality_delta",
        "name": "quality_delta",
        "lineno": 343,
        "scope": "leiden_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions.quality_delta",
        "name": "quality_delta",
        "lineno": 373,
        "scope": "leiden_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions.barber_modularity",
        "name": "barber_modularity",
        "lineno": 395,
        "scope": "leiden_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden.leiden_partitions.quality_delta",
        "name": "quality_delta",
        "lineno": 431,
        "scope": "leiden_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden._move_nodes_fast",
        "name": "_move_nodes_fast",
        "lineno": 487,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden._refine_partition",
        "name": "_refine_partition",
        "lineno": 556,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden._merge_node_subset",
        "name": "_merge_node_subset",
        "lineno": 584,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden._create_aggregate_graph",
        "name": "_create_aggregate_graph",
        "lineno": 684,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.leiden._convert_multigraph",
        "name": "_convert_multigraph",
        "lineno": 738,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.local": [
      {
        "id": "networkx.algorithms.community.local._clauset_greedy_source_expansion",
        "name": "_clauset_greedy_source_expansion",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.local._calculate_local_modularity_for_candidate",
        "name": "_calculate_local_modularity_for_candidate",
        "lineno": 68,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.local.greedy_source_expansion",
        "name": "greedy_source_expansion",
        "lineno": 140,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.louvain": [
      {
        "id": "networkx.algorithms.community.louvain.louvain_communities",
        "name": "louvain_communities",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.louvain.louvain_partitions",
        "name": "louvain_partitions",
        "lineno": 135,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.louvain._one_level",
        "name": "_one_level",
        "lineno": 227,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.louvain._neighbor_weights",
        "name": "_neighbor_weights",
        "lineno": 335,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.louvain._gen_graph",
        "name": "_gen_graph",
        "lineno": 352,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.louvain._convert_multigraph",
        "name": "_convert_multigraph",
        "lineno": 372,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.lukes": [
      {
        "id": "networkx.algorithms.community.lukes._split_n_from",
        "name": "_split_n_from",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning",
        "name": "lukes_partitioning",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning._leaves",
        "name": "_leaves",
        "lineno": 120,
        "scope": "lukes_partitioning",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning._a_parent_of_leaves_only",
        "name": "_a_parent_of_leaves_only",
        "lineno": 126,
        "scope": "lukes_partitioning",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning._value_of_cluster",
        "name": "_value_of_cluster",
        "lineno": 133,
        "scope": "lukes_partitioning",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning._value_of_partition",
        "name": "_value_of_partition",
        "lineno": 137,
        "scope": "lukes_partitioning",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning._weight_of_cluster",
        "name": "_weight_of_cluster",
        "lineno": 141,
        "scope": "lukes_partitioning",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning._pivot",
        "name": "_pivot",
        "lineno": 144,
        "scope": "lukes_partitioning",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge",
        "name": "_concatenate_or_merge",
        "lineno": 149,
        "scope": "lukes_partitioning",
        "is_async": false
      }
    ],
    "networkx.algorithms.community.modularity_max": [
      {
        "id": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "name": "_greedy_modularity_communities_generator",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.modularity_max.greedy_modularity_communities",
        "name": "greedy_modularity_communities",
        "lineno": 226,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.modularity_max.naive_greedy_modularity_communities",
        "name": "naive_greedy_modularity_communities",
        "lineno": 359,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.quality": [
      {
        "id": "networkx.algorithms.community.quality.NotAPartition.__init__",
        "name": "__init__",
        "lineno": 24,
        "scope": "NotAPartition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality._require_partition",
        "name": "_require_partition",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.intra_community_edges",
        "name": "intra_community_edges",
        "lineno": 67,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.inter_community_edges",
        "name": "inter_community_edges",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.inter_community_non_edges",
        "name": "inter_community_non_edges",
        "lineno": 117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.modularity",
        "name": "modularity",
        "lineno": 150,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.modularity.community_contribution",
        "name": "community_contribution",
        "lineno": 251,
        "scope": "modularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.overlapping_modularity",
        "name": "overlapping_modularity",
        "lineno": 265,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.overlapping_modularity.community_contribution",
        "name": "community_contribution",
        "lineno": 393,
        "scope": "overlapping_modularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality._cpm_delta_partial_eval_remove",
        "name": "_cpm_delta_partial_eval_remove",
        "lineno": 414,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality._cpm_delta_partial_eval_add",
        "name": "_cpm_delta_partial_eval_add",
        "lineno": 456,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality._quality_delta_cpm_directed",
        "name": "_quality_delta_cpm_directed",
        "lineno": 481,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality._quality_delta_cpm_undirected",
        "name": "_quality_delta_cpm_undirected",
        "lineno": 495,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.constant_potts_model",
        "name": "constant_potts_model",
        "lineno": 504,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.constant_potts_model.community_contribution",
        "name": "community_contribution",
        "lineno": 594,
        "scope": "constant_potts_model",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.constant_potts_model.community_contribution",
        "name": "community_contribution",
        "lineno": 605,
        "scope": "constant_potts_model",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.quality.partition_quality",
        "name": "partition_quality",
        "lineno": 620,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community": [],
    "networkx.algorithms.community.tests.test_asyn_fluid": [
      {
        "id": "networkx.algorithms.community.tests.test_asyn_fluid.test_raises_on_directed_and_multigraphs",
        "name": "test_raises_on_directed_and_multigraphs",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_asyn_fluid.test_exceptions",
        "name": "test_exceptions",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_asyn_fluid.test_single_node",
        "name": "test_single_node",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_asyn_fluid.test_two_nodes",
        "name": "test_two_nodes",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_asyn_fluid.test_two_clique_communities",
        "name": "test_two_clique_communities",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_asyn_fluid.test_five_clique_ring",
        "name": "test_five_clique_ring",
        "lineno": 77,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_asyn_fluid.test_asyn_fluidc_max_iter",
        "name": "test_asyn_fluidc_max_iter",
        "lineno": 141,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_bipartitions": [
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "name": "assert_partition_equal",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_partition",
        "name": "test_partition",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_partition_argument",
        "name": "test_partition_argument",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_partition_argument_non_integer_nodes",
        "name": "test_partition_argument_non_integer_nodes",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_seed_argument",
        "name": "test_seed_argument",
        "lineno": 36,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_non_disjoint_partition",
        "name": "test_non_disjoint_partition",
        "lineno": 42,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_kernighan_lin_too_many_blocks",
        "name": "test_kernighan_lin_too_many_blocks",
        "lineno": 49,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_multigraph",
        "name": "test_multigraph",
        "lineno": 56,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_max_iter_argument",
        "name": "test_max_iter_argument",
        "lineno": 69,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_weight_function",
        "name": "test_weight_function",
        "lineno": 94,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_weight_function.my_weight",
        "name": "my_weight",
        "lineno": 97,
        "scope": "test_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_spectral_bipartition",
        "name": "test_spectral_bipartition",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_karate_club",
        "name": "test_karate_club",
        "lineno": 117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_greedy_bipartition",
        "name": "test_greedy_bipartition",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_greedy_non_disjoint_partition",
        "name": "test_greedy_non_disjoint_partition",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_greedy_node_swap_too_many_blocks",
        "name": "test_greedy_node_swap_too_many_blocks",
        "lineno": 148,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_bipartitions.test_greedy_multigraph_disallowed",
        "name": "test_greedy_multigraph_disallowed",
        "lineno": 155,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_centrality": [
      {
        "id": "networkx.algorithms.community.tests.test_centrality.set_of_sets",
        "name": "set_of_sets",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "name": "validate_communities",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.validate_possible_communities",
        "name": "validate_possible_communities",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_no_edges",
        "name": "test_no_edges",
        "lineno": 30,
        "scope": "TestGirvanNewman",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_undirected",
        "name": "test_undirected",
        "lineno": 36,
        "scope": "TestGirvanNewman",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_directed",
        "name": "test_directed",
        "lineno": 51,
        "scope": "TestGirvanNewman",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_selfloops",
        "name": "test_selfloops",
        "lineno": 61,
        "scope": "TestGirvanNewman",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_most_valuable_edge",
        "name": "test_most_valuable_edge",
        "lineno": 73,
        "scope": "TestGirvanNewman",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_most_valuable_edge.heaviest",
        "name": "heaviest",
        "lineno": 78,
        "scope": "TestGirvanNewman.test_most_valuable_edge",
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_divisive": [
      {
        "id": "networkx.algorithms.community.tests.test_divisive.test_edge_betweenness_partition",
        "name": "test_edge_betweenness_partition",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_divisive.test_edge_current_flow_betweenness_partition",
        "name": "test_edge_current_flow_betweenness_partition",
        "lineno": 43,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_kclique": [
      {
        "id": "networkx.algorithms.community.tests.test_kclique.test_overlapping_K5",
        "name": "test_overlapping_K5",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.test_isolated_K5",
        "name": "test_isolated_K5",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.setup_method",
        "name": "setup_method",
        "lineno": 27,
        "scope": "TestZacharyKarateClub",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub._check_communities",
        "name": "_check_communities",
        "lineno": 30,
        "scope": "TestZacharyKarateClub",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k2",
        "name": "test_k2",
        "lineno": 34,
        "scope": "TestZacharyKarateClub",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k3",
        "name": "test_k3",
        "lineno": 39,
        "scope": "TestZacharyKarateClub",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k4",
        "name": "test_k4",
        "lineno": 72,
        "scope": "TestZacharyKarateClub",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k5",
        "name": "test_k5",
        "lineno": 80,
        "scope": "TestZacharyKarateClub",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k6",
        "name": "test_k6",
        "lineno": 84,
        "scope": "TestZacharyKarateClub",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_kclique.test_bad_k",
        "name": "test_bad_k",
        "lineno": 89,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_label_propagation": [
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.test_directed_not_supported",
        "name": "test_directed_not_supported",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.test_iterator_vs_iterable",
        "name": "test_iterator_vs_iterable",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.test_one_node",
        "name": "test_one_node",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.test_unconnected_communities",
        "name": "test_unconnected_communities",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.test_connected_communities",
        "name": "test_connected_communities",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.test_termination",
        "name": "test_termination",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities._check_communities",
        "name": "_check_communities",
        "lineno": 118,
        "scope": "TestAsynLpaCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_null_graph",
        "name": "test_null_graph",
        "lineno": 131,
        "scope": "TestAsynLpaCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_single_node",
        "name": "test_single_node",
        "lineno": 136,
        "scope": "TestAsynLpaCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_simple_communities",
        "name": "test_simple_communities",
        "lineno": 141,
        "scope": "TestAsynLpaCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_seed_argument",
        "name": "test_seed_argument",
        "lineno": 147,
        "scope": "TestAsynLpaCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_several_communities",
        "name": "test_several_communities",
        "lineno": 154,
        "scope": "TestAsynLpaCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "name": "_check_communities",
        "lineno": 166,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_null_graph",
        "name": "test_null_graph",
        "lineno": 170,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 175,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_star_graph",
        "name": "test_star_graph",
        "lineno": 180,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 185,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_bipartite_graph",
        "name": "test_bipartite_graph",
        "lineno": 190,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_random_graph",
        "name": "test_random_graph",
        "lineno": 195,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_disjoin_cliques",
        "name": "test_disjoin_cliques",
        "lineno": 200,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_ring_of_cliques",
        "name": "test_ring_of_cliques",
        "lineno": 205,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_larger_graph",
        "name": "test_larger_graph",
        "lineno": 211,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_graph_type",
        "name": "test_graph_type",
        "lineno": 215,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_weight_argument",
        "name": "test_weight_argument",
        "lineno": 226,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_seed_argument",
        "name": "test_seed_argument",
        "lineno": 235,
        "scope": "TestFastLabelPropagationCommunities",
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_leiden": [
      {
        "id": "networkx.algorithms.community.tests.test_leiden.G",
        "name": "G",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.small_G",
        "name": "small_G",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.singletons",
        "name": "singletons",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden._metrics",
        "name": "_metrics",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden._quality",
        "name": "_quality",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden._quality.cpm",
        "name": "cpm",
        "lineno": 40,
        "scope": "_quality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden._quality.qmod",
        "name": "qmod",
        "lineno": 43,
        "scope": "_quality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_valid_partition",
        "name": "test_valid_partition",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_partitions_yields_copy",
        "name": "test_partitions_yields_copy",
        "lineno": 55,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 67,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_overall_increase",
        "name": "test_overall_increase",
        "lineno": 75,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_coverage_up_with_leiden_metrics",
        "name": "test_coverage_up_with_leiden_metrics",
        "lineno": 88,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_weight_kwarg",
        "name": "test_weight_kwarg",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_resolution_kwarg_cpm",
        "name": "test_resolution_kwarg_cpm",
        "lineno": 112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_resolution_kwarg_mod",
        "name": "test_resolution_kwarg_mod",
        "lineno": 122,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_LFR_communities_across_algos",
        "name": "test_LFR_communities_across_algos",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_barbell_communities_across_algos",
        "name": "test_barbell_communities_across_algos",
        "lineno": 165,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_max_level_kwarg",
        "name": "test_max_level_kwarg",
        "lineno": 179,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_communities_connected",
        "name": "test_communities_connected",
        "lineno": 198,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_mispelled_metric",
        "name": "test_mispelled_metric",
        "lineno": 206,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_expected_stable_across_code_changes_cpm",
        "name": "test_expected_stable_across_code_changes_cpm",
        "lineno": 212,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_expected_stable_across_code_changes_qmod",
        "name": "test_expected_stable_across_code_changes_qmod",
        "lineno": 242,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_connected_communities",
        "name": "test_connected_communities",
        "lineno": 264,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_connected_communities_no_weights",
        "name": "test_connected_communities_no_weights",
        "lineno": 277,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_directed_graphs_modularity",
        "name": "test_directed_graphs_modularity",
        "lineno": 286,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_bipartite_graphs_modularity",
        "name": "test_bipartite_graphs_modularity",
        "lineno": 292,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_leiden.test_bipartite_graphs_modularity_directed",
        "name": "test_bipartite_graphs_modularity_directed",
        "lineno": 298,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_local": [
      {
        "id": "networkx.algorithms.community.tests.test_local.test_greedy_source_expansion_karate_club",
        "name": "test_greedy_source_expansion_karate_club",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_local.test_greedy_source_expansion_cutoff",
        "name": "test_greedy_source_expansion_cutoff",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_local.test_greedy_source_expansion_invalid_method",
        "name": "test_greedy_source_expansion_invalid_method",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_local.test_greedy_source_expansion_connected_component",
        "name": "test_greedy_source_expansion_connected_component",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_local.test_greedy_source_expansion_directed_graph",
        "name": "test_greedy_source_expansion_directed_graph",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_local.test_greedy_source_expansion_multigraph",
        "name": "test_greedy_source_expansion_multigraph",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_local.test_greedy_source_expansion_empty_graph",
        "name": "test_greedy_source_expansion_empty_graph",
        "lineno": 72,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_louvain": [
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_modularity_increase",
        "name": "test_modularity_increase",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_valid_partition",
        "name": "test_valid_partition",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_karate_club_partition",
        "name": "test_karate_club_partition",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_partition_iterator",
        "name": "test_partition_iterator",
        "lineno": 42,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_undirected_selfloops",
        "name": "test_undirected_selfloops",
        "lineno": 54,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_directed_selfloops",
        "name": "test_directed_selfloops",
        "lineno": 75,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_directed_partition",
        "name": "test_directed_partition",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_none_weight_param",
        "name": "test_none_weight_param",
        "lineno": 157,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_quality",
        "name": "test_quality",
        "lineno": 179,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_multigraph",
        "name": "test_multigraph",
        "lineno": 203,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_resolution",
        "name": "test_resolution",
        "lineno": 218,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_threshold",
        "name": "test_threshold",
        "lineno": 230,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 242,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_louvain.test_max_level",
        "name": "test_max_level",
        "lineno": 249,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_lukes": [
      {
        "id": "networkx.algorithms.community.tests.test_lukes.paper_1_case",
        "name": "paper_1_case",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_lukes.paper_2_case",
        "name": "paper_2_case",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_lukes.test_paper_1_case",
        "name": "test_paper_1_case",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_lukes.test_paper_2_case",
        "name": "test_paper_2_case",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_lukes.test_mandatory_tree",
        "name": "test_mandatory_tree",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_lukes.test_mandatory_integrality",
        "name": "test_mandatory_integrality",
        "lineno": 133,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_modularity_max": [
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_modularity_communities",
        "name": "test_modularity_communities",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_modularity_communities_categorical_labels",
        "name": "test_modularity_communities_categorical_labels",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greedy_modularity_communities_components",
        "name": "test_greedy_modularity_communities_components",
        "lineno": 47,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greedy_modularity_communities_relabeled",
        "name": "test_greedy_modularity_communities_relabeled",
        "lineno": 58,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greedy_modularity_communities_directed",
        "name": "test_greedy_modularity_communities_directed",
        "lineno": 67,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_modularity_communities_weighted",
        "name": "test_modularity_communities_weighted",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_modularity_communities_floating_point",
        "name": "test_modularity_communities_floating_point",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_modularity_communities_directed_weighted",
        "name": "test_modularity_communities_directed_weighted",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greedy_modularity_communities_multigraph",
        "name": "test_greedy_modularity_communities_multigraph",
        "lineno": 154,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greedy_modularity_communities_multigraph_weighted",
        "name": "test_greedy_modularity_communities_multigraph_weighted",
        "lineno": 182,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greed_modularity_communities_multidigraph",
        "name": "test_greed_modularity_communities_multidigraph",
        "lineno": 222,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greed_modularity_communities_multidigraph_weighted",
        "name": "test_greed_modularity_communities_multidigraph_weighted",
        "lineno": 250,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_resolution_parameter_impact",
        "name": "test_resolution_parameter_impact",
        "lineno": 282,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_cutoff_parameter",
        "name": "test_cutoff_parameter",
        "lineno": 301,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_best_n",
        "name": "test_best_n",
        "lineno": 317,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_modularity_max.test_greedy_modularity_communities_corner_cases",
        "name": "test_greedy_modularity_communities_corner_cases",
        "lineno": 336,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_quality": [
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestPerformance.test_bad_partition",
        "name": "test_bad_partition",
        "lineno": 26,
        "scope": "TestPerformance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestPerformance.test_good_partition",
        "name": "test_good_partition",
        "lineno": 32,
        "scope": "TestPerformance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestCoverage.test_bad_partition",
        "name": "test_bad_partition",
        "lineno": 42,
        "scope": "TestCoverage",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestCoverage.test_good_partition",
        "name": "test_good_partition",
        "lineno": 48,
        "scope": "TestCoverage",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_modularity",
        "name": "test_modularity",
        "lineno": 55,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality._validate_quality_delta",
        "name": "_validate_quality_delta",
        "lineno": 79,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_undirected",
        "name": "test_cpm_delta_undirected",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_directed",
        "name": "test_cpm_delta_directed",
        "lineno": 122,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_undirected_weights",
        "name": "test_cpm_delta_undirected_weights",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_directed_weights",
        "name": "test_cpm_delta_directed_weights",
        "lineno": 175,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_cpm_undirected",
        "name": "test_cpm_undirected",
        "lineno": 219,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_modularity_resolution",
        "name": "test_modularity_resolution",
        "lineno": 319,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_equivalence_with_modularity_on_partition",
        "name": "test_equivalence_with_modularity_on_partition",
        "lineno": 380,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_equivalence_on_karate_club",
        "name": "test_equivalence_on_karate_club",
        "lineno": 388,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_triangle_two_overlapping_communities",
        "name": "test_triangle_two_overlapping_communities",
        "lineno": 395,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_triangle_all_pairs_cover",
        "name": "test_triangle_all_pairs_cover",
        "lineno": 401,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_single_community_is_zero",
        "name": "test_single_community_is_zero",
        "lineno": 407,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_resolution_monotonicity",
        "name": "test_resolution_monotonicity",
        "lineno": 412,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_kclique_communities_integration",
        "name": "test_kclique_communities_integration",
        "lineno": 422,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_invalid_cover_raises",
        "name": "test_invalid_cover_raises",
        "lineno": 434,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_directed_not_implemented",
        "name": "test_directed_not_implemented",
        "lineno": 439,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 444,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_weighted_reduces_to_unweighted_when_uniform",
        "name": "test_weighted_reduces_to_unweighted_when_uniform",
        "lineno": 447,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_weight_none_ignores_edge_weights",
        "name": "test_weight_none_ignores_edge_weights",
        "lineno": 458,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_resolution_partition_matches_modularity",
        "name": "test_resolution_partition_matches_modularity",
        "lineno": 470,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_weighted_triangle_hand_calc",
        "name": "test_weighted_triangle_hand_calc",
        "lineno": 479,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity.test_multigraph",
        "name": "test_multigraph",
        "lineno": 494,
        "scope": "TestOverlappingModularity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.test_inter_community_edges_with_digraphs",
        "name": "test_inter_community_edges_with_digraphs",
        "lineno": 513,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests.test_utils": [
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_partition",
        "name": "test_is_partition",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_not_covering",
        "name": "test_not_covering",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_not_disjoint",
        "name": "test_not_disjoint",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_not_node",
        "name": "test_not_node",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_partition",
        "name": "test_is_cover_partition",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_overlapping",
        "name": "test_is_cover_overlapping",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_node_in_many_communities",
        "name": "test_is_cover_node_in_many_communities",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_iterable_inputs",
        "name": "test_is_cover_iterable_inputs",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_missing_node",
        "name": "test_is_cover_missing_node",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_empty_communities_nonempty_graph",
        "name": "test_is_cover_empty_communities_nonempty_graph",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_empty_graph_empty_communities",
        "name": "test_is_cover_empty_graph_empty_communities",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.community.tests.test_utils.test_is_cover_extraneous_nodes_ignored",
        "name": "test_is_cover_extraneous_nodes_ignored",
        "lineno": 66,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.community.tests": [],
    "networkx.algorithms.components.attracting": [
      {
        "id": "networkx.algorithms.components.attracting.attracting_components",
        "name": "attracting_components",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.attracting.number_attracting_components",
        "name": "number_attracting_components",
        "lineno": 59,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.attracting.is_attracting_component",
        "name": "is_attracting_component",
        "lineno": 88,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components.biconnected": [
      {
        "id": "networkx.algorithms.components.biconnected.is_biconnected",
        "name": "is_biconnected",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.biconnected.biconnected_component_edges",
        "name": "biconnected_component_edges",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.biconnected.biconnected_components",
        "name": "biconnected_components",
        "lineno": 172,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.biconnected.articulation_points",
        "name": "articulation_points",
        "lineno": 265,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "name": "_biconnected_dfs",
        "lineno": 339,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components.connected": [
      {
        "id": "networkx.algorithms.components.connected.connected_components",
        "name": "connected_components",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.connected.number_connected_components",
        "name": "number_connected_components",
        "lineno": 93,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.connected.is_connected",
        "name": "is_connected",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.connected.node_connected_component",
        "name": "node_connected_component",
        "lineno": 211,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.connected._plain_bfs",
        "name": "_plain_bfs",
        "lineno": 265,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components.semiconnected": [
      {
        "id": "networkx.algorithms.components.semiconnected.is_semiconnected",
        "name": "is_semiconnected",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components.strongly_connected": [
      {
        "id": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "name": "strongly_connected_components",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.strongly_connected.kosaraju_strongly_connected_components",
        "name": "kosaraju_strongly_connected_components",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.strongly_connected.number_strongly_connected_components",
        "name": "number_strongly_connected_components",
        "lineno": 222,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.strongly_connected.is_strongly_connected",
        "name": "is_strongly_connected",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.strongly_connected.condensation",
        "name": "condensation",
        "lineno": 315,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components.weakly_connected": [
      {
        "id": "networkx.algorithms.components.weakly_connected.weakly_connected_components",
        "name": "weakly_connected_components",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.weakly_connected.number_weakly_connected_components",
        "name": "number_weakly_connected_components",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.weakly_connected.is_weakly_connected",
        "name": "is_weakly_connected",
        "lineno": 112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.weakly_connected._plain_bfs",
        "name": "_plain_bfs",
        "lineno": 169,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components": [],
    "networkx.algorithms.components.tests.test_attracting": [
      {
        "id": "networkx.algorithms.components.tests.test_attracting.TestAttractingComponents.setup_class",
        "name": "setup_class",
        "lineno": 9,
        "scope": "TestAttractingComponents",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_attracting.TestAttractingComponents.test_attracting_components",
        "name": "test_attracting_components",
        "lineno": 32,
        "scope": "TestAttractingComponents",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_attracting.TestAttractingComponents.test_number_attacting_components",
        "name": "test_number_attacting_components",
        "lineno": 51,
        "scope": "TestAttractingComponents",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_attracting.TestAttractingComponents.test_is_attracting_component",
        "name": "test_is_attracting_component",
        "lineno": 57,
        "scope": "TestAttractingComponents",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_attracting.TestAttractingComponents.test_connected_raise",
        "name": "test_connected_raise",
        "lineno": 65,
        "scope": "TestAttractingComponents",
        "is_async": false
      }
    ],
    "networkx.algorithms.components.tests.test_biconnected": [
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.assert_components_edges_equal",
        "name": "assert_components_edges_equal",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.assert_components_equal",
        "name": "assert_components_equal",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_barbell",
        "name": "test_barbell",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_articulation_points_repetitions",
        "name": "test_articulation_points_repetitions",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_articulation_points_cycle",
        "name": "test_articulation_points_cycle",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_is_biconnected",
        "name": "test_is_biconnected",
        "lineno": 59,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_empty_is_biconnected",
        "name": "test_empty_is_biconnected",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_components_cycle",
        "name": "test_biconnected_components_cycle",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_components1",
        "name": "test_biconnected_components1",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_components2",
        "name": "test_biconnected_components2",
        "lineno": 125,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_davis",
        "name": "test_biconnected_davis",
        "lineno": 150,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_karate",
        "name": "test_biconnected_karate",
        "lineno": 158,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_eppstein",
        "name": "test_biconnected_eppstein",
        "lineno": 199,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_null_graph",
        "name": "test_null_graph",
        "lineno": 232,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_biconnected.test_connected_raise",
        "name": "test_connected_raise",
        "lineno": 240,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components.tests.test_connected": [
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.setup_class",
        "name": "setup_class",
        "lineno": 11,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_connected_components",
        "name": "test_connected_components",
        "lineno": 64,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_connected_components_nx_loopback",
        "name": "test_connected_components_nx_loopback",
        "lineno": 75,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_number_connected_components",
        "name": "test_number_connected_components",
        "lineno": 98,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_number_connected_components2",
        "name": "test_number_connected_components2",
        "lineno": 102,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_connected_components2",
        "name": "test_connected_components2",
        "lineno": 106,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_node_connected_components",
        "name": "test_node_connected_components",
        "lineno": 112,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_is_connected",
        "name": "test_is_connected",
        "lineno": 118,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_connected_raise",
        "name": "test_connected_raise",
        "lineno": 124,
        "scope": "TestConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected.test_connected_mutability",
        "name": "test_connected_mutability",
        "lineno": 132,
        "scope": "TestConnected",
        "is_async": false
      }
    ],
    "networkx.algorithms.components.tests.test_semiconnected": [
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_undirected",
        "name": "test_undirected",
        "lineno": 9,
        "scope": "TestIsSemiconnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_empty",
        "name": "test_empty",
        "lineno": 13,
        "scope": "TestIsSemiconnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_single_node_graph",
        "name": "test_single_node_graph",
        "lineno": 19,
        "scope": "TestIsSemiconnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_path",
        "name": "test_path",
        "lineno": 24,
        "scope": "TestIsSemiconnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_cycle",
        "name": "test_cycle",
        "lineno": 30,
        "scope": "TestIsSemiconnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_tree",
        "name": "test_tree",
        "lineno": 37,
        "scope": "TestIsSemiconnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_dumbbell",
        "name": "test_dumbbell",
        "lineno": 44,
        "scope": "TestIsSemiconnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected.test_alternating_path",
        "name": "test_alternating_path",
        "lineno": 51,
        "scope": "TestIsSemiconnected",
        "is_async": false
      }
    ],
    "networkx.algorithms.components.tests.test_strongly_connected": [
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.setup_class",
        "name": "setup_class",
        "lineno": 9,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_tarjan",
        "name": "test_tarjan",
        "lineno": 58,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_kosaraju",
        "name": "test_kosaraju",
        "lineno": 63,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_number_strongly_connected_components",
        "name": "test_number_strongly_connected_components",
        "lineno": 68,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_is_strongly_connected",
        "name": "test_is_strongly_connected",
        "lineno": 73,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_contract_scc1",
        "name": "test_contract_scc1",
        "lineno": 80,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_contract_scc_isolate",
        "name": "test_contract_scc_isolate",
        "lineno": 125,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_contract_scc_edge",
        "name": "test_contract_scc_edge",
        "lineno": 135,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_condensation_mapping_and_members",
        "name": "test_condensation_mapping_and_members",
        "lineno": 151,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_null_graph",
        "name": "test_null_graph",
        "lineno": 162,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_single_scc_early_exit",
        "name": "test_single_scc_early_exit",
        "lineno": 171,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_connected_raise",
        "name": "test_connected_raise",
        "lineno": 182,
        "scope": "TestStronglyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected.test_connected_mutability",
        "name": "test_connected_mutability",
        "lineno": 197,
        "scope": "TestStronglyConnected",
        "is_async": false
      }
    ],
    "networkx.algorithms.components.tests.test_weakly_connected": [
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected.setup_class",
        "name": "setup_class",
        "lineno": 9,
        "scope": "TestWeaklyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected.test_weakly_connected_components",
        "name": "test_weakly_connected_components",
        "lineno": 50,
        "scope": "TestWeaklyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected.test_number_weakly_connected_components",
        "name": "test_number_weakly_connected_components",
        "lineno": 57,
        "scope": "TestWeaklyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected.test_is_weakly_connected",
        "name": "test_is_weakly_connected",
        "lineno": 64,
        "scope": "TestWeaklyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected.test_null_graph",
        "name": "test_null_graph",
        "lineno": 69,
        "scope": "TestWeaklyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected.test_connected_raise",
        "name": "test_connected_raise",
        "lineno": 76,
        "scope": "TestWeaklyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected.test_connected_mutability",
        "name": "test_connected_mutability",
        "lineno": 83,
        "scope": "TestWeaklyConnected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.test_is_weakly_connected_empty_graph_raises",
        "name": "test_is_weakly_connected_empty_graph_raises",
        "lineno": 93,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.components.tests": [],
    "networkx.algorithms.connectivity.connectivity": [
      {
        "id": "networkx.algorithms.connectivity.connectivity.local_node_connectivity",
        "name": "local_node_connectivity",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "name": "node_connectivity",
        "lineno": 208,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.connectivity.node_connectivity.neighbors",
        "name": "neighbors",
        "lineno": 317,
        "scope": "node_connectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.connectivity.average_node_connectivity",
        "name": "average_node_connectivity",
        "lineno": 349,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.connectivity.all_pairs_node_connectivity",
        "name": "all_pairs_node_connectivity",
        "lineno": 418,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.connectivity.local_edge_connectivity",
        "name": "local_edge_connectivity",
        "lineno": 486,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.connectivity.edge_connectivity",
        "name": "edge_connectivity",
        "lineno": 645,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.cuts": [
      {
        "id": "networkx.algorithms.connectivity.cuts.minimum_st_edge_cut",
        "name": "minimum_st_edge_cut",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.cuts.minimum_st_node_cut",
        "name": "minimum_st_node_cut",
        "lineno": 167,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.cuts.minimum_node_cut",
        "name": "minimum_node_cut",
        "lineno": 310,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.cuts.minimum_node_cut.neighbors",
        "name": "neighbors",
        "lineno": 421,
        "scope": "minimum_node_cut",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.cuts.minimum_edge_cut",
        "name": "minimum_edge_cut",
        "lineno": 456,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.disjoint_paths": [
      {
        "id": "networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths",
        "name": "edge_disjoint_paths",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.disjoint_paths.node_disjoint_paths",
        "name": "node_disjoint_paths",
        "lineno": 238,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.disjoint_paths._unique_everseen",
        "name": "_unique_everseen",
        "lineno": 399,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.edge_augmentation": [
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "name": "is_k_edge_connected",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected",
        "name": "is_locally_k_edge_connected",
        "lineno": 75,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation",
        "name": "k_edge_augmentation",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation",
        "name": "partial_k_edge_augmentation",
        "lineno": 284,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation._edges_between_disjoint",
        "name": "_edges_between_disjoint",
        "lineno": 337,
        "scope": "partial_k_edge_augmentation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.one_edge_augmentation",
        "name": "one_edge_augmentation",
        "lineno": 387,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.bridge_augmentation",
        "name": "bridge_augmentation",
        "lineno": 442,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation._ordered",
        "name": "_ordered",
        "lineno": 494,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "name": "_unpack_available_edges",
        "lineno": 499,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges._try_getitem",
        "name": "_try_getitem",
        "lineno": 508,
        "scope": "_unpack_available_edges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation._lightest_meta_edges",
        "name": "_lightest_meta_edges",
        "lineno": 528,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_one_edge_augmentation",
        "name": "unconstrained_one_edge_augmentation",
        "lineno": 578,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.weighted_one_edge_augmentation",
        "name": "weighted_one_edge_augmentation",
        "lineno": 621,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_bridge_augmentation",
        "name": "unconstrained_bridge_augmentation",
        "lineno": 690,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "name": "weighted_bridge_augmentation",
        "lineno": 845,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation._minimum_rooted_branching",
        "name": "_minimum_rooted_branching",
        "lineno": 1015,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "name": "collapse",
        "lineno": 1040,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "name": "complement_edges",
        "lineno": 1112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation._compat_shuffle",
        "name": "_compat_shuffle",
        "lineno": 1149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "name": "greedy_k_edge_augmentation",
        "lineno": 1158,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.edge_kcomponents": [
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_components",
        "name": "k_edge_components",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs",
        "name": "k_edge_subgraphs",
        "lineno": 112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents._k_edge_subgraphs_nodes",
        "name": "_k_edge_subgraphs_nodes",
        "lineno": 189,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.bridge_components",
        "name": "bridge_components",
        "lineno": 201,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct",
        "name": "construct",
        "lineno": 316,
        "scope": "EdgeComponentAuxGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct._recursive_build",
        "name": "_recursive_build",
        "lineno": 339,
        "scope": "EdgeComponentAuxGraph.construct",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.k_edge_components",
        "name": "k_edge_components",
        "lineno": 383,
        "scope": "EdgeComponentAuxGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.k_edge_subgraphs",
        "name": "k_edge_subgraphs",
        "lineno": 416,
        "scope": "EdgeComponentAuxGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents._low_degree_nodes",
        "name": "_low_degree_nodes",
        "lineno": 461,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents._high_degree_components",
        "name": "_high_degree_components",
        "lineno": 482,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "name": "general_k_edge_subgraphs",
        "lineno": 508,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.kcomponents": [
      {
        "id": "networkx.algorithms.connectivity.kcomponents.k_components",
        "name": "k_components",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "name": "_consolidate",
        "lineno": 159,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.kcomponents._generate_partition",
        "name": "_generate_partition",
        "lineno": 181,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.kcomponents._generate_partition.has_nbrs_in_partition",
        "name": "has_nbrs_in_partition",
        "lineno": 182,
        "scope": "_generate_partition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.kcomponents._reconstruct_k_components",
        "name": "_reconstruct_k_components",
        "lineno": 196,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.kcomponents.build_k_number_dict",
        "name": "build_k_number_dict",
        "lineno": 214,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.kcutsets": [
      {
        "id": "networkx.algorithms.connectivity.kcutsets.all_node_cuts",
        "name": "all_node_cuts",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.kcutsets._is_separating_set",
        "name": "_is_separating_set",
        "lineno": 225,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.stoerwagner": [
      {
        "id": "networkx.algorithms.connectivity.stoerwagner.stoer_wagner",
        "name": "stoer_wagner",
        "lineno": 17,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.utils": [
      {
        "id": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "name": "build_auxiliary_node_connectivity",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity",
        "name": "build_auxiliary_edge_connectivity",
        "lineno": 64,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity": [],
    "networkx.algorithms.connectivity.tests.test_connectivity": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity._generate_no_biconnected",
        "name": "_generate_no_biconnected",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_average_connectivity",
        "name": "test_average_connectivity",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_average_connectivity_directed",
        "name": "test_average_connectivity_directed",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_articulation_points",
        "name": "test_articulation_points",
        "lineno": 64,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_brandes_erlebach",
        "name": "test_brandes_erlebach",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_white_harary_1",
        "name": "test_white_harary_1",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_white_harary_2",
        "name": "test_white_harary_2",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_complete_graphs",
        "name": "test_complete_graphs",
        "lineno": 147,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_empty_graphs",
        "name": "test_empty_graphs",
        "lineno": 162,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_petersen",
        "name": "test_petersen",
        "lineno": 171,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_tutte",
        "name": "test_tutte",
        "lineno": 179,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_dodecahedral",
        "name": "test_dodecahedral",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_octahedral",
        "name": "test_octahedral",
        "lineno": 195,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_icosahedral",
        "name": "test_icosahedral",
        "lineno": 203,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_missing_source",
        "name": "test_missing_source",
        "lineno": 211,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_missing_target",
        "name": "test_missing_target",
        "lineno": 219,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_edge_missing_source",
        "name": "test_edge_missing_source",
        "lineno": 227,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_edge_missing_target",
        "name": "test_edge_missing_target",
        "lineno": 235,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_not_weakly_connected",
        "name": "test_not_weakly_connected",
        "lineno": 243,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_not_connected",
        "name": "test_not_connected",
        "lineno": 253,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_directed_edge_connectivity",
        "name": "test_directed_edge_connectivity",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_cutoff",
        "name": "test_cutoff",
        "lineno": 276,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_invalid_auxiliary",
        "name": "test_invalid_auxiliary",
        "lineno": 288,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_interface_only_source",
        "name": "test_interface_only_source",
        "lineno": 293,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_interface_only_target",
        "name": "test_interface_only_target",
        "lineno": 299,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.test_edge_connectivity_flow_vs_stoer_wagner",
        "name": "test_edge_connectivity_flow_vs_stoer_wagner",
        "lineno": 305,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.setup_class",
        "name": "setup_class",
        "lineno": 314,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_cycles",
        "name": "test_cycles",
        "lineno": 336,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_complete",
        "name": "test_complete",
        "lineno": 346,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_paths",
        "name": "test_paths",
        "lineno": 353,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_nbunch",
        "name": "test_all_pairs_connectivity_nbunch",
        "lineno": 366,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_icosahedral",
        "name": "test_all_pairs_connectivity_icosahedral",
        "lineno": 372,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity",
        "name": "test_all_pairs_connectivity",
        "lineno": 377,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_directed",
        "name": "test_all_pairs_connectivity_directed",
        "lineno": 389,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_nbunch_combinations",
        "name": "test_all_pairs_connectivity_nbunch_combinations",
        "lineno": 401,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_nbunch_iter",
        "name": "test_all_pairs_connectivity_nbunch_iter",
        "lineno": 412,
        "scope": "TestAllPairsNodeConnectivity",
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests.test_cuts": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts._generate_no_biconnected",
        "name": "_generate_no_biconnected",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_articulation_points",
        "name": "test_articulation_points",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_brandes_erlebach_book",
        "name": "test_brandes_erlebach_book",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_white_harary_paper",
        "name": "test_white_harary_paper",
        "lineno": 93,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_petersen_cutset",
        "name": "test_petersen_cutset",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_octahedral_cutset",
        "name": "test_octahedral_cutset",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_icosahedral_cutset",
        "name": "test_icosahedral_cutset",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_node_cutset_exception",
        "name": "test_node_cutset_exception",
        "lineno": 180,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_node_cutset_random_graphs",
        "name": "test_node_cutset_random_graphs",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_edge_cutset_random_graphs",
        "name": "test_edge_cutset_random_graphs",
        "lineno": 202,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_empty_graphs",
        "name": "test_empty_graphs",
        "lineno": 217,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_unbounded",
        "name": "test_unbounded",
        "lineno": 230,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_missing_source",
        "name": "test_missing_source",
        "lineno": 236,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_missing_target",
        "name": "test_missing_target",
        "lineno": 245,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_not_weakly_connected",
        "name": "test_not_weakly_connected",
        "lineno": 254,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_not_connected",
        "name": "test_not_connected",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.tests_min_cut_complete",
        "name": "tests_min_cut_complete",
        "lineno": 272,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.tests_min_cut_complete_directed",
        "name": "tests_min_cut_complete_directed",
        "lineno": 279,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.tests_minimum_st_node_cut",
        "name": "tests_minimum_st_node_cut",
        "lineno": 287,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_invalid_auxiliary",
        "name": "test_invalid_auxiliary",
        "lineno": 295,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_interface_only_source",
        "name": "test_interface_only_source",
        "lineno": 300,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_cuts.test_interface_only_target",
        "name": "test_interface_only_target",
        "lineno": 306,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests.test_disjoint_paths": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.is_path",
        "name": "is_path",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "name": "are_edge_disjoint_paths",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "name": "are_node_disjoint_paths",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_graph_from_pr_2053",
        "name": "test_graph_from_pr_2053",
        "lineno": 47,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_florentine_families",
        "name": "test_florentine_families",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_karate",
        "name": "test_karate",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_petersen_disjoint_paths",
        "name": "test_petersen_disjoint_paths",
        "lineno": 112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_octahedral_disjoint_paths",
        "name": "test_octahedral_disjoint_paths",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_icosahedral_disjoint_paths",
        "name": "test_icosahedral_disjoint_paths",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_cutoff_disjoint_paths",
        "name": "test_cutoff_disjoint_paths",
        "lineno": 157,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_missing_source_edge_paths",
        "name": "test_missing_source_edge_paths",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_missing_source_node_paths",
        "name": "test_missing_source_node_paths",
        "lineno": 180,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_missing_target_edge_paths",
        "name": "test_missing_target_edge_paths",
        "lineno": 186,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_missing_target_node_paths",
        "name": "test_missing_target_node_paths",
        "lineno": 192,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_not_weakly_connected_edges",
        "name": "test_not_weakly_connected_edges",
        "lineno": 198,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_not_weakly_connected_nodes",
        "name": "test_not_weakly_connected_nodes",
        "lineno": 206,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_not_connected_edges",
        "name": "test_not_connected_edges",
        "lineno": 214,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_not_connected_nodes",
        "name": "test_not_connected_nodes",
        "lineno": 222,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_isolated_edges",
        "name": "test_isolated_edges",
        "lineno": 230,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_isolated_nodes",
        "name": "test_isolated_nodes",
        "lineno": 238,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_invalid_auxiliary",
        "name": "test_invalid_auxiliary",
        "lineno": 246,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests.test_edge_augmentation": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.tarjan_bridge_graph",
        "name": "tarjan_bridge_graph",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_weight_key",
        "name": "test_weight_key",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_locally_k_edge_connected_exceptions",
        "name": "test_is_locally_k_edge_connected_exceptions",
        "lineno": 56,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "name": "test_is_k_edge_connected",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected_exceptions",
        "name": "test_is_k_edge_connected_exceptions",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_locally_k_edge_connected",
        "name": "test_is_locally_k_edge_connected",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_null_graph",
        "name": "test_null_graph",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_cliques",
        "name": "test_cliques",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_clique_and_node",
        "name": "test_clique_and_node",
        "lineno": 120,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_point_graph",
        "name": "test_point_graph",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_edgeless_graph",
        "name": "test_edgeless_graph",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_invalid_k",
        "name": "test_invalid_k",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_unfeasible",
        "name": "test_unfeasible",
        "lineno": 145,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_tarjan",
        "name": "test_tarjan",
        "lineno": 164,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_configuration",
        "name": "test_configuration",
        "lineno": 194,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_shell",
        "name": "test_shell",
        "lineno": 204,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_karate",
        "name": "test_karate",
        "lineno": 213,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_star",
        "name": "test_star",
        "lineno": 218,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_barbell",
        "name": "test_barbell",
        "lineno": 229,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_bridge",
        "name": "test_bridge",
        "lineno": 243,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_gnp_augmentation",
        "name": "test_gnp_augmentation",
        "lineno": 248,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation._assert_solution_properties",
        "name": "_assert_solution_properties",
        "lineno": 258,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "name": "_augment_and_check",
        "lineno": 276,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "name": "_check_augmentations",
        "lineno": 401,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_unconstrained_bridge_property",
        "name": "_check_unconstrained_bridge_property",
        "lineno": 487,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests.test_edge_kcomponents": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "name": "fset",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._assert_subgraph_edge_connectivity",
        "name": "_assert_subgraph_edge_connectivity",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._memo_connectivity",
        "name": "_memo_connectivity",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._all_pairs_connectivity",
        "name": "_all_pairs_connectivity",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._assert_local_cc_edge_connectivity",
        "name": "_assert_local_cc_edge_connectivity",
        "lineno": 56,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "name": "_check_edge_connectivity",
        "lineno": 75,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_zero_k_exception",
        "name": "test_zero_k_exception",
        "lineno": 137,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_empty_input",
        "name": "test_empty_input",
        "lineno": 151,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_not_implemented",
        "name": "test_not_implemented",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_general_k_edge_subgraph_quick_return",
        "name": "test_general_k_edge_subgraph_quick_return",
        "lineno": 172,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_random_gnp",
        "name": "test_random_gnp",
        "lineno": 193,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_configuration",
        "name": "test_configuration",
        "lineno": 202,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_shell",
        "name": "test_shell",
        "lineno": 212,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_karate",
        "name": "test_karate",
        "lineno": 221,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_tarjan_bridge",
        "name": "test_tarjan_bridge",
        "lineno": 226,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_bridge_cc",
        "name": "test_bridge_cc",
        "lineno": 244,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "name": "test_undirected_aux_graph",
        "lineno": 257,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference",
        "name": "test_local_subgraph_difference",
        "lineno": 299,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "name": "test_local_subgraph_difference_directed",
        "lineno": 326,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "name": "test_triangles",
        "lineno": 342,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_four_clique",
        "name": "test_four_clique",
        "lineno": 360,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "name": "test_five_clique",
        "lineno": 393,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "name": "test_directed_aux_graph",
        "lineno": 427,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_random_gnp_directed",
        "name": "test_random_gnp_directed",
        "lineno": 459,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_configuration_directed",
        "name": "test_configuration_directed",
        "lineno": 467,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_shell_directed",
        "name": "test_shell_directed",
        "lineno": 477,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_karate_directed",
        "name": "test_karate_directed",
        "lineno": 486,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests.test_kcomponents": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.torrents_and_ferraro_graph",
        "name": "torrents_and_ferraro_graph",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_directed",
        "name": "test_directed",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_empty_k_components",
        "name": "test_empty_k_components",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_k_components_alternative_flow_func",
        "name": "test_k_components_alternative_flow_func",
        "lineno": 96,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "name": "_check_connectivity",
        "lineno": 103,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_torrents_and_ferraro_graph",
        "name": "test_torrents_and_ferraro_graph",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_random_gnp",
        "name": "test_random_gnp",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_shell",
        "name": "test_shell",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_configuration",
        "name": "test_configuration",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_karate",
        "name": "test_karate",
        "lineno": 160,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_karate_component_number",
        "name": "test_karate_component_number",
        "lineno": 166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_davis_southern_women",
        "name": "test_davis_southern_women",
        "lineno": 209,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_davis_southern_women_detail_3_and_4",
        "name": "test_davis_southern_women_detail_3_and_4",
        "lineno": 215,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "name": "test_set_consolidation_rosettacode",
        "lineno": 287,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode.list_of_sets_equal",
        "name": "list_of_sets_equal",
        "lineno": 289,
        "scope": "test_set_consolidation_rosettacode",
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests.test_kcutsets": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.graph_example_1",
        "name": "graph_example_1",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.torrents_and_ferraro_graph",
        "name": "torrents_and_ferraro_graph",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets._check_separating_sets",
        "name": "_check_separating_sets",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_torrents_and_ferraro_graph",
        "name": "test_torrents_and_ferraro_graph",
        "lineno": 136,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_example_1",
        "name": "test_example_1",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_random_gnp",
        "name": "test_random_gnp",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_shell",
        "name": "test_shell",
        "lineno": 151,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_configuration",
        "name": "test_configuration",
        "lineno": 157,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_karate",
        "name": "test_karate",
        "lineno": 164,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets._generate_no_biconnected",
        "name": "_generate_no_biconnected",
        "lineno": 169,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_articulation_points",
        "name": "test_articulation_points",
        "lineno": 184,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_grid_2d_graph",
        "name": "test_grid_2d_graph",
        "lineno": 193,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_disconnected_graph",
        "name": "test_disconnected_graph",
        "lineno": 203,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_alternative_flow_functions",
        "name": "test_alternative_flow_functions",
        "lineno": 211,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_is_separating_set_complete_graph",
        "name": "test_is_separating_set_complete_graph",
        "lineno": 220,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_is_separating_set",
        "name": "test_is_separating_set",
        "lineno": 225,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_non_repeated_cuts",
        "name": "test_non_repeated_cuts",
        "lineno": 232,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_cycle_graph",
        "name": "test_cycle_graph",
        "lineno": 245,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 254,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_all_node_cuts_simple_case",
        "name": "test_all_node_cuts_simple_case",
        "lineno": 260,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_kcutsets.test_all_node_cuts_sap",
        "name": "test_all_node_cuts_sap",
        "lineno": 270,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests.test_stoer_wagner": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_stoer_wagner._check_partition",
        "name": "_check_partition",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_stoer_wagner._test_stoer_wagner",
        "name": "_test_stoer_wagner",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_graph1",
        "name": "test_graph1",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_graph2",
        "name": "test_graph2",
        "lineno": 47,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_graph3",
        "name": "test_graph3",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_weight_name",
        "name": "test_weight_name",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_exceptions",
        "name": "test_exceptions",
        "lineno": 88,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.connectivity.tests": [],
    "networkx.algorithms.flow.boykovkolmogorov": [
      {
        "id": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov",
        "name": "boykov_kolmogorov",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "name": "boykov_kolmogorov_impl",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.grow",
        "name": "grow",
        "lineno": 203,
        "scope": "boykov_kolmogorov_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "name": "augment",
        "lineno": 238,
        "scope": "boykov_kolmogorov_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.adopt",
        "name": "adopt",
        "lineno": 286,
        "scope": "boykov_kolmogorov_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl._has_valid_root",
        "name": "_has_valid_root",
        "lineno": 327,
        "scope": "boykov_kolmogorov_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl._is_closer",
        "name": "_is_closer",
        "lineno": 347,
        "scope": "boykov_kolmogorov_impl",
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.capacityscaling": [
      {
        "id": "networkx.algorithms.flow.capacityscaling._detect_unboundedness",
        "name": "_detect_unboundedness",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.capacityscaling._build_residual_network",
        "name": "_build_residual_network",
        "lineno": 42,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.capacityscaling._build_flow_dict",
        "name": "_build_flow_dict",
        "lineno": 108,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.capacityscaling.capacity_scaling",
        "name": "capacity_scaling",
        "lineno": 155,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.dinitz_alg": [
      {
        "id": "networkx.algorithms.flow.dinitz_alg.dinitz",
        "name": "dinitz",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.dinitz_alg.dinitz_impl",
        "name": "dinitz_impl",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.breath_first_search",
        "name": "breath_first_search",
        "lineno": 180,
        "scope": "dinitz_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.depth_first_search",
        "name": "depth_first_search",
        "lineno": 200,
        "scope": "dinitz_impl",
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.edmondskarp": [
      {
        "id": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "name": "edmonds_karp_core",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core.augment",
        "name": "augment",
        "lineno": 19,
        "scope": "edmonds_karp_core",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core.bidirectional_bfs",
        "name": "bidirectional_bfs",
        "lineno": 40,
        "scope": "edmonds_karp_core",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.edmondskarp.edmonds_karp_impl",
        "name": "edmonds_karp_impl",
        "lineno": 94,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.edmondskarp.edmonds_karp",
        "name": "edmonds_karp",
        "lineno": 123,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.gomory_hu": [
      {
        "id": "networkx.algorithms.flow.gomory_hu.gomory_hu_tree",
        "name": "gomory_hu_tree",
        "lineno": 20,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.maxflow": [
      {
        "id": "networkx.algorithms.flow.maxflow.maximum_flow",
        "name": "maximum_flow",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.maxflow.maximum_flow_value",
        "name": "maximum_flow_value",
        "lineno": 183,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.maxflow.minimum_cut",
        "name": "minimum_cut",
        "lineno": 320,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.maxflow.minimum_cut_value",
        "name": "minimum_cut_value",
        "lineno": 492,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.mincost": [
      {
        "id": "networkx.algorithms.flow.mincost.min_cost_flow_cost",
        "name": "min_cost_flow_cost",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.mincost.min_cost_flow",
        "name": "min_cost_flow",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.mincost.cost_of_flow",
        "name": "cost_of_flow",
        "lineno": 196,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.mincost.max_flow_min_cost",
        "name": "max_flow_min_cost",
        "lineno": 256,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.networksimplex": [
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.__init__",
        "name": "__init__",
        "lineno": 15,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "name": "initialize_spanning_tree",
        "lineno": 64,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_apex",
        "name": "find_apex",
        "lineno": 86,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.trace_path",
        "name": "trace_path",
        "lineno": 108,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_cycle",
        "name": "find_cycle",
        "lineno": 120,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.augment_flow",
        "name": "augment_flow",
        "lineno": 139,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.trace_subtree",
        "name": "trace_subtree",
        "lineno": 149,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.remove_edge",
        "name": "remove_edge",
        "lineno": 159,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.make_root",
        "name": "make_root",
        "lineno": 183,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.add_edge",
        "name": "add_edge",
        "lineno": 221,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.update_potentials",
        "name": "update_potentials",
        "lineno": 245,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.reduced_cost",
        "name": "reduced_cost",
        "lineno": 257,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_entering_edges",
        "name": "find_entering_edges",
        "lineno": 266,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.residual_capacity",
        "name": "residual_capacity",
        "lineno": 308,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_leaving_edge",
        "name": "find_leaving_edge",
        "lineno": 318,
        "scope": "_DataEssentialsAndFunctions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex.network_simplex",
        "name": "network_simplex",
        "lineno": 332,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.networksimplex.network_simplex.add_entry",
        "name": "add_entry",
        "lineno": 621,
        "scope": "network_simplex",
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.preflowpush": [
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "name": "preflow_push_impl",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl.reverse_bfs",
        "name": "reverse_bfs",
        "lineno": 53,
        "scope": "preflow_push_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl.push",
        "name": "push",
        "lineno": 90,
        "scope": "preflow_push_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl.activate",
        "name": "activate",
        "lineno": 114,
        "scope": "preflow_push_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl.relabel",
        "name": "relabel",
        "lineno": 122,
        "scope": "preflow_push_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl.discharge",
        "name": "discharge",
        "lineno": 134,
        "scope": "preflow_push_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl.gap_heuristic",
        "name": "gap_heuristic",
        "lineno": 175,
        "scope": "preflow_push_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push_impl.global_relabel",
        "name": "global_relabel",
        "lineno": 188,
        "scope": "preflow_push_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.preflowpush.preflow_push",
        "name": "preflow_push",
        "lineno": 294,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.shortestaugmentingpath": [
      {
        "id": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "name": "shortest_augmenting_path_impl",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl.augment",
        "name": "augment",
        "lineno": 70,
        "scope": "shortest_augmenting_path_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl.relabel",
        "name": "relabel",
        "lineno": 91,
        "scope": "shortest_augmenting_path_impl",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path",
        "name": "shortest_augmenting_path",
        "lineno": 169,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.utils": [
      {
        "id": "networkx.algorithms.flow.utils.CurrentEdge.__init__",
        "name": "__init__",
        "lineno": 26,
        "scope": "CurrentEdge",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.CurrentEdge.get",
        "name": "get",
        "lineno": 31,
        "scope": "CurrentEdge",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.CurrentEdge.move_to_next",
        "name": "move_to_next",
        "lineno": 34,
        "scope": "CurrentEdge",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.CurrentEdge._rewind",
        "name": "_rewind",
        "lineno": 41,
        "scope": "CurrentEdge",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.CurrentEdge.__eq__",
        "name": "__eq__",
        "lineno": 45,
        "scope": "CurrentEdge",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.Level.__init__",
        "name": "__init__",
        "lineno": 56,
        "scope": "Level",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.__init__",
        "name": "__init__",
        "lineno": 66,
        "scope": "GlobalRelabelThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.add_work",
        "name": "add_work",
        "lineno": 70,
        "scope": "GlobalRelabelThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.is_reached",
        "name": "is_reached",
        "lineno": 73,
        "scope": "GlobalRelabelThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.clear_work",
        "name": "clear_work",
        "lineno": 76,
        "scope": "GlobalRelabelThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.build_residual_network",
        "name": "build_residual_network",
        "lineno": 83,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.detect_unboundedness",
        "name": "detect_unboundedness",
        "lineno": 164,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils.build_flow_dict",
        "name": "build_flow_dict",
        "lineno": 182,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.utils._capacity_function",
        "name": "_capacity_function",
        "lineno": 193,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow": [],
    "networkx.algorithms.flow.tests.test_gomory_hu": [
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "name": "minimum_edge_weight",
        "lineno": 24,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.compute_cutset",
        "name": "compute_cutset",
        "lineno": 28,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_default_flow_function_karate_club_graph",
        "name": "test_default_flow_function_karate_club_graph",
        "lineno": 37,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_karate_club_graph",
        "name": "test_karate_club_graph",
        "lineno": 46,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_davis_southern_women_graph",
        "name": "test_davis_southern_women_graph",
        "lineno": 56,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_florentine_families_graph",
        "name": "test_florentine_families_graph",
        "lineno": 66,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_les_miserables_graph_cutset",
        "name": "test_les_miserables_graph_cutset",
        "lineno": 77,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_karate_club_graph_cutset",
        "name": "test_karate_club_graph_cutset",
        "lineno": 87,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_wikipedia_example",
        "name": "test_wikipedia_example",
        "lineno": 97,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_directed_raises",
        "name": "test_directed_raises",
        "lineno": 120,
        "scope": "TestGomoryHuTree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_empty_raises",
        "name": "test_empty_raises",
        "lineno": 125,
        "scope": "TestGomoryHuTree",
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow": [
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.compute_cutset",
        "name": "compute_cutset",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.validate_flows",
        "name": "validate_flows",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.validate_cuts",
        "name": "validate_cuts",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "name": "compare_flows_and_cuts",
        "lineno": 81,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_graph1",
        "name": "test_graph1",
        "lineno": 98,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_graph2",
        "name": "test_graph2",
        "lineno": 108,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph1",
        "name": "test_digraph1",
        "lineno": 134,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph2",
        "name": "test_digraph2",
        "lineno": 153,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph3",
        "name": "test_digraph3",
        "lineno": 175,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph4",
        "name": "test_digraph4",
        "lineno": 201,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_wikipedia_dinitz_example",
        "name": "test_wikipedia_dinitz_example",
        "lineno": 227,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_optional_capacity",
        "name": "test_optional_capacity",
        "lineno": 252,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph_infcap_edges",
        "name": "test_digraph_infcap_edges",
        "lineno": 280,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph_infcap_path",
        "name": "test_digraph_infcap_path",
        "lineno": 322,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_graph_infcap_edges",
        "name": "test_graph_infcap_edges",
        "lineno": 335,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph5",
        "name": "test_digraph5",
        "lineno": 356,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_disconnected",
        "name": "test_disconnected",
        "lineno": 374,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_capacity_func",
        "name": "test_capacity_func",
        "lineno": 383,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_capacity_func.my_cap",
        "name": "my_cap",
        "lineno": 398,
        "scope": "TestMaxflowMinCutCommon.test_capacity_func",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_capacity_func.my_cap_01_hidden",
        "name": "my_cap_01_hidden",
        "lineno": 410,
        "scope": "TestMaxflowMinCutCommon.test_capacity_func",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_source_target_not_in_graph",
        "name": "test_source_target_not_in_graph",
        "lineno": 423,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_source_target_coincide",
        "name": "test_source_target_coincide",
        "lineno": 434,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_multigraphs_raise",
        "name": "test_multigraphs_raise",
        "lineno": 440,
        "scope": "TestMaxflowMinCutCommon",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface.setup_method",
        "name": "setup_method",
        "lineno": 449,
        "scope": "TestMaxFlowMinCutInterface",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface.test_flow_func_not_callable",
        "name": "test_flow_func_not_callable",
        "lineno": 465,
        "scope": "TestMaxFlowMinCutInterface",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface.test_flow_func_parameters",
        "name": "test_flow_func_parameters",
        "lineno": 474,
        "scope": "TestMaxFlowMinCutInterface",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface.test_minimum_cut_no_cutoff",
        "name": "test_minimum_cut_no_cutoff",
        "lineno": 488,
        "scope": "TestMaxFlowMinCutInterface",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface.test_kwargs",
        "name": "test_kwargs",
        "lineno": 509,
        "scope": "TestMaxFlowMinCutInterface",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface.test_kwargs_default_flow_func",
        "name": "test_kwargs_default_flow_func",
        "lineno": 527,
        "scope": "TestMaxFlowMinCutInterface",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface.test_reusing_residual",
        "name": "test_reusing_residual",
        "lineno": 534,
        "scope": "TestMaxFlowMinCutInterface",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.test_preflow_push_global_relabel_freq",
        "name": "test_preflow_push_global_relabel_freq",
        "lineno": 555,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.test_preflow_push_makes_enough_space",
        "name": "test_preflow_push_makes_enough_space",
        "lineno": 563,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.test_shortest_augmenting_path_two_phase",
        "name": "test_shortest_augmenting_path_two_phase",
        "lineno": 572,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestCutoff.test_cutoff",
        "name": "test_cutoff",
        "lineno": 587,
        "scope": "TestCutoff",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestCutoff.test_complete_graph_cutoff",
        "name": "test_complete_graph_cutoff",
        "lineno": 606,
        "scope": "TestCutoff",
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow_large_graph": [
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.gen_pyramid",
        "name": "gen_pyramid",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.read_graph",
        "name": "read_graph",
        "lineno": 49,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.validate_flows",
        "name": "validate_flows",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 85,
        "scope": "TestMaxflowLargeGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_pyramid",
        "name": "test_pyramid",
        "lineno": 98,
        "scope": "TestMaxflowLargeGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_gl1",
        "name": "test_gl1",
        "lineno": 111,
        "scope": "TestMaxflowLargeGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_gw1",
        "name": "test_gw1",
        "lineno": 127,
        "scope": "TestMaxflowLargeGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_wlm3",
        "name": "test_wlm3",
        "lineno": 137,
        "scope": "TestMaxflowLargeGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_preflow_push_global_relabel",
        "name": "test_preflow_push_global_relabel",
        "lineno": 152,
        "scope": "TestMaxflowLargeGraph",
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.tests.test_mincost": [
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_simple_digraph",
        "name": "test_simple_digraph",
        "lineno": 11,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_negcycle_infcap",
        "name": "test_negcycle_infcap",
        "lineno": 32,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_sum_demands_not_zero",
        "name": "test_sum_demands_not_zero",
        "lineno": 45,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_no_flow_satisfying_demands",
        "name": "test_no_flow_satisfying_demands",
        "lineno": 58,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_transshipment",
        "name": "test_transshipment",
        "lineno": 71,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_max_flow_min_cost",
        "name": "test_max_flow_min_cost",
        "lineno": 119,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_digraph1",
        "name": "test_digraph1",
        "lineno": 148,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_digraph2",
        "name": "test_digraph2",
        "lineno": 187,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_digraph3",
        "name": "test_digraph3",
        "lineno": 228,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_zero_capacity_edges",
        "name": "test_zero_capacity_edges",
        "lineno": 273,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_digon",
        "name": "test_digon",
        "lineno": 304,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_deadend",
        "name": "test_deadend",
        "lineno": 329,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_infinite_capacity_neg_digon",
        "name": "test_infinite_capacity_neg_digon",
        "lineno": 341,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_finite_capacity_neg_digon",
        "name": "test_finite_capacity_neg_digon",
        "lineno": 356,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 370,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_negative_selfloops",
        "name": "test_negative_selfloops",
        "lineno": 382,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_bone_shaped",
        "name": "test_bone_shaped",
        "lineno": 411,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_exceptions",
        "name": "test_exceptions",
        "lineno": 432,
        "scope": "TestMinCostFlow",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow.test_large",
        "name": "test_large",
        "lineno": 463,
        "scope": "TestMinCostFlow",
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.tests.test_networksimplex": [
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.simple_flow_graph",
        "name": "simple_flow_graph",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.simple_no_flow_graph",
        "name": "simple_no_flow_graph",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.get_flowcost_from_flowdict",
        "name": "get_flowcost_from_flowdict",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_infinite_demand_raise",
        "name": "test_infinite_demand_raise",
        "lineno": 47,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_neg_infinite_demand_raise",
        "name": "test_neg_infinite_demand_raise",
        "lineno": 59,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_infinite_weight_raise",
        "name": "test_infinite_weight_raise",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_nonzero_net_demand_raise",
        "name": "test_nonzero_net_demand_raise",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_negative_capacity_raise",
        "name": "test_negative_capacity_raise",
        "lineno": 94,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_no_flow_satisfying_demands",
        "name": "test_no_flow_satisfying_demands",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_sum_demands_not_zero",
        "name": "test_sum_demands_not_zero",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_google_or_tools_example",
        "name": "test_google_or_tools_example",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_google_or_tools_example2",
        "name": "test_google_or_tools_example2",
        "lineno": 148,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_large",
        "name": "test_large",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_simple_digraph",
        "name": "test_simple_digraph",
        "lineno": 186,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_negcycle_infcap",
        "name": "test_negcycle_infcap",
        "lineno": 201,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_transshipment",
        "name": "test_transshipment",
        "lineno": 214,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_digraph1",
        "name": "test_digraph1",
        "lineno": 255,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_zero_capacity_edges",
        "name": "test_zero_capacity_edges",
        "lineno": 288,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_digon",
        "name": "test_digon",
        "lineno": 313,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_deadend",
        "name": "test_deadend",
        "lineno": 330,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_infinite_capacity_neg_digon",
        "name": "test_infinite_capacity_neg_digon",
        "lineno": 343,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 358,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_negative_selfloops",
        "name": "test_negative_selfloops",
        "lineno": 367,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_bone_shaped",
        "name": "test_bone_shaped",
        "lineno": 391,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_graphs_type_exceptions",
        "name": "test_graphs_type_exceptions",
        "lineno": 410,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.faux_inf_example",
        "name": "faux_inf_example",
        "lineno": 420,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_network_simplex_faux_infinity",
        "name": "test_network_simplex_faux_infinity",
        "lineno": 445,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.flow.tests.test_networksimplex.test_network_simplex_unbounded_flow",
        "name": "test_network_simplex_unbounded_flow",
        "lineno": 467,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.flow.tests": [],
    "networkx.algorithms.isomorphism.ismags": [
      {
        "id": "networkx.algorithms.isomorphism.ismags.are_all_equal",
        "name": "are_all_equal",
        "lineno": 131,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.make_partition",
        "name": "make_partition",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "name": "node_to_part_ID_dict",
        "lineno": 229,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "name": "color_degree_by_node",
        "lineno": 246,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.EdgeLookup.__init__",
        "name": "__init__",
        "lineno": 323,
        "scope": "EdgeLookup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.EdgeLookup.__getitem__",
        "name": "__getitem__",
        "lineno": 326,
        "scope": "EdgeLookup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.EdgeLookup.items",
        "name": "items",
        "lineno": 331,
        "scope": "EdgeLookup",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "name": "__init__",
        "lineno": 507,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions",
        "name": "create_aligned_partitions",
        "lineno": 562,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions.sg_match",
        "name": "sg_match",
        "lineno": 584,
        "scope": "ISMAGS.create_aligned_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions.sg_match",
        "name": "sg_match",
        "lineno": 589,
        "scope": "ISMAGS.create_aligned_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions.g_match",
        "name": "g_match",
        "lineno": 595,
        "scope": "ISMAGS.create_aligned_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions.g_match",
        "name": "g_match",
        "lineno": 600,
        "scope": "ISMAGS.create_aligned_partitions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.find_isomorphisms",
        "name": "find_isomorphisms",
        "lineno": 657,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_color_degree_candidates",
        "name": "_get_color_degree_candidates",
        "lineno": 712,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.largest_common_subgraph",
        "name": "largest_common_subgraph",
        "lineno": 734,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.analyze_subgraph_symmetry",
        "name": "analyze_subgraph_symmetry",
        "lineno": 776,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.is_isomorphic",
        "name": "is_isomorphic",
        "lineno": 812,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.subgraph_is_isomorphic",
        "name": "subgraph_is_isomorphic",
        "lineno": 825,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.isomorphisms_iter",
        "name": "isomorphisms_iter",
        "lineno": 840,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS.subgraph_isomorphisms_iter",
        "name": "subgraph_isomorphisms_iter",
        "lineno": 848,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_node_color_candidate_sets",
        "name": "_get_node_color_candidate_sets",
        "lineno": 852,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "name": "_refine_node_partition",
        "lineno": 883,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition.equal_color",
        "name": "equal_color",
        "lineno": 884,
        "scope": "ISMAGS._refine_node_partition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._map_nodes",
        "name": "_map_nodes",
        "lineno": 903,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._largest_common_subgraph",
        "name": "_largest_common_subgraph",
        "lineno": 1076,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._remove_node",
        "name": "_remove_node",
        "lineno": 1144,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_permutations_by_length",
        "name": "_get_permutations_by_length",
        "lineno": 1160,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "name": "_refine_opp",
        "lineno": 1185,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp.equal_color",
        "name": "equal_color",
        "lineno": 1186,
        "scope": "ISMAGS._refine_opp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._find_permutations",
        "name": "_find_permutations",
        "lineno": 1236,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "name": "_process_ordered_pair_partitions",
        "lineno": 1262,
        "scope": "ISMAGS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions._load_next_queue_entry",
        "name": "_load_next_queue_entry",
        "lineno": 1283,
        "scope": "ISMAGS._process_ordered_pair_partitions",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.isomorph": [
      {
        "id": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "name": "could_be_isomorphic",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic._properties_consistent",
        "name": "_properties_consistent",
        "lineno": 69,
        "scope": "could_be_isomorphic",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorph.fast_could_be_isomorphic",
        "name": "fast_could_be_isomorphic",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorph.faster_could_be_isomorphic",
        "name": "faster_could_be_isomorphic",
        "lineno": 125,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorph.is_isomorphic",
        "name": "is_isomorphic",
        "lineno": 147,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.isomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.__init__",
        "name": "__init__",
        "lineno": 160,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher._is_directed_matcher",
        "name": "_is_directed_matcher",
        "lineno": 212,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.reset_recursion_limit",
        "name": "reset_recursion_limit",
        "lineno": 215,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.candidate_pairs_iter",
        "name": "candidate_pairs_iter",
        "lineno": 228,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.initialize",
        "name": "initialize",
        "lineno": 261,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.is_isomorphic",
        "name": "is_isomorphic",
        "lineno": 292,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.isomorphisms_iter",
        "name": "isomorphisms_iter",
        "lineno": 315,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "name": "match",
        "lineno": 322,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.semantic_feasibility",
        "name": "semantic_feasibility",
        "lineno": 347,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_is_isomorphic",
        "name": "subgraph_is_isomorphic",
        "lineno": 387,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_is_monomorphic",
        "name": "subgraph_is_monomorphic",
        "lineno": 415,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_isomorphisms_iter",
        "name": "subgraph_isomorphisms_iter",
        "lineno": 443,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_monomorphisms_iter",
        "name": "subgraph_monomorphisms_iter",
        "lineno": 471,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.syntactic_feasibility",
        "name": "syntactic_feasibility",
        "lineno": 498,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.__init__",
        "name": "__init__",
        "lineno": 628,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher._is_directed_matcher",
        "name": "_is_directed_matcher",
        "lineno": 644,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.candidate_pairs_iter",
        "name": "candidate_pairs_iter",
        "lineno": 647,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.initialize",
        "name": "initialize",
        "lineno": 694,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.syntactic_feasibility",
        "name": "syntactic_feasibility",
        "lineno": 728,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.subgraph_is_isomorphic",
        "name": "subgraph_is_isomorphic",
        "lineno": 950,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.subgraph_is_monomorphic",
        "name": "subgraph_is_monomorphic",
        "lineno": 974,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.subgraph_isomorphisms_iter",
        "name": "subgraph_isomorphisms_iter",
        "lineno": 998,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.subgraph_monomorphisms_iter",
        "name": "subgraph_monomorphisms_iter",
        "lineno": 1022,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GMState.__init__",
        "name": "__init__",
        "lineno": 1056,
        "scope": "GMState",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GMState.restore",
        "name": "restore",
        "lineno": 1111,
        "scope": "GMState",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGMState.__init__",
        "name": "__init__",
        "lineno": 1137,
        "scope": "DiGMState",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGMState.restore",
        "name": "restore",
        "lineno": 1208,
        "scope": "DiGMState",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.matchhelpers": [
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.copyfunc",
        "name": "copyfunc",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.allclose",
        "name": "allclose",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.categorical_node_match",
        "name": "categorical_node_match",
        "lineno": 74,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.categorical_node_match.match",
        "name": "match",
        "lineno": 77,
        "scope": "categorical_node_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.categorical_node_match.match",
        "name": "match",
        "lineno": 83,
        "scope": "categorical_node_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.categorical_multiedge_match",
        "name": "categorical_multiedge_match",
        "lineno": 92,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.categorical_multiedge_match.match",
        "name": "match",
        "lineno": 95,
        "scope": "categorical_multiedge_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.categorical_multiedge_match.match",
        "name": "match",
        "lineno": 103,
        "scope": "categorical_multiedge_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.numerical_node_match",
        "name": "numerical_node_match",
        "lineno": 159,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.numerical_node_match.match",
        "name": "match",
        "lineno": 162,
        "scope": "numerical_node_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.numerical_node_match.match",
        "name": "match",
        "lineno": 173,
        "scope": "numerical_node_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match",
        "name": "numerical_multiedge_match",
        "lineno": 184,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "name": "match",
        "lineno": 187,
        "scope": "numerical_multiedge_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "name": "match",
        "lineno": 195,
        "scope": "numerical_multiedge_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.generic_node_match",
        "name": "generic_node_match",
        "lineno": 259,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.generic_node_match.match",
        "name": "match",
        "lineno": 262,
        "scope": "generic_node_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.generic_node_match.match",
        "name": "match",
        "lineno": 268,
        "scope": "generic_node_match",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.generic_multiedge_match",
        "name": "generic_multiedge_match",
        "lineno": 281,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.matchhelpers.generic_multiedge_match.match",
        "name": "match",
        "lineno": 326,
        "scope": "generic_multiedge_match",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.temporalisomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.__init__",
        "name": "__init__",
        "lineno": 76,
        "scope": "TimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.one_hop",
        "name": "one_hop",
        "lineno": 100,
        "scope": "TimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.two_hop",
        "name": "two_hop",
        "lineno": 118,
        "scope": "TimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.semantic_feasibility",
        "name": "semantic_feasibility",
        "lineno": 127,
        "scope": "TimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.__init__",
        "name": "__init__",
        "lineno": 145,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_pred_dates",
        "name": "get_pred_dates",
        "lineno": 169,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_succ_dates",
        "name": "get_succ_dates",
        "lineno": 185,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "name": "one_hop",
        "lineno": 201,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_pred",
        "name": "two_hop_pred",
        "lineno": 211,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_succ",
        "name": "two_hop_succ",
        "lineno": 226,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.preds",
        "name": "preds",
        "lineno": 241,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.succs",
        "name": "succs",
        "lineno": 247,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.test_one",
        "name": "test_one",
        "lineno": 253,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.test_two",
        "name": "test_two",
        "lineno": 270,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.semantic_feasibility",
        "name": "semantic_feasibility",
        "lineno": 287,
        "scope": "TimeRespectingDiGraphMatcher",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tree_isomorphism": [
      {
        "id": "networkx.algorithms.isomorphism.tree_isomorphism.root_trees",
        "name": "root_trees",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "name": "rooted_tree_isomorphism",
        "lineno": 77,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism",
        "name": "tree_isomorphism",
        "lineno": 197,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.vf2pp": [
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_isomorphism",
        "name": "vf2pp_isomorphism",
        "lineno": 185,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_is_isomorphic",
        "name": "vf2pp_is_isomorphic",
        "lineno": 216,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_all_isomorphisms",
        "name": "vf2pp_all_isomorphisms",
        "lineno": 247,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_subgraph_isomorphism",
        "name": "vf2pp_subgraph_isomorphism",
        "lineno": 274,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_subgraph_is_isomorphic",
        "name": "vf2pp_subgraph_is_isomorphic",
        "lineno": 306,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_all_subgraph_isomorphisms",
        "name": "vf2pp_all_subgraph_isomorphisms",
        "lineno": 337,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_monomorphism",
        "name": "vf2pp_monomorphism",
        "lineno": 364,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_is_monomorphic",
        "name": "vf2pp_is_monomorphic",
        "lineno": 395,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp.vf2pp_all_monomorphisms",
        "name": "vf2pp_all_monomorphisms",
        "lineno": 426,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "name": "_all_morphisms",
        "lineno": 459,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._init_info",
        "name": "_init_info",
        "lineno": 568,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "name": "_matching_order",
        "lineno": 612,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._find_candidates",
        "name": "_find_candidates",
        "lineno": 672,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._find_candidates_Di",
        "name": "_find_candidates_Di",
        "lineno": 713,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._feasibility",
        "name": "_feasibility",
        "lineno": 762,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "name": "_feasible_look_ahead",
        "lineno": 784,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "name": "_feasible_node_pair",
        "lineno": 846,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "name": "_update_Tinout",
        "lineno": 896,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._restore_Tinout",
        "name": "_restore_Tinout",
        "lineno": 942,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2pp._restore_Tinout_Di",
        "name": "_restore_Tinout_Di",
        "lineno": 984,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.vf2userfunc": [
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc._semantic_feasibility",
        "name": "_semantic_feasibility",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc.GraphMatcher.__init__",
        "name": "__init__",
        "lineno": 76,
        "scope": "GraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc.DiGraphMatcher.__init__",
        "name": "__init__",
        "lineno": 123,
        "scope": "DiGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc.DiGraphMatcher.semantic_feasibility",
        "name": "semantic_feasibility",
        "lineno": 164,
        "scope": "DiGraphMatcher",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism": [],
    "networkx.algorithms.isomorphism.tests.test_common": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.ismags_is_iso",
        "name": "ismags_is_iso",
        "lineno": 65,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.ismags_iter",
        "name": "ismags_iter",
        "lineno": 69,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.ismags_is_SG_iso",
        "name": "ismags_is_SG_iso",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.ismags_subgraph_iter",
        "name": "ismags_subgraph_iter",
        "lineno": 79,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.ismags_is_SG_mono",
        "name": "ismags_is_SG_mono",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.ismags_mono_iter",
        "name": "ismags_mono_iter",
        "lineno": 88,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2_is_iso",
        "name": "vf2_is_iso",
        "lineno": 92,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2_iter",
        "name": "vf2_iter",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2_is_SG_iso",
        "name": "vf2_is_SG_iso",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2_subgraph_iter",
        "name": "vf2_subgraph_iter",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2_is_SG_mono",
        "name": "vf2_is_SG_mono",
        "lineno": 120,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2_mono_iter",
        "name": "vf2_mono_iter",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2pp_is_iso",
        "name": "vf2pp_is_iso",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2pp_iter",
        "name": "vf2pp_iter",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2pp_is_SG_iso",
        "name": "vf2pp_is_SG_iso",
        "lineno": 158,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2pp_subgraph_iter",
        "name": "vf2pp_subgraph_iter",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2pp_is_SG_mono",
        "name": "vf2pp_is_SG_mono",
        "lineno": 186,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.vf2pp_mono_iter",
        "name": "vf2pp_mono_iter",
        "lineno": 210,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.asymm_3triangles_kite",
        "name": "asymm_3triangles_kite",
        "lineno": 252,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.asymm_triangle_square_2tails",
        "name": "asymm_triangle_square_2tails",
        "lineno": 285,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.symm_water_tower",
        "name": "symm_water_tower",
        "lineno": 318,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.symm_balloon",
        "name": "symm_balloon",
        "lineno": 355,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.cyclic_ladder_4rungs",
        "name": "cyclic_ladder_4rungs",
        "lineno": 401,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.cycle6_plus_3_2paths",
        "name": "cycle6_plus_3_2paths",
        "lineno": 442,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_single_graph",
        "name": "test_single_graph",
        "lineno": 511,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_check_noncomparable_nodes_mappings",
        "name": "test_check_noncomparable_nodes_mappings",
        "lineno": 543,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_single_graph_node_and_edge_labels",
        "name": "test_single_graph_node_and_edge_labels",
        "lineno": 558,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_non_isomorphic_same_degree_sequence",
        "name": "test_non_isomorphic_same_degree_sequence",
        "lineno": 620,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_morph_triangle_square_2tails",
        "name": "test_morph_triangle_square_2tails",
        "lineno": 640,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_morph_3triangles_kite",
        "name": "test_morph_3triangles_kite",
        "lineno": 669,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_subgraph_triangle_square_2tails",
        "name": "test_subgraph_triangle_square_2tails",
        "lineno": 701,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_monomorphism_path_in_cycle",
        "name": "test_monomorphism_path_in_cycle",
        "lineno": 723,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_monomorphism_count_for_path_in_cycle",
        "name": "test_monomorphism_count_for_path_in_cycle",
        "lineno": 741,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_subgraph_mono",
        "name": "test_subgraph_mono",
        "lineno": 766,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_subgraph_mono_small",
        "name": "test_subgraph_mono_small",
        "lineno": 788,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_multiedge_mono_subgraph",
        "name": "test_multiedge_mono_subgraph",
        "lineno": 810,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_multiedge_colors_like_multiple_graphs",
        "name": "test_multiedge_colors_like_multiple_graphs",
        "lineno": 855,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_match_multiedge_to_simple_graph",
        "name": "test_match_multiedge_to_simple_graph",
        "lineno": 895,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_common.test_subgraph_multiedge_to_simple_graph",
        "name": "test_subgraph_multiedge_to_simple_graph",
        "lineno": 921,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_ismags": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "name": "_matches_to_sets",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSelfIsomorphism.test_self_isomorphism",
        "name": "test_self_isomorphism",
        "lineno": 186,
        "scope": "TestSelfIsomorphism",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_isomorphism_4_sun",
        "name": "test_isomorphism_4_sun",
        "lineno": 206,
        "scope": "TestSubgraphIsomorphism",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_isomorphism_path_in_tristar",
        "name": "test_isomorphism_path_in_tristar",
        "lineno": 216,
        "scope": "TestSubgraphIsomorphism",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_nodes",
        "name": "test_labeled_nodes",
        "lineno": 241,
        "scope": "TestSubgraphIsomorphism",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_edges",
        "name": "test_labeled_edges",
        "lineno": 258,
        "scope": "TestSubgraphIsomorphism",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_exceptions_for_bad_match_functions",
        "name": "test_exceptions_for_bad_match_functions",
        "lineno": 276,
        "scope": "TestSubgraphIsomorphism",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_exceptions_for_bad_match_functions.non_transitive_match",
        "name": "non_transitive_match",
        "lineno": 277,
        "scope": "TestSubgraphIsomorphism.test_exceptions_for_bad_match_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_exceptions_for_bad_match_functions.simple_non_commutative_match",
        "name": "simple_non_commutative_match",
        "lineno": 280,
        "scope": "TestSubgraphIsomorphism.test_exceptions_for_bad_match_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_exceptions_for_bad_match_functions.non_commutative_match",
        "name": "non_commutative_match",
        "lineno": 283,
        "scope": "TestSubgraphIsomorphism.test_exceptions_for_bad_match_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.test_noncomparable_nodes",
        "name": "test_noncomparable_nodes",
        "lineno": 311,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.test_selfloop",
        "name": "test_selfloop",
        "lineno": 332,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestWikipediaExample.test_graph",
        "name": "test_graph",
        "lineno": 418,
        "scope": "TestWikipediaExample",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestWikipediaExample.test_digraph",
        "name": "test_digraph",
        "lineno": 437,
        "scope": "TestWikipediaExample",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_mcis",
        "name": "test_mcis",
        "lineno": 456,
        "scope": "TestLargestCommonSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "name": "test_symmetry_mcis",
        "lineno": 493,
        "scope": "TestLargestCommonSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "name": "is_isomorphic",
        "lineno": 554,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_wikipedia_graph",
        "name": "test_wikipedia_graph",
        "lineno": 559,
        "scope": "TestDiGraphISO",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_non_isomorphic_same_degree_sequence",
        "name": "test_non_isomorphic_same_degree_sequence",
        "lineno": 588,
        "scope": "TestDiGraphISO",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_is_isomorphic",
        "name": "test_is_isomorphic",
        "lineno": 628,
        "scope": "TestDiGraphISO",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_match",
        "name": "test_simple_node_match",
        "lineno": 643,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_and_edge_match",
        "name": "test_simple_node_and_edge_match",
        "lineno": 654,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_edge_match",
        "name": "test_simple_edge_match",
        "lineno": 685,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.test_weightkey",
        "name": "test_weightkey",
        "lineno": 731,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphism": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.test_could_be_isomorphic_combined_properties",
        "name": "test_could_be_isomorphic_combined_properties",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.test_could_be_isomorphic_individual_vs_combined_dt",
        "name": "test_could_be_isomorphic_individual_vs_combined_dt",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.TestIsomorph.setup_class",
        "name": "setup_class",
        "lineno": 54,
        "scope": "TestIsomorph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.TestIsomorph.test_could_be_isomorphic",
        "name": "test_could_be_isomorphic",
        "lineno": 62,
        "scope": "TestIsomorph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.TestIsomorph.test_fast_could_be_isomorphic",
        "name": "test_fast_could_be_isomorphic",
        "lineno": 70,
        "scope": "TestIsomorph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.TestIsomorph.test_faster_could_be_isomorphic",
        "name": "test_faster_could_be_isomorphic",
        "lineno": 76,
        "scope": "TestIsomorph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.TestIsomorph.test_is_isomorphic",
        "name": "test_is_isomorphic",
        "lineno": 81,
        "scope": "TestIsomorph",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestWikipediaExample.test_morphic_and_number_of_mappings",
        "name": "test_morphic_and_number_of_mappings",
        "lineno": 56,
        "scope": "TestWikipediaExample",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestWikipediaExample.test_subgraph",
        "name": "test_subgraph",
        "lineno": 72,
        "scope": "TestWikipediaExample",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestWikipediaExample.test_subgraph_mono",
        "name": "test_subgraph_mono",
        "lineno": 83,
        "scope": "TestWikipediaExample",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.create_graph",
        "name": "create_graph",
        "lineno": 103,
        "scope": "TestVF2GraphDB",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_graph",
        "name": "test_graph",
        "lineno": 133,
        "scope": "TestVF2GraphDB",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_subgraph",
        "name": "test_subgraph",
        "lineno": 140,
        "scope": "TestVF2GraphDB",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_subgraph_monomorphic",
        "name": "test_subgraph_monomorphic",
        "lineno": 151,
        "scope": "TestVF2GraphDB",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestAtlas.setup_class",
        "name": "setup_class",
        "lineno": 170,
        "scope": "TestAtlas",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestAtlas.test_graph_atlas",
        "name": "test_graph_atlas",
        "lineno": 176,
        "scope": "TestAtlas",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_multiedge",
        "name": "test_multiedge",
        "lineno": 192,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_matcher_raises",
        "name": "test_matcher_raises",
        "lineno": 249,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_selfloop",
        "name": "test_selfloop",
        "lineno": 275,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_selfloop_mono",
        "name": "test_selfloop_mono",
        "lineno": 308,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_isomorphism_iter1",
        "name": "test_isomorphism_iter1",
        "lineno": 342,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_monomorphism_iter1",
        "name": "test_monomorphism_iter1",
        "lineno": 360,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_isomorphism_iter2",
        "name": "test_isomorphism_iter2",
        "lineno": 374,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_multiple",
        "name": "test_multiple",
        "lineno": 389,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_noncomparable_nodes",
        "name": "test_noncomparable_nodes",
        "lineno": 415,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_monomorphism_edge_match",
        "name": "test_monomorphism_edge_match",
        "lineno": 434,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.test_three_node",
        "name": "test_three_node",
        "lineno": 484,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_match_helpers": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_match_helpers.test_categorical_node_match",
        "name": "test_categorical_node_match",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_match_helpers.TestGenericMultiEdgeMatch.setup_method",
        "name": "setup_method",
        "lineno": 14,
        "scope": "TestGenericMultiEdgeMatch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_match_helpers.TestGenericMultiEdgeMatch.test_generic_multiedge_match",
        "name": "test_generic_multiedge_match",
        "lineno": 48,
        "scope": "TestGenericMultiEdgeMatch",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.provide_g1_edgelist",
        "name": "provide_g1_edgelist",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_time",
        "name": "put_same_time",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_datetime",
        "name": "put_same_datetime",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_sequence_time",
        "name": "put_sequence_time",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "name": "put_time_config_0",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "name": "put_time_config_1",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "name": "put_time_config_2",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "name": "provide_g1_topology",
        "lineno": 73,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "name": "provide_g2_path_3edges",
        "lineno": 78,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_timeRespecting_returnsTrue",
        "name": "test_timdelta_zero_timeRespecting_returnsTrue",
        "lineno": 83,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_datetime_timeRespecting_returnsTrue",
        "name": "test_timdelta_zero_datetime_timeRespecting_returnsTrue",
        "lineno": 92,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_timeRespecting_returnsTrue",
        "name": "test_attNameStrange_timdelta_zero_timeRespecting_returnsTrue",
        "lineno": 101,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_notTimeRespecting_returnsFalse",
        "name": "test_notTimeRespecting_returnsFalse",
        "lineno": 110,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "name": "test_timdelta_one_config0_returns_no_embeddings",
        "lineno": 119,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_four_embedding",
        "name": "test_timdelta_one_config1_returns_four_embedding",
        "lineno": 129,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_ten_embeddings",
        "name": "test_timdelta_one_config2_returns_ten_embeddings",
        "lineno": 139,
        "scope": "TestTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g1_topology",
        "name": "provide_g1_topology",
        "lineno": 156,
        "scope": "TestDiTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "name": "provide_g2_path_3edges",
        "lineno": 161,
        "scope": "TestDiTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_zero_same_dates_returns_true",
        "name": "test_timdelta_zero_same_dates_returns_true",
        "lineno": 166,
        "scope": "TestDiTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_same_dates_returns_true",
        "name": "test_attNameStrange_timdelta_zero_same_dates_returns_true",
        "lineno": 175,
        "scope": "TestDiTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "name": "test_timdelta_one_config0_returns_no_embeddings",
        "lineno": 184,
        "scope": "TestDiTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_one_embedding",
        "name": "test_timdelta_one_config1_returns_one_embedding",
        "lineno": 194,
        "scope": "TestDiTimeRespectingGraphMatcher",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_two_embeddings",
        "name": "test_timdelta_one_config2_returns_two_embeddings",
        "lineno": 204,
        "scope": "TestDiTimeRespectingGraphMatcher",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_tree_isomorphism": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism._check_isomorphism",
        "name": "_check_isomorphism",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_tree_isomorphism_raises_on_directed_and_multigraphs",
        "name": "test_tree_isomorphism_raises_on_directed_and_multigraphs",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_input_not_tree",
        "name": "test_input_not_tree",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_hardcoded",
        "name": "test_hardcoded",
        "lineno": 41,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_tree_isomorphic_all_non_isomorphic_trees_relabeled",
        "name": "test_tree_isomorphic_all_non_isomorphic_trees_relabeled",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_trivial_rooted_tree_isomorphism",
        "name": "test_trivial_rooted_tree_isomorphism",
        "lineno": 171,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_rooted_tree_isomorphism_different_order",
        "name": "test_rooted_tree_isomorphism_different_order",
        "lineno": 181,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_tree_isomorphism_all_non_isomorphic_pairs",
        "name": "test_tree_isomorphism_all_non_isomorphic_pairs",
        "lineno": 190,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_long_paths_graphs",
        "name": "test_long_paths_graphs",
        "lineno": 199,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2pp": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_first_graph_empty",
        "name": "test_first_graph_empty",
        "lineno": 30,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_second_graph_empty",
        "name": "test_second_graph_empty",
        "lineno": 35,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_different_order1",
        "name": "test_different_order1",
        "lineno": 40,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_different_order2",
        "name": "test_different_order2",
        "lineno": 45,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_different_order3",
        "name": "test_different_order3",
        "lineno": 50,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_different_degree_sequences1",
        "name": "test_different_degree_sequences1",
        "lineno": 55,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_different_degree_sequences2",
        "name": "test_different_degree_sequences2",
        "lineno": 66,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_different_degree_sequences3",
        "name": "test_different_degree_sequences3",
        "lineno": 92,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck.test_label_distribution",
        "name": "test_label_distribution",
        "lineno": 105,
        "scope": "TestPreCheck",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestAllGraphTypesEdgeCases.test_both_graphs_empty",
        "name": "test_both_graphs_empty",
        "lineno": 122,
        "scope": "TestAllGraphTypesEdgeCases",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestAllGraphTypesEdgeCases.test_first_graph_empty",
        "name": "test_first_graph_empty",
        "lineno": 136,
        "scope": "TestAllGraphTypesEdgeCases",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestAllGraphTypesEdgeCases.test_second_graph_empty",
        "name": "test_second_graph_empty",
        "lineno": 142,
        "scope": "TestAllGraphTypesEdgeCases",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph1_same_labels",
        "name": "test_custom_graph1_same_labels",
        "lineno": 149,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph2_same_labels",
        "name": "test_custom_graph2_same_labels",
        "lineno": 192,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph2_different_labels",
        "name": "test_custom_graph2_different_labels",
        "lineno": 222,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph3_same_labels",
        "name": "test_custom_graph3_same_labels",
        "lineno": 261,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph3_different_labels",
        "name": "test_custom_graph3_different_labels",
        "lineno": 338,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph4_different_labels",
        "name": "test_custom_graph4_different_labels",
        "lineno": 403,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph4_same_labels",
        "name": "test_custom_graph4_same_labels",
        "lineno": 453,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph5_same_labels",
        "name": "test_custom_graph5_same_labels",
        "lineno": 535,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph5_different_labels",
        "name": "test_custom_graph5_different_labels",
        "lineno": 607,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_disconnected_graph_all_same_labels",
        "name": "test_disconnected_graph_all_same_labels",
        "lineno": 659,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_disconnected_graph_all_different_labels",
        "name": "test_disconnected_graph_all_different_labels",
        "lineno": 669,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_disconnected_graph_some_same_labels",
        "name": "test_disconnected_graph_some_same_labels",
        "lineno": 684,
        "scope": "TestGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph1_same_labels",
        "name": "test_custom_multigraph1_same_labels",
        "lineno": 713,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph1_different_labels",
        "name": "test_custom_multigraph1_different_labels",
        "lineno": 766,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph2_same_labels",
        "name": "test_custom_multigraph2_same_labels",
        "lineno": 824,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph2_different_labels",
        "name": "test_custom_multigraph2_different_labels",
        "lineno": 889,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph3_same_labels",
        "name": "test_custom_multigraph3_same_labels",
        "lineno": 970,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph3_different_labels",
        "name": "test_custom_multigraph3_different_labels",
        "lineno": 1107,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph4_same_labels",
        "name": "test_custom_multigraph4_same_labels",
        "lineno": 1205,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph4_different_labels",
        "name": "test_custom_multigraph4_different_labels",
        "lineno": 1314,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_custom_multigraph5_same_labels",
        "name": "test_custom_multigraph5_same_labels",
        "lineno": 1436,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_disconnected_multigraph_all_same_labels",
        "name": "test_disconnected_multigraph_all_same_labels",
        "lineno": 1524,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp.test_disconnected_multigraph_all_different_labels",
        "name": "test_disconnected_multigraph_all_different_labels",
        "lineno": 1558,
        "scope": "TestMultiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestDiGraphISOVF2pp.test_wikipedia_graph",
        "name": "test_wikipedia_graph",
        "lineno": 1598,
        "scope": "TestDiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestDiGraphISOVF2pp.test_non_isomorphic_same_degree_sequence",
        "name": "test_non_isomorphic_same_degree_sequence",
        "lineno": 1625,
        "scope": "TestDiGraphISOVF2pp",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.test_isomorphvf2pp_multidigraphs",
        "name": "test_isomorphvf2pp_multidigraphs",
        "lineno": 1666,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 34,
        "scope": "TestNodeOrdering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_single_node",
        "name": "test_single_node",
        "lineno": 40,
        "scope": "TestNodeOrdering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_matching_order",
        "name": "test_matching_order",
        "lineno": 53,
        "scope": "TestNodeOrdering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_matching_order_all_branches",
        "name": "test_matching_order_all_branches",
        "lineno": 102,
        "scope": "TestNodeOrdering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_no_covered_neighbors_no_labels",
        "name": "test_no_covered_neighbors_no_labels",
        "lineno": 136,
        "scope": "TestCandidateSelection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_no_covered_neighbors_with_labels",
        "name": "test_no_covered_neighbors_with_labels",
        "lineno": 210,
        "scope": "TestCandidateSelection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_covered_neighbors_no_labels",
        "name": "test_covered_neighbors_no_labels",
        "lineno": 289,
        "scope": "TestCandidateSelection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_covered_neighbors_with_labels",
        "name": "test_covered_neighbors_with_labels",
        "lineno": 349,
        "scope": "TestCandidateSelection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_same_in_out_degrees_no_candidate",
        "name": "test_same_in_out_degrees_no_candidate",
        "lineno": 424,
        "scope": "TestCandidateSelection",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_covered_neighbors",
        "name": "test_feasible_node_pair_covered_neighbors",
        "lineno": 463,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_no_covered_neighbors",
        "name": "test_feasible_node_pair_no_covered_neighbors",
        "lineno": 474,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_mixed_covered_uncovered_neighbors",
        "name": "test_feasible_node_pair_mixed_covered_uncovered_neighbors",
        "lineno": 485,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_fail_cases",
        "name": "test_feasible_node_pair_fail_cases",
        "lineno": 498,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_mismatched_labels",
        "name": "test_feasible_look_ahead_mismatched_labels",
        "lineno": 568,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_matched_labels",
        "name": "test_feasible_look_ahead_matched_labels",
        "lineno": 610,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "name": "test_feasible_look_ahead_same_labels",
        "lineno": 658,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "name": "test_feasible_look_ahead_different_labels",
        "lineno": 811,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_predecessor_T1_in_fail",
        "name": "test_predecessor_T1_in_fail",
        "lineno": 944,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "name": "test_all_feasibility_same_labels",
        "lineno": 964,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "name": "test_all_feasibility_different_labels",
        "lineno": 1033,
        "scope": "TestISOFeasibility",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "name": "check_Ts",
        "lineno": 1133,
        "scope": "TestTinoutUpdating",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "name": "test_updating",
        "lineno": 1148,
        "scope": "TestTinoutUpdating",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "name": "test_restoring",
        "lineno": 1223,
        "scope": "TestTinoutUpdating",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2userfunc": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.test_simple",
        "name": "test_simple",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.test_weightkey",
        "name": "test_weightkey",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.setup_method",
        "name": "setup_method",
        "lineno": 76,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.build",
        "name": "build",
        "lineno": 81,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_noweight_nocolor",
        "name": "test_noweight_nocolor",
        "lineno": 91,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_color1",
        "name": "test_color1",
        "lineno": 94,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_color2",
        "name": "test_color2",
        "lineno": 97,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_weight1",
        "name": "test_weight1",
        "lineno": 101,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_weight2",
        "name": "test_weight2",
        "lineno": 104,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_colorsandweights1",
        "name": "test_colorsandweights1",
        "lineno": 108,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_colorsandweights2",
        "name": "test_colorsandweights2",
        "lineno": 113,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.test_colorsandweights3",
        "name": "test_colorsandweights3",
        "lineno": 119,
        "scope": "TestMatch_Graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_DiGraph.setup_method",
        "name": "setup_method",
        "lineno": 129,
        "scope": "TestMatch_DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.setup_method",
        "name": "setup_method",
        "lineno": 136,
        "scope": "TestMatch_MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.build",
        "name": "build",
        "lineno": 142,
        "scope": "TestMatch_MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.test_weights_only",
        "name": "test_weights_only",
        "lineno": 166,
        "scope": "TestMatch_MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.test_colors_only",
        "name": "test_colors_only",
        "lineno": 169,
        "scope": "TestMatch_MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.test_colorsandweights",
        "name": "test_colorsandweights",
        "lineno": 173,
        "scope": "TestMatch_MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.test_generic_color_only",
        "name": "test_generic_color_only",
        "lineno": 177,
        "scope": "TestMatch_MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.test_generic_all_3_attr",
        "name": "test_generic_all_3_attr",
        "lineno": 181,
        "scope": "TestMatch_MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiDiGraph.setup_method",
        "name": "setup_method",
        "lineno": 192,
        "scope": "TestMatch_MultiDiGraph",
        "is_async": false
      }
    ],
    "networkx.algorithms.isomorphism.tests": [],
    "networkx.algorithms.link_analysis.hits_alg": [
      {
        "id": "networkx.algorithms.link_analysis.hits_alg.hits",
        "name": "hits",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.hits_alg._hits_python",
        "name": "_hits_python",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.hits_alg._hits_numpy",
        "name": "_hits_numpy",
        "lineno": 150,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.link_analysis.pagerank_alg": [
      {
        "id": "networkx.algorithms.link_analysis.pagerank_alg.pagerank",
        "name": "pagerank",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_python",
        "name": "_pagerank_python",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.pagerank_alg.google_matrix",
        "name": "google_matrix",
        "lineno": 176,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_numpy",
        "name": "_pagerank_numpy",
        "lineno": 271,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "name": "_pagerank_scipy",
        "lineno": 358,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.link_analysis": [],
    "networkx.algorithms.link_analysis.tests.test_hits": [
      {
        "id": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.setup_class",
        "name": "setup_class",
        "lineno": 19,
        "scope": "TestHITS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_hits_numpy",
        "name": "test_hits_numpy",
        "lineno": 33,
        "scope": "TestHITS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_hits",
        "name": "test_hits",
        "lineno": 42,
        "scope": "TestHITS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_empty",
        "name": "test_empty",
        "lineno": 56,
        "scope": "TestHITS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_hits_not_convergent",
        "name": "test_hits_not_convergent",
        "lineno": 62,
        "scope": "TestHITS",
        "is_async": false
      }
    ],
    "networkx.algorithms.link_analysis.tests.test_pagerank": [
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.setup_class",
        "name": "setup_class",
        "lineno": 23,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_pagerank",
        "name": "test_pagerank",
        "lineno": 63,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_pagerank_max_iter",
        "name": "test_pagerank_max_iter",
        "lineno": 75,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_numpy_pagerank",
        "name": "test_numpy_pagerank",
        "lineno": 79,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_google_matrix",
        "name": "test_google_matrix",
        "lineno": 85,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_personalization",
        "name": "test_personalization",
        "lineno": 94,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_zero_personalization_vector",
        "name": "test_zero_personalization_vector",
        "lineno": 108,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_one_nonzero_personalization_value",
        "name": "test_one_nonzero_personalization_value",
        "lineno": 114,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_incomplete_personalization",
        "name": "test_incomplete_personalization",
        "lineno": 128,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_dangling_matrix",
        "name": "test_dangling_matrix",
        "lineno": 141,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_dangling_pagerank",
        "name": "test_dangling_pagerank",
        "lineno": 161,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_empty",
        "name": "test_empty",
        "lineno": 166,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_multigraph",
        "name": "test_multigraph",
        "lineno": 174,
        "scope": "TestPageRank",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_scipy_pagerank",
        "name": "test_scipy_pagerank",
        "lineno": 189,
        "scope": "TestPageRankScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_scipy_pagerank_max_iter",
        "name": "test_scipy_pagerank_max_iter",
        "lineno": 202,
        "scope": "TestPageRankScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_dangling_scipy_pagerank",
        "name": "test_dangling_scipy_pagerank",
        "lineno": 206,
        "scope": "TestPageRankScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_empty_scipy",
        "name": "test_empty_scipy",
        "lineno": 211,
        "scope": "TestPageRankScipy",
        "is_async": false
      }
    ],
    "networkx.algorithms.link_analysis.tests": [],
    "networkx.algorithms.minors.contraction": [
      {
        "id": "networkx.algorithms.minors.contraction.equivalence_classes",
        "name": "equivalence_classes",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.contraction.quotient_graph",
        "name": "quotient_graph",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.contraction._quotient_graph",
        "name": "_quotient_graph",
        "lineno": 348,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.contraction._quotient_graph.node_data",
        "name": "node_data",
        "lineno": 360,
        "scope": "_quotient_graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.contraction._quotient_graph.edge_relation",
        "name": "edge_relation",
        "lineno": 381,
        "scope": "_quotient_graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.contraction._quotient_graph.edge_data",
        "name": "edge_data",
        "lineno": 388,
        "scope": "_quotient_graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.contraction.contracted_nodes",
        "name": "contracted_nodes",
        "lineno": 432,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.contraction.contracted_edge",
        "name": "contracted_edge",
        "lineno": 657,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.minors": [],
    "networkx.algorithms.minors.tests.test_contraction": [
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_complete_multipartite",
        "name": "test_quotient_graph_complete_multipartite",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_complete_multipartite.same_neighbors",
        "name": "same_neighbors",
        "lineno": 19,
        "scope": "test_quotient_graph_complete_multipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_complete_bipartite",
        "name": "test_quotient_graph_complete_bipartite",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_complete_bipartite.same_neighbors",
        "name": "same_neighbors",
        "lineno": 38,
        "scope": "test_quotient_graph_complete_bipartite",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_edge_relation",
        "name": "test_quotient_graph_edge_relation",
        "lineno": 48,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_edge_relation.identity",
        "name": "identity",
        "lineno": 55,
        "scope": "test_quotient_graph_edge_relation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_edge_relation.same_parity",
        "name": "same_parity",
        "lineno": 58,
        "scope": "test_quotient_graph_edge_relation",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_condensation_as_quotient",
        "name": "test_condensation_as_quotient",
        "lineno": 68,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_condensation_as_quotient.same_component",
        "name": "same_component",
        "lineno": 106,
        "scope": "test_condensation_as_quotient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_path",
        "name": "test_path",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_path__partition_provided_as_dict_of_lists",
        "name": "test_path__partition_provided_as_dict_of_lists",
        "lineno": 125,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_path__partition_provided_as_dict_of_tuples",
        "name": "test_path__partition_provided_as_dict_of_tuples",
        "lineno": 137,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_path__partition_provided_as_dict_of_sets",
        "name": "test_path__partition_provided_as_dict_of_sets",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_multigraph_path",
        "name": "test_multigraph_path",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_directed_path",
        "name": "test_directed_path",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_directed_multigraph_path",
        "name": "test_directed_multigraph_path",
        "lineno": 186,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_overlapping_blocks",
        "name": "test_overlapping_blocks",
        "lineno": 199,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_weighted_path",
        "name": "test_weighted_path",
        "lineno": 206,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_barbell",
        "name": "test_barbell",
        "lineno": 222,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_barbell_plus",
        "name": "test_barbell_plus",
        "lineno": 234,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_blockmodel",
        "name": "test_blockmodel",
        "lineno": 249,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_multigraph_blockmodel",
        "name": "test_multigraph_blockmodel",
        "lineno": 261,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_quotient_graph_incomplete_partition",
        "name": "test_quotient_graph_incomplete_partition",
        "lineno": 273,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_undirected_node_contraction",
        "name": "test_undirected_node_contraction",
        "lineno": 289,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_directed_node_contraction",
        "name": "test_directed_node_contraction",
        "lineno": 322,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_contracted_nodes_multigraph",
        "name": "test_contracted_nodes_multigraph",
        "lineno": 357,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_multigraph_keys",
        "name": "test_multigraph_keys",
        "lineno": 382,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_node_attributes",
        "name": "test_node_attributes",
        "lineno": 401,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_edge_attributes",
        "name": "test_edge_attributes",
        "lineno": 435,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_contract_loop_graph",
        "name": "test_contract_loop_graph",
        "lineno": 466,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_undirected_edge_contraction",
        "name": "test_undirected_edge_contraction",
        "lineno": 483,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_multigraph_edge_contraction",
        "name": "test_multigraph_edge_contraction",
        "lineno": 516,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.minors.tests.test_contraction.test_nonexistent_edge",
        "name": "test_nonexistent_edge",
        "lineno": 537,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.all": [
      {
        "id": "networkx.algorithms.operators.all.union_all",
        "name": "union_all",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.all.union_all.add_prefix",
        "name": "add_prefix",
        "lineno": 72,
        "scope": "union_all",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.all.union_all.add_prefix.label",
        "name": "label",
        "lineno": 76,
        "scope": "union_all.add_prefix",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.all.disjoint_union_all",
        "name": "disjoint_union_all",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.all.disjoint_union_all.yield_relabeled",
        "name": "yield_relabeled",
        "lineno": 156,
        "scope": "disjoint_union_all",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.all.compose_all",
        "name": "compose_all",
        "lineno": 168,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.all.intersection_all",
        "name": "intersection_all",
        "lineno": 234,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.binary": [
      {
        "id": "networkx.algorithms.operators.binary.union",
        "name": "union",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.disjoint_union",
        "name": "disjoint_union",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.intersection",
        "name": "intersection",
        "lineno": 138,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.difference",
        "name": "difference",
        "lineno": 183,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.symmetric_difference",
        "name": "symmetric_difference",
        "lineno": 238,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.compose",
        "name": "compose",
        "lineno": 301,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.full_join",
        "name": "full_join",
        "lineno": 383,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.full_join.add_prefix",
        "name": "add_prefix",
        "lineno": 448,
        "scope": "full_join",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.binary.full_join.add_prefix.label",
        "name": "label",
        "lineno": 452,
        "scope": "full_join.add_prefix",
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.product": [
      {
        "id": "networkx.algorithms.operators.product._dict_product",
        "name": "_dict_product",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product._node_product",
        "name": "_node_product",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product._directed_edges_cross_edges",
        "name": "_directed_edges_cross_edges",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product._undirected_edges_cross_edges",
        "name": "_undirected_edges_cross_edges",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product._edges_cross_nodes",
        "name": "_edges_cross_nodes",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product._nodes_cross_edges",
        "name": "_nodes_cross_edges",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product._edges_cross_nodes_and_nodes",
        "name": "_edges_cross_nodes_and_nodes",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product._init_product_graph",
        "name": "_init_product_graph",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.tensor_product",
        "name": "tensor_product",
        "lineno": 129,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.cartesian_product",
        "name": "cartesian_product",
        "lineno": 185,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.lexicographic_product",
        "name": "lexicographic_product",
        "lineno": 237,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.strong_product",
        "name": "strong_product",
        "lineno": 290,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.power",
        "name": "power",
        "lineno": 350,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.rooted_product",
        "name": "rooted_product",
        "lineno": 439,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.corona_product",
        "name": "corona_product",
        "lineno": 479,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.product.modular_product",
        "name": "modular_product",
        "lineno": 544,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.unary": [
      {
        "id": "networkx.algorithms.operators.unary.complement",
        "name": "complement",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.unary.reverse",
        "name": "reverse",
        "lineno": 45,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators": [],
    "networkx.algorithms.operators.tests.test_all": [
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_union_all_attributes",
        "name": "test_union_all_attributes",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_intersection_all",
        "name": "test_intersection_all",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_intersection_all_different_node_sets",
        "name": "test_intersection_all_different_node_sets",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_intersection_all_attributes",
        "name": "test_intersection_all_attributes",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_intersection_all_attributes_different_node_sets",
        "name": "test_intersection_all_attributes_different_node_sets",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_intersection_all_multigraph_attributes",
        "name": "test_intersection_all_multigraph_attributes",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_intersection_all_multigraph_attributes_different_node_sets",
        "name": "test_intersection_all_multigraph_attributes_different_node_sets",
        "lineno": 124,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_intersection_all_digraph",
        "name": "test_intersection_all_digraph",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_union_all_and_compose_all",
        "name": "test_union_all_and_compose_all",
        "lineno": 150,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_union_all_multigraph",
        "name": "test_union_all_multigraph",
        "lineno": 239,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_input_output",
        "name": "test_input_output",
        "lineno": 251,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_mixed_type_union",
        "name": "test_mixed_type_union",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_mixed_type_disjoint_union",
        "name": "test_mixed_type_disjoint_union",
        "lineno": 275,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_mixed_type_intersection",
        "name": "test_mixed_type_intersection",
        "lineno": 287,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_mixed_type_compose",
        "name": "test_mixed_type_compose",
        "lineno": 299,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_empty_union",
        "name": "test_empty_union",
        "lineno": 311,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_empty_disjoint_union",
        "name": "test_empty_disjoint_union",
        "lineno": 316,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_empty_compose_all",
        "name": "test_empty_compose_all",
        "lineno": 321,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_all.test_empty_intersection_all",
        "name": "test_empty_intersection_all",
        "lineno": 326,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.tests.test_binary": [
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_union_attributes",
        "name": "test_union_attributes",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_intersection",
        "name": "test_intersection",
        "lineno": 29,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_intersection_node_sets_different",
        "name": "test_intersection_node_sets_different",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_intersection_attributes",
        "name": "test_intersection_attributes",
        "lineno": 58,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_intersection_attributes_node_sets_different",
        "name": "test_intersection_attributes_node_sets_different",
        "lineno": 76,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_intersection_multigraph_attributes",
        "name": "test_intersection_multigraph_attributes",
        "lineno": 95,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_intersection_multigraph_attributes_node_set_different",
        "name": "test_intersection_multigraph_attributes_node_set_different",
        "lineno": 110,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_difference",
        "name": "test_difference",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_difference2",
        "name": "test_difference2",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_difference_attributes",
        "name": "test_difference_attributes",
        "lineno": 166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_difference_multigraph_attributes",
        "name": "test_difference_multigraph_attributes",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_difference_raise",
        "name": "test_difference_raise",
        "lineno": 202,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_symmetric_difference_multigraph",
        "name": "test_symmetric_difference_multigraph",
        "lineno": 209,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_union_and_compose",
        "name": "test_union_and_compose",
        "lineno": 228,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_union_multigraph",
        "name": "test_union_multigraph",
        "lineno": 315,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_disjoint_union_multigraph",
        "name": "test_disjoint_union_multigraph",
        "lineno": 327,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_compose_multigraph",
        "name": "test_compose_multigraph",
        "lineno": 339,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_full_join_graph",
        "name": "test_full_join_graph",
        "lineno": 355,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_full_join_multigraph",
        "name": "test_full_join_multigraph",
        "lineno": 405,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_binary.test_mixed_type_union",
        "name": "test_mixed_type_union",
        "lineno": 443,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.tests.test_product": [
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_tensor_product_raises",
        "name": "test_tensor_product_raises",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_tensor_product_null",
        "name": "test_tensor_product_null",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_tensor_product_size",
        "name": "test_tensor_product_size",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_tensor_product_combinations",
        "name": "test_tensor_product_combinations",
        "lineno": 56,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_tensor_product_classic_result",
        "name": "test_tensor_product_classic_result",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_tensor_product_random",
        "name": "test_tensor_product_random",
        "lineno": 88,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_cartesian_product_multigraph",
        "name": "test_cartesian_product_multigraph",
        "lineno": 101,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_cartesian_product_raises",
        "name": "test_cartesian_product_raises",
        "lineno": 125,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_cartesian_product_null",
        "name": "test_cartesian_product_null",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_cartesian_product_size",
        "name": "test_cartesian_product_size",
        "lineno": 163,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_cartesian_product_classic",
        "name": "test_cartesian_product_classic",
        "lineno": 180,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_cartesian_product_random",
        "name": "test_cartesian_product_random",
        "lineno": 194,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_lexicographic_product_raises",
        "name": "test_lexicographic_product_raises",
        "lineno": 209,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_lexicographic_product_null",
        "name": "test_lexicographic_product_null",
        "lineno": 214,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_lexicographic_product_size",
        "name": "test_lexicographic_product_size",
        "lineno": 247,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_lexicographic_product_combinations",
        "name": "test_lexicographic_product_combinations",
        "lineno": 257,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_lexicographic_product_random",
        "name": "test_lexicographic_product_random",
        "lineno": 272,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_strong_product_raises",
        "name": "test_strong_product_raises",
        "lineno": 285,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_strong_product_null",
        "name": "test_strong_product_null",
        "lineno": 290,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_strong_product_size",
        "name": "test_strong_product_size",
        "lineno": 323,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_strong_product_combinations",
        "name": "test_strong_product_combinations",
        "lineno": 333,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_strong_product_random",
        "name": "test_strong_product_random",
        "lineno": 348,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_graph_power_raises",
        "name": "test_graph_power_raises",
        "lineno": 365,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_graph_power",
        "name": "test_graph_power",
        "lineno": 370,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_graph_power_negative",
        "name": "test_graph_power_negative",
        "lineno": 411,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_rooted_product_raises",
        "name": "test_rooted_product_raises",
        "lineno": 416,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_rooted_product",
        "name": "test_rooted_product",
        "lineno": 421,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_corona_product",
        "name": "test_corona_product",
        "lineno": 430,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_modular_product",
        "name": "test_modular_product",
        "lineno": 438,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_product.test_modular_product_raises",
        "name": "test_modular_product_raises",
        "lineno": 469,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.tests.test_unary": [
      {
        "id": "networkx.algorithms.operators.tests.test_unary.test_complement",
        "name": "test_complement",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_unary.test_complement_2",
        "name": "test_complement_2",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.operators.tests.test_unary.test_reverse1",
        "name": "test_reverse1",
        "lineno": 52,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.operators.tests": [],
    "networkx.algorithms.shortest_paths.astar": [
      {
        "id": "networkx.algorithms.shortest_paths.astar.astar_path",
        "name": "astar_path",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.astar.astar_path.heuristic",
        "name": "heuristic",
        "lineno": 102,
        "scope": "astar_path",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.astar.astar_path_length",
        "name": "astar_path_length",
        "lineno": 175,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.dense": [
      {
        "id": "networkx.algorithms.shortest_paths.dense._init_pred_dist",
        "name": "_init_pred_dist",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.dense.floyd_warshall_numpy",
        "name": "floyd_warshall_numpy",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.dense.floyd_warshall_tree",
        "name": "floyd_warshall_tree",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.dense.floyd_warshall_predecessor_and_distance",
        "name": "floyd_warshall_predecessor_and_distance",
        "lineno": 272,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.dense.reconstruct_path",
        "name": "reconstruct_path",
        "lineno": 357,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.dense.floyd_warshall",
        "name": "floyd_warshall",
        "lineno": 401,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.generic": [
      {
        "id": "networkx.algorithms.shortest_paths.generic.has_path",
        "name": "has_path",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic.shortest_path",
        "name": "shortest_path",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic.shortest_path_length",
        "name": "shortest_path_length",
        "lineno": 182,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic.average_shortest_path_length",
        "name": "average_shortest_path_length",
        "lineno": 326,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic.average_shortest_path_length.path_length",
        "name": "path_length",
        "lineno": 421,
        "scope": "average_shortest_path_length",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic.all_shortest_paths",
        "name": "all_shortest_paths",
        "lineno": 442,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic.single_source_all_shortest_paths",
        "name": "single_source_all_shortest_paths",
        "lineno": 520,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic.all_pairs_all_shortest_paths",
        "name": "all_pairs_all_shortest_paths",
        "lineno": 593,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "name": "_build_paths_from_predecessors",
        "lineno": 652,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.unweighted": [
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path_length",
        "name": "single_source_shortest_path_length",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path_length",
        "name": "_single_shortest_path_length",
        "lineno": 83,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path_length",
        "name": "single_target_shortest_path_length",
        "lineno": 117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path_length",
        "name": "all_pairs_shortest_path_length",
        "lineno": 176,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.bidirectional_shortest_path",
        "name": "bidirectional_shortest_path",
        "lineno": 227,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted._bidirectional_pred_succ",
        "name": "_bidirectional_pred_succ",
        "lineno": 292,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path",
        "name": "single_source_shortest_path",
        "lineno": 345,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path",
        "name": "_single_shortest_path",
        "lineno": 398,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path",
        "name": "single_target_shortest_path",
        "lineno": 435,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path.join",
        "name": "join",
        "lineno": 481,
        "scope": "single_target_shortest_path",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path",
        "name": "all_pairs_shortest_path",
        "lineno": 494,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.unweighted.predecessor",
        "name": "predecessor",
        "lineno": 541,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.weighted": [
      {
        "id": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "name": "_weight_function",
        "lineno": 41,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.dijkstra_path",
        "name": "dijkstra_path",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.dijkstra_path_length",
        "name": "dijkstra_path_length",
        "lineno": 176,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path",
        "name": "single_source_dijkstra_path",
        "lineno": 256,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path_length",
        "name": "single_source_dijkstra_path_length",
        "lineno": 321,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra",
        "name": "single_source_dijkstra",
        "lineno": 393,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path",
        "name": "multi_source_dijkstra_path",
        "lineno": 495,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path_length",
        "name": "multi_source_dijkstra_path_length",
        "lineno": 569,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra",
        "name": "multi_source_dijkstra",
        "lineno": 651,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted._dijkstra",
        "name": "_dijkstra",
        "lineno": 770,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "name": "_dijkstra_multisource",
        "lineno": 784,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.dijkstra_predecessor_and_distance",
        "name": "dijkstra_predecessor_and_distance",
        "lineno": 911,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra",
        "name": "all_pairs_dijkstra",
        "lineno": 984,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path_length",
        "name": "all_pairs_dijkstra_path_length",
        "lineno": 1053,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path",
        "name": "all_pairs_dijkstra_path",
        "lineno": 1112,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.bellman_ford_predecessor_and_distance",
        "name": "bellman_ford_predecessor_and_distance",
        "lineno": 1166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "name": "_bellman_ford",
        "lineno": 1295,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "name": "_inner_bellman_ford",
        "lineno": 1389,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.bellman_ford_path",
        "name": "bellman_ford_path",
        "lineno": 1514,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.bellman_ford_path_length",
        "name": "bellman_ford_path_length",
        "lineno": 1573,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path",
        "name": "single_source_bellman_ford_path",
        "lineno": 1644,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path_length",
        "name": "single_source_bellman_ford_path_length",
        "lineno": 1700,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford",
        "name": "single_source_bellman_ford",
        "lineno": 1763,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.all_pairs_bellman_ford_path_length",
        "name": "all_pairs_bellman_ford_path_length",
        "lineno": 1857,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.all_pairs_bellman_ford_path",
        "name": "all_pairs_bellman_ford_path",
        "lineno": 1912,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik",
        "name": "goldberg_radzik",
        "lineno": 1961,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "name": "topo_sort",
        "lineno": 2064,
        "scope": "goldberg_radzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.relax",
        "name": "relax",
        "lineno": 2116,
        "scope": "goldberg_radzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.negative_edge_cycle",
        "name": "negative_edge_cycle",
        "lineno": 2144,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.find_negative_cycle",
        "name": "find_negative_cycle",
        "lineno": 2215,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "name": "bidirectional_dijkstra",
        "lineno": 2310,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra.path",
        "name": "path",
        "lineno": 2401,
        "scope": "bidirectional_dijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.johnson",
        "name": "johnson",
        "lineno": 2463,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.johnson.new_weight",
        "name": "new_weight",
        "lineno": 2534,
        "scope": "johnson",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.weighted.johnson.dist_path",
        "name": "dist_path",
        "lineno": 2537,
        "scope": "johnson",
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths": [],
    "networkx.algorithms.shortest_paths.tests.test_astar": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.setup_class",
        "name": "setup_class",
        "lineno": 9,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_multiple_optimal_paths",
        "name": "test_multiple_optimal_paths",
        "lineno": 25,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_multiple_optimal_paths.h",
        "name": "h",
        "lineno": 29,
        "scope": "TestAStar.test_multiple_optimal_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed",
        "name": "test_astar_directed",
        "lineno": 43,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed_weight_function",
        "name": "test_astar_directed_weight_function",
        "lineno": 47,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed_weight_function.w1",
        "name": "w1",
        "lineno": 48,
        "scope": "TestAStar.test_astar_directed_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed_weight_function.w2",
        "name": "w2",
        "lineno": 56,
        "scope": "TestAStar.test_astar_directed_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed_weight_function.w3",
        "name": "w3",
        "lineno": 64,
        "scope": "TestAStar.test_astar_directed_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_multigraph",
        "name": "test_astar_multigraph",
        "lineno": 72,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_undirected",
        "name": "test_astar_undirected",
        "lineno": 78,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed2",
        "name": "test_astar_directed2",
        "lineno": 87,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_undirected2",
        "name": "test_astar_undirected2",
        "lineno": 101,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_undirected3",
        "name": "test_astar_undirected3",
        "lineno": 108,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed3",
        "name": "test_astar_directed3",
        "lineno": 128,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed3.h",
        "name": "h",
        "lineno": 131,
        "scope": "TestAStar.test_astar_directed3",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_directed4",
        "name": "test_astar_directed4",
        "lineno": 144,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_w1",
        "name": "test_astar_w1",
        "lineno": 161,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_nopath",
        "name": "test_astar_nopath",
        "lineno": 181,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_cutoff",
        "name": "test_astar_cutoff",
        "lineno": 185,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_admissible_heuristic_with_cutoff",
        "name": "test_astar_admissible_heuristic_with_cutoff",
        "lineno": 192,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_admissible_heuristic_with_cutoff.h",
        "name": "h",
        "lineno": 195,
        "scope": "TestAStar.test_astar_admissible_heuristic_with_cutoff",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_inadmissible_heuristic_with_cutoff",
        "name": "test_astar_inadmissible_heuristic_with_cutoff",
        "lineno": 205,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_inadmissible_heuristic_with_cutoff.h",
        "name": "h",
        "lineno": 208,
        "scope": "TestAStar.test_astar_inadmissible_heuristic_with_cutoff",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_cutoff2",
        "name": "test_astar_cutoff2",
        "lineno": 219,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_cycle",
        "name": "test_cycle",
        "lineno": 223,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_unorderable_nodes",
        "name": "test_unorderable_nodes",
        "lineno": 228,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_NetworkXNoPath",
        "name": "test_astar_NetworkXNoPath",
        "lineno": 242,
        "scope": "TestAStar",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar.test_astar_NodeNotFound",
        "name": "test_astar_NodeNotFound",
        "lineno": 249,
        "scope": "TestAStar",
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_dense": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.setup_class",
        "name": "setup_class",
        "lineno": 16,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_floyd_warshall_predecessor_and_distance",
        "name": "test_floyd_warshall_predecessor_and_distance",
        "lineno": 19,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_reconstruct_path",
        "name": "test_reconstruct_path",
        "lineno": 96,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_cycle",
        "name": "test_cycle",
        "lineno": 124,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_weighted",
        "name": "test_weighted",
        "lineno": 130,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_weighted2",
        "name": "test_weighted2",
        "lineno": 139,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_weight_parameter",
        "name": "test_weight_parameter",
        "lineno": 157,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_zero_distance",
        "name": "test_zero_distance",
        "lineno": 175,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_zero_weight",
        "name": "test_zero_weight",
        "lineno": 206,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_weight_function",
        "name": "test_weight_function",
        "lineno": 221,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_weight_function.weight",
        "name": "weight",
        "lineno": 229,
        "scope": "TestFloyd.test_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_weight_function.weight_02_hidden",
        "name": "weight_02_hidden",
        "lineno": 236,
        "scope": "TestFloyd.test_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_negative_cycle",
        "name": "test_negative_cycle",
        "lineno": 245,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_zero_cycle",
        "name": "test_zero_cycle",
        "lineno": 272,
        "scope": "TestFloyd",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.test_floyd_warshall_consistency",
        "name": "test_floyd_warshall_consistency",
        "lineno": 285,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_dense_numpy": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_cycle_numpy",
        "name": "test_cycle_numpy",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_weighted_numpy_three_edges",
        "name": "test_weighted_numpy_three_edges",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_weighted_numpy_two_edges",
        "name": "test_weighted_numpy_two_edges",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_weight_parameter_numpy",
        "name": "test_weight_parameter_numpy",
        "lineno": 41,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_directed_cycle_numpy",
        "name": "test_directed_cycle_numpy",
        "lineno": 59,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_zero_weight",
        "name": "test_zero_weight",
        "lineno": 67,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_nodelist",
        "name": "test_nodelist",
        "lineno": 81,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_negative_cycle",
        "name": "test_negative_cycle",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_zero_cycle",
        "name": "test_zero_cycle",
        "lineno": 119,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_generic": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.validate_grid_path",
        "name": "validate_grid_path",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.setup_class",
        "name": "setup_class",
        "lineno": 23,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_sentinel_trick_all_algorithms",
        "name": "test_sentinel_trick_all_algorithms",
        "lineno": 35,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_sentinel_trick_all_algorithms.reconstruct_path",
        "name": "reconstruct_path",
        "lineno": 36,
        "scope": "TestGenericPath.test_sentinel_trick_all_algorithms",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_shortest_path",
        "name": "test_shortest_path",
        "lineno": 96,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_shortest_path_target",
        "name": "test_shortest_path_target",
        "lineno": 130,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_shortest_path_length",
        "name": "test_shortest_path_length",
        "lineno": 147,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_shortest_path_length_target",
        "name": "test_shortest_path_length_target",
        "lineno": 173,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_single_source_shortest_path",
        "name": "test_single_source_shortest_path",
        "lineno": 190,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_single_source_shortest_path_length",
        "name": "test_single_source_shortest_path_length",
        "lineno": 210,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_single_source_all_shortest_paths",
        "name": "test_single_source_all_shortest_paths",
        "lineno": 236,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_pairs_shortest_path",
        "name": "test_all_pairs_shortest_path",
        "lineno": 275,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_pairs_shortest_path_length",
        "name": "test_all_pairs_shortest_path_length",
        "lineno": 297,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_pairs_all_shortest_paths",
        "name": "test_all_pairs_all_shortest_paths",
        "lineno": 321,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_has_path",
        "name": "test_has_path",
        "lineno": 337,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_has_path_singleton",
        "name": "test_has_path_singleton",
        "lineno": 344,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_shortest_paths",
        "name": "test_all_shortest_paths",
        "lineno": 348,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_shortest_paths_raise",
        "name": "test_all_shortest_paths_raise",
        "lineno": 374,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_bad_method",
        "name": "test_bad_method",
        "lineno": 380,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_single_source_all_shortest_paths_bad_method",
        "name": "test_single_source_all_shortest_paths_bad_method",
        "lineno": 385,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_shortest_paths_zero_weight_edge",
        "name": "test_all_shortest_paths_zero_weight_edge",
        "lineno": 394,
        "scope": "TestGenericPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_cycle_graph",
        "name": "test_cycle_graph",
        "lineno": 417,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_path_graph",
        "name": "test_path_graph",
        "lineno": 421,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_weighted",
        "name": "test_weighted",
        "lineno": 425,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_specified_methods",
        "name": "test_specified_methods",
        "lineno": 435,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_directed_not_strongly_connected",
        "name": "test_directed_not_strongly_connected",
        "lineno": 458,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_undirected_not_connected",
        "name": "test_undirected_not_connected",
        "lineno": 463,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_trivial_graph",
        "name": "test_trivial_graph",
        "lineno": 469,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_null_graph",
        "name": "test_null_graph",
        "lineno": 480,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength.test_bad_method",
        "name": "test_bad_method",
        "lineno": 484,
        "scope": "TestAverageShortestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLengthNumpy.setup_class",
        "name": "setup_class",
        "lineno": 492,
        "scope": "TestAverageShortestPathLengthNumpy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLengthNumpy.test_specified_methods_numpy",
        "name": "test_specified_methods_numpy",
        "lineno": 498,
        "scope": "TestAverageShortestPathLengthNumpy",
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_unweighted": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.validate_grid_path",
        "name": "validate_grid_path",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.setup_class",
        "name": "setup_class",
        "lineno": 23,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_bidirectional_shortest_path",
        "name": "test_bidirectional_shortest_path",
        "lineno": 30,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_bidirectional_shortest_path_src_tgt_not_in_graph",
        "name": "test_bidirectional_shortest_path_src_tgt_not_in_graph",
        "lineno": 49,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_shortest_path_length",
        "name": "test_shortest_path_length",
        "lineno": 56,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_single_source_shortest_path",
        "name": "test_single_source_shortest_path",
        "lineno": 65,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_single_source_shortest_path_length",
        "name": "test_single_source_shortest_path_length",
        "lineno": 73,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_single_target_shortest_path",
        "name": "test_single_target_shortest_path",
        "lineno": 80,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_single_target_shortest_path_length",
        "name": "test_single_target_shortest_path_length",
        "lineno": 92,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_all_pairs_shortest_path",
        "name": "test_all_pairs_shortest_path",
        "lineno": 103,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_all_pairs_shortest_path_length",
        "name": "test_all_pairs_shortest_path_length",
        "lineno": 109,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_predecessor_path",
        "name": "test_predecessor_path",
        "lineno": 115,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_predecessor_cycle",
        "name": "test_predecessor_cycle",
        "lineno": 120,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_predecessor_cutoff",
        "name": "test_predecessor_cutoff",
        "lineno": 128,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_predecessor_target",
        "name": "test_predecessor_target",
        "lineno": 133,
        "scope": "TestUnweightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_predecessor_missing_source",
        "name": "test_predecessor_missing_source",
        "lineno": 146,
        "scope": "TestUnweightedPath",
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_weighted": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "name": "validate_path",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path.weight_f",
        "name": "weight_f",
        "lineno": 16,
        "scope": "validate_path",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path.weight_f",
        "name": "weight_f",
        "lineno": 21,
        "scope": "validate_path",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "name": "validate_length_path",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.WeightedTestBase.setup_method",
        "name": "setup_method",
        "lineno": 39,
        "scope": "WeightedTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "name": "test_dijkstra",
        "lineno": 113,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "name": "test_bidirectional_dijkstra",
        "lineno": 165,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "name": "test_weight_functions",
        "lineno": 199,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.heuristic",
        "name": "heuristic",
        "lineno": 200,
        "scope": "TestWeightedPath.test_weight_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.getpath",
        "name": "getpath",
        "lineno": 203,
        "scope": "TestWeightedPath.test_weight_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.goldberg_radzik",
        "name": "goldberg_radzik",
        "lineno": 206,
        "scope": "TestWeightedPath.test_weight_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.astar",
        "name": "astar",
        "lineno": 211,
        "scope": "TestWeightedPath.test_weight_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "name": "vlp",
        "lineno": 216,
        "scope": "TestWeightedPath.test_weight_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.weight",
        "name": "weight",
        "lineno": 225,
        "scope": "TestWeightedPath.test_weight_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.weight",
        "name": "weight",
        "lineno": 235,
        "scope": "TestWeightedPath.test_weight_functions",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra_no_path",
        "name": "test_bidirectional_dijkstra_no_path",
        "lineno": 245,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_absent_source",
        "name": "test_absent_source",
        "lineno": 263,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra_predecessor1",
        "name": "test_dijkstra_predecessor1",
        "lineno": 271,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra_predecessor2",
        "name": "test_dijkstra_predecessor2",
        "lineno": 278,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra_predecessor3",
        "name": "test_dijkstra_predecessor3",
        "lineno": 288,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_single_source_dijkstra_path_length",
        "name": "test_single_source_dijkstra_path_length",
        "lineno": 310,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra_multigraph",
        "name": "test_bidirectional_dijkstra_multigraph",
        "lineno": 316,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra_pred_distance_multigraph",
        "name": "test_dijkstra_pred_distance_multigraph",
        "lineno": 323,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_negative_edge_cycle",
        "name": "test_negative_edge_cycle",
        "lineno": 331,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_negative_edge_cycle_empty",
        "name": "test_negative_edge_cycle_empty",
        "lineno": 348,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_negative_edge_cycle_custom_weight_key",
        "name": "test_negative_edge_cycle_custom_weight_key",
        "lineno": 352,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_function",
        "name": "test_weight_function",
        "lineno": 358,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_function.weight",
        "name": "weight",
        "lineno": 374,
        "scope": "TestWeightedPath.test_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_all_pairs_dijkstra_path",
        "name": "test_all_pairs_dijkstra_path",
        "lineno": 388,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_all_pairs_dijkstra_path_length",
        "name": "test_all_pairs_dijkstra_path_length",
        "lineno": 397,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_all_pairs_dijkstra",
        "name": "test_all_pairs_dijkstra",
        "lineno": 406,
        "scope": "TestWeightedPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestDijkstraPathLength.test_weight_function",
        "name": "test_weight_function",
        "lineno": 424,
        "scope": "TestDijkstraPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestDijkstraPathLength.test_weight_function.weight",
        "name": "weight",
        "lineno": 440,
        "scope": "TestDijkstraPathLength.test_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestMultiSourceDijkstra.test_no_sources",
        "name": "test_no_sources",
        "lineno": 457,
        "scope": "TestMultiSourceDijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestMultiSourceDijkstra.test_path_no_sources",
        "name": "test_path_no_sources",
        "lineno": 461,
        "scope": "TestMultiSourceDijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestMultiSourceDijkstra.test_path_length_no_sources",
        "name": "test_path_length_no_sources",
        "lineno": 465,
        "scope": "TestMultiSourceDijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestMultiSourceDijkstra.test_absent_source",
        "name": "test_absent_source",
        "lineno": 477,
        "scope": "TestMultiSourceDijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestMultiSourceDijkstra.test_two_sources",
        "name": "test_two_sources",
        "lineno": 484,
        "scope": "TestMultiSourceDijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestMultiSourceDijkstra.test_simple_paths",
        "name": "test_simple_paths",
        "lineno": 495,
        "scope": "TestMultiSourceDijkstra",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_single_node_graph",
        "name": "test_single_node_graph",
        "lineno": 504,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_absent_source_bellman_ford",
        "name": "test_absent_source_bellman_ford",
        "lineno": 513,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_absent_source_goldberg_radzik",
        "name": "test_absent_source_goldberg_radzik",
        "lineno": 528,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_negative_cycle_heuristic",
        "name": "test_negative_cycle_heuristic",
        "lineno": 533,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_negative_cycle_consistency",
        "name": "test_negative_cycle_consistency",
        "lineno": 545,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_negative_cycle",
        "name": "test_negative_cycle",
        "lineno": 562,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_zero_cycle",
        "name": "test_zero_cycle",
        "lineno": 612,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_find_negative_cycle_longer_cycle",
        "name": "test_find_negative_cycle_longer_cycle",
        "lineno": 626,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_find_negative_cycle_no_cycle",
        "name": "test_find_negative_cycle_no_cycle",
        "lineno": 633,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_find_negative_cycle_single_edge",
        "name": "test_find_negative_cycle_single_edge",
        "lineno": 637,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_negative_weight",
        "name": "test_negative_weight",
        "lineno": 642,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_not_connected",
        "name": "test_not_connected",
        "lineno": 672,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_multigraph",
        "name": "test_multigraph",
        "lineno": 744,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_others",
        "name": "test_others",
        "lineno": 777,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_path_graph",
        "name": "test_path_graph",
        "lineno": 797,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_4_cycle",
        "name": "test_4_cycle",
        "lineno": 848,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_negative_weight_bf_path",
        "name": "test_negative_weight_bf_path",
        "lineno": 872,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_zero_cycle_smoke",
        "name": "test_zero_cycle_smoke",
        "lineno": 883,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik.test_skip_visited_unweighted",
        "name": "test_skip_visited_unweighted",
        "lineno": 892,
        "scope": "TestBellmanFordAndGoldbergRadzik",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_single_node_graph",
        "name": "test_single_node_graph",
        "lineno": 905,
        "scope": "TestJohnsonAlgorithm",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_negative_cycle",
        "name": "test_negative_cycle",
        "lineno": 910,
        "scope": "TestJohnsonAlgorithm",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_negative_weights",
        "name": "test_negative_weights",
        "lineno": 936,
        "scope": "TestJohnsonAlgorithm",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_unweighted_graph",
        "name": "test_unweighted_graph",
        "lineno": 954,
        "scope": "TestJohnsonAlgorithm",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_partially_weighted_graph_with_negative_edges",
        "name": "test_partially_weighted_graph_with_negative_edges",
        "lineno": 961,
        "scope": "TestJohnsonAlgorithm",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_graphs",
        "name": "test_graphs",
        "lineno": 977,
        "scope": "TestJohnsonAlgorithm",
        "is_async": false
      }
    ],
    "networkx.algorithms.shortest_paths.tests": [],
    "networkx.algorithms.tests.test_asteroidal": [
      {
        "id": "networkx.algorithms.tests.test_asteroidal.test_is_at_free",
        "name": "test_is_at_free",
        "lineno": 4,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_boundary": [
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_null_graph",
        "name": "test_null_graph",
        "lineno": 15,
        "scope": "TestNodeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_path_graph",
        "name": "test_path_graph",
        "lineno": 24,
        "scope": "TestNodeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 34,
        "scope": "TestNodeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen",
        "name": "test_petersen",
        "lineno": 45,
        "scope": "TestNodeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen.cheeger",
        "name": "cheeger",
        "lineno": 52,
        "scope": "TestNodeBoundary.test_petersen",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_directed",
        "name": "test_directed",
        "lineno": 62,
        "scope": "TestNodeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_multigraph",
        "name": "test_multigraph",
        "lineno": 70,
        "scope": "TestNodeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 78,
        "scope": "TestNodeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_null_graph",
        "name": "test_null_graph",
        "lineno": 91,
        "scope": "TestEdgeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_path_graph",
        "name": "test_path_graph",
        "lineno": 99,
        "scope": "TestEdgeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 110,
        "scope": "TestEdgeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph.ilen",
        "name": "ilen",
        "lineno": 113,
        "scope": "TestEdgeBoundary.test_complete_graph",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_directed",
        "name": "test_directed",
        "lineno": 131,
        "scope": "TestEdgeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_multigraph",
        "name": "test_multigraph",
        "lineno": 139,
        "scope": "TestEdgeBoundary",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 147,
        "scope": "TestEdgeBoundary",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_bridges": [
      {
        "id": "networkx.algorithms.tests.test_bridges.TestBridges.test_single_bridge",
        "name": "test_single_bridge",
        "lineno": 11,
        "scope": "TestBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestBridges.test_barbell_graph",
        "name": "test_barbell_graph",
        "lineno": 35,
        "scope": "TestBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestBridges.test_multiedge_bridge",
        "name": "test_multiedge_bridge",
        "lineno": 42,
        "scope": "TestBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestHasBridges.test_single_bridge",
        "name": "test_single_bridge",
        "lineno": 59,
        "scope": "TestHasBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestHasBridges.test_has_bridges_raises_root_not_in_G",
        "name": "test_has_bridges_raises_root_not_in_G",
        "lineno": 82,
        "scope": "TestHasBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestHasBridges.test_multiedge_bridge",
        "name": "test_multiedge_bridge",
        "lineno": 88,
        "scope": "TestHasBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestHasBridges.test_bridges_multiple_components",
        "name": "test_bridges_multiple_components",
        "lineno": 104,
        "scope": "TestHasBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestLocalBridges.setup_class",
        "name": "setup_class",
        "lineno": 115,
        "scope": "TestLocalBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestLocalBridges.test_nospan",
        "name": "test_nospan",
        "lineno": 120,
        "scope": "TestLocalBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestLocalBridges.test_no_weight",
        "name": "test_no_weight",
        "lineno": 126,
        "scope": "TestLocalBridges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestLocalBridges.test_weight",
        "name": "test_weight",
        "lineno": 134,
        "scope": "TestLocalBridges",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_broadcasting": [
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_example_tree_broadcast",
        "name": "test_example_tree_broadcast",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_path_broadcast",
        "name": "test_path_broadcast",
        "lineno": 48,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_empty_graph_broadcast",
        "name": "test_empty_graph_broadcast",
        "lineno": 61,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_star_broadcast",
        "name": "test_star_broadcast",
        "lineno": 70,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_binomial_tree_broadcast",
        "name": "test_binomial_tree_broadcast",
        "lineno": 79,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_raises_graph_type",
        "name": "test_raises_graph_type",
        "lineno": 89,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_raises_not_tree",
        "name": "test_raises_not_tree",
        "lineno": 98,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_broadcasting.test_raises_node_not_in_G",
        "name": "test_raises_node_not_in_G",
        "lineno": 105,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_chains": [
      {
        "id": "networkx.algorithms.tests.test_chains.cycles",
        "name": "cycles",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chains.cyclic_equals",
        "name": "cyclic_equals",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chains.TestChainDecomposition.assertContainsChain",
        "name": "assertContainsChain",
        "lineno": 45,
        "scope": "TestChainDecomposition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_decomposition",
        "name": "test_decomposition",
        "lineno": 58,
        "scope": "TestChainDecomposition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_barbell_graph",
        "name": "test_barbell_graph",
        "lineno": 88,
        "scope": "TestChainDecomposition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_disconnected_graph",
        "name": "test_disconnected_graph",
        "lineno": 97,
        "scope": "TestChainDecomposition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_disconnected_graph_root_node",
        "name": "test_disconnected_graph_root_node",
        "lineno": 115,
        "scope": "TestChainDecomposition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_chain_decomposition_root_not_in_G",
        "name": "test_chain_decomposition_root_not_in_G",
        "lineno": 131,
        "scope": "TestChainDecomposition",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_chordal": [
      {
        "id": "networkx.algorithms.tests.test_chordal.test_chordal_graph_treewidth",
        "name": "test_chordal_graph_treewidth",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.test_chordal_graph_treewidth_highest_degree_node_not_in_clique",
        "name": "test_chordal_graph_treewidth_highest_degree_node_not_in_clique",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.setup_class",
        "name": "setup_class",
        "lineno": 39,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_is_chordal_not_implemented",
        "name": "test_is_chordal_not_implemented",
        "lineno": 86,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_is_chordal",
        "name": "test_is_chordal",
        "lineno": 90,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_induced_nodes",
        "name": "test_induced_nodes",
        "lineno": 100,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_graph_treewidth",
        "name": "test_graph_treewidth",
        "lineno": 111,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_chordal_find_cliques",
        "name": "test_chordal_find_cliques",
        "lineno": 118,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_chordal_find_cliques_path",
        "name": "test_chordal_find_cliques_path",
        "lineno": 132,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_chordal_find_cliquesCC",
        "name": "test_chordal_find_cliquesCC",
        "lineno": 138,
        "scope": "TestMCS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS.test_complete_to_chordal_graph",
        "name": "test_complete_to_chordal_graph",
        "lineno": 143,
        "scope": "TestMCS",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_clique": [
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.setup_method",
        "name": "setup_method",
        "lineno": 8,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_find_cliques1",
        "name": "test_find_cliques1",
        "lineno": 17,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_selfloops",
        "name": "test_selfloops",
        "lineno": 24,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_find_cliques2",
        "name": "test_find_cliques2",
        "lineno": 33,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_find_cliques3",
        "name": "test_find_cliques3",
        "lineno": 37,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_find_cliques_directed",
        "name": "test_find_cliques_directed",
        "lineno": 70,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_number_of_cliques",
        "name": "test_number_of_cliques",
        "lineno": 79,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_node_clique_number",
        "name": "test_node_clique_number",
        "lineno": 140,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_make_clique_bipartite",
        "name": "test_make_clique_bipartite",
        "lineno": 176,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_make_max_clique_graph",
        "name": "test_make_max_clique_graph",
        "lineno": 189,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_directed",
        "name": "test_directed",
        "lineno": 205,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_find_cliques_trivial",
        "name": "test_find_cliques_trivial",
        "lineno": 209,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques.test_make_max_clique_graph_create_using",
        "name": "test_make_max_clique_graph_create_using",
        "lineno": 214,
        "scope": "TestCliques",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestEnumerateAllCliques.test_paper_figure_4",
        "name": "test_paper_figure_4",
        "lineno": 222,
        "scope": "TestEnumerateAllCliques",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_cluster": [
      {
        "id": "networkx.algorithms.tests.test_cluster.test_square_clustering_adjacent_squares",
        "name": "test_square_clustering_adjacent_squares",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_square_clustering_2d_grid",
        "name": "test_square_clustering_2d_grid",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_square_clustering_multiple_squares_non_complete",
        "name": "test_square_clustering_multiple_squares_non_complete",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTriangles.test_empty",
        "name": "test_empty",
        "lineno": 39,
        "scope": "TestTriangles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTriangles.test_path",
        "name": "test_path",
        "lineno": 43,
        "scope": "TestTriangles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTriangles.test_cubical",
        "name": "test_cubical",
        "lineno": 59,
        "scope": "TestTriangles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTriangles.test_k5",
        "name": "test_k5",
        "lineno": 67,
        "scope": "TestTriangles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_non_integer_nodes",
        "name": "test_all_triangles_non_integer_nodes",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_overlapping",
        "name": "test_all_triangles_overlapping",
        "lineno": 93,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_subset",
        "name": "test_all_triangles_subset",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_subset_empty",
        "name": "test_all_triangles_subset_empty",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_no_triangles",
        "name": "test_all_triangles_no_triangles",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_complete_graph_exact",
        "name": "test_all_triangles_complete_graph_exact",
        "lineno": 147,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_directed_graph",
        "name": "test_all_triangles_directed_graph",
        "lineno": 160,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.test_all_triangles_multiedges",
        "name": "test_all_triangles_multiedges",
        "lineno": 168,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedClustering.test_clustering",
        "name": "test_clustering",
        "lineno": 175,
        "scope": "TestDirectedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedClustering.test_path",
        "name": "test_path",
        "lineno": 180,
        "scope": "TestDirectedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedClustering.test_k5",
        "name": "test_k5",
        "lineno": 208,
        "scope": "TestDirectedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedClustering.test_triangle_and_edge",
        "name": "test_triangle_and_edge",
        "lineno": 232,
        "scope": "TestDirectedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedWeightedClustering.setup_class",
        "name": "setup_class",
        "lineno": 240,
        "scope": "TestDirectedWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedWeightedClustering.test_clustering",
        "name": "test_clustering",
        "lineno": 244,
        "scope": "TestDirectedWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedWeightedClustering.test_path",
        "name": "test_path",
        "lineno": 249,
        "scope": "TestDirectedWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedWeightedClustering.test_k5",
        "name": "test_k5",
        "lineno": 276,
        "scope": "TestDirectedWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedWeightedClustering.test_triangle_and_edge",
        "name": "test_triangle_and_edge",
        "lineno": 302,
        "scope": "TestDirectedWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering.setup_class",
        "name": "setup_class",
        "lineno": 313,
        "scope": "TestWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering.test_clustering",
        "name": "test_clustering",
        "lineno": 317,
        "scope": "TestWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering.test_path",
        "name": "test_path",
        "lineno": 322,
        "scope": "TestWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering.test_cubical",
        "name": "test_cubical",
        "lineno": 349,
        "scope": "TestWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering.test_k5",
        "name": "test_k5",
        "lineno": 366,
        "scope": "TestWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering.test_triangle_and_edge",
        "name": "test_triangle_and_edge",
        "lineno": 383,
        "scope": "TestWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering.test_triangle_and_signed_edge",
        "name": "test_triangle_and_signed_edge",
        "lineno": 390,
        "scope": "TestWeightedClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestClustering.setup_class",
        "name": "setup_class",
        "lineno": 400,
        "scope": "TestClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestClustering.test_clustering",
        "name": "test_clustering",
        "lineno": 403,
        "scope": "TestClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestClustering.test_path",
        "name": "test_path",
        "lineno": 408,
        "scope": "TestClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestClustering.test_cubical",
        "name": "test_cubical",
        "lineno": 435,
        "scope": "TestClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestClustering.test_k5",
        "name": "test_k5",
        "lineno": 443,
        "scope": "TestClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestClustering.test_k5_signed",
        "name": "test_k5_signed",
        "lineno": 457,
        "scope": "TestClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTransitivity.test_transitivity",
        "name": "test_transitivity",
        "lineno": 473,
        "scope": "TestTransitivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTransitivity.test_path",
        "name": "test_path",
        "lineno": 477,
        "scope": "TestTransitivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTransitivity.test_cubical",
        "name": "test_cubical",
        "lineno": 481,
        "scope": "TestTransitivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTransitivity.test_k5",
        "name": "test_k5",
        "lineno": 485,
        "scope": "TestTransitivity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_clustering",
        "name": "test_clustering",
        "lineno": 493,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_path",
        "name": "test_path",
        "lineno": 498,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_cubical",
        "name": "test_cubical",
        "lineno": 525,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_k5",
        "name": "test_k5",
        "lineno": 542,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_bipartite_k5",
        "name": "test_bipartite_k5",
        "lineno": 546,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_lind_square_clustering",
        "name": "test_lind_square_clustering",
        "lineno": 550,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_peng_square_clustering",
        "name": "test_peng_square_clustering",
        "lineno": 581,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering.test_self_loops_square_clustering",
        "name": "test_self_loops_square_clustering",
        "lineno": 589,
        "scope": "TestSquareClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestAverageClustering.setup_class",
        "name": "setup_class",
        "lineno": 598,
        "scope": "TestAverageClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestAverageClustering.test_empty",
        "name": "test_empty",
        "lineno": 601,
        "scope": "TestAverageClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestAverageClustering.test_average_clustering",
        "name": "test_average_clustering",
        "lineno": 606,
        "scope": "TestAverageClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestAverageClustering.test_average_clustering_signed",
        "name": "test_average_clustering_signed",
        "lineno": 616,
        "scope": "TestAverageClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedAverageClustering.setup_class",
        "name": "setup_class",
        "lineno": 633,
        "scope": "TestDirectedAverageClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedAverageClustering.test_empty",
        "name": "test_empty",
        "lineno": 636,
        "scope": "TestDirectedAverageClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedAverageClustering.test_average_clustering",
        "name": "test_average_clustering",
        "lineno": 641,
        "scope": "TestDirectedAverageClustering",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestGeneralizedDegree.test_generalized_degree",
        "name": "test_generalized_degree",
        "lineno": 653,
        "scope": "TestGeneralizedDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestGeneralizedDegree.test_path",
        "name": "test_path",
        "lineno": 657,
        "scope": "TestGeneralizedDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestGeneralizedDegree.test_cubical",
        "name": "test_cubical",
        "lineno": 662,
        "scope": "TestGeneralizedDegree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestGeneralizedDegree.test_k5",
        "name": "test_k5",
        "lineno": 666,
        "scope": "TestGeneralizedDegree",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_communicability": [
      {
        "id": "networkx.algorithms.tests.test_communicability.TestCommunicability.test_communicability",
        "name": "test_communicability",
        "lineno": 13,
        "scope": "TestCommunicability",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_communicability.TestCommunicability.test_communicability2",
        "name": "test_communicability2",
        "lineno": 28,
        "scope": "TestCommunicability",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_core": [
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.setup_class",
        "name": "setup_class",
        "lineno": 9,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_trivial",
        "name": "test_trivial",
        "lineno": 52,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_core_number",
        "name": "test_core_number",
        "lineno": 57,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_core_number2",
        "name": "test_core_number2",
        "lineno": 65,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_core_number_multigraph",
        "name": "test_core_number_multigraph",
        "lineno": 72,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_core_number_self_loop",
        "name": "test_core_number_self_loop",
        "lineno": 81,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_directed_core_number",
        "name": "test_directed_core_number",
        "lineno": 89,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_main_core",
        "name": "test_main_core",
        "lineno": 101,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_core",
        "name": "test_k_core",
        "lineno": 105,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_core_multigraph",
        "name": "test_k_core_multigraph",
        "lineno": 116,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_main_crust",
        "name": "test_main_crust",
        "lineno": 122,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_crust",
        "name": "test_k_crust",
        "lineno": 126,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_crust_multigraph",
        "name": "test_k_crust_multigraph",
        "lineno": 137,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_main_shell",
        "name": "test_main_shell",
        "lineno": 143,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_shell",
        "name": "test_k_shell",
        "lineno": 147,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_shell_multigraph",
        "name": "test_k_shell_multigraph",
        "lineno": 158,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_corona",
        "name": "test_k_corona",
        "lineno": 164,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_corona_multigraph",
        "name": "test_k_corona_multigraph",
        "lineno": 175,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_truss",
        "name": "test_k_truss",
        "lineno": 181,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_truss_digraph",
        "name": "test_k_truss_digraph",
        "lineno": 204,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_truss_multigraph",
        "name": "test_k_truss_multigraph",
        "lineno": 213,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_k_truss_self_loop",
        "name": "test_k_truss_self_loop",
        "lineno": 222,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_onion_layers",
        "name": "test_onion_layers",
        "lineno": 230,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_onion_digraph",
        "name": "test_onion_digraph",
        "lineno": 242,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_onion_multigraph",
        "name": "test_onion_multigraph",
        "lineno": 251,
        "scope": "TestCore",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_core.TestCore.test_onion_self_loop",
        "name": "test_onion_self_loop",
        "lineno": 260,
        "scope": "TestCore",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_covering": [
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 9,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_graph_with_loop",
        "name": "test_graph_with_loop",
        "lineno": 13,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_graph_with_isolated_v",
        "name": "test_graph_with_isolated_v",
        "lineno": 18,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_graph_single_edge",
        "name": "test_graph_single_edge",
        "lineno": 27,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_graph_two_edge_path",
        "name": "test_graph_two_edge_path",
        "lineno": 31,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_bipartite_explicit",
        "name": "test_bipartite_explicit",
        "lineno": 38,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_complete_graph_even",
        "name": "test_complete_graph_even",
        "lineno": 54,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover.test_complete_graph_odd",
        "name": "test_complete_graph_odd",
        "lineno": 60,
        "scope": "TestMinEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestIsEdgeCover.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 70,
        "scope": "TestIsEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestIsEdgeCover.test_graph_with_loop",
        "name": "test_graph_with_loop",
        "lineno": 74,
        "scope": "TestIsEdgeCover",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestIsEdgeCover.test_graph_single_edge",
        "name": "test_graph_single_edge",
        "lineno": 79,
        "scope": "TestIsEdgeCover",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_cuts": [
      {
        "id": "networkx.algorithms.tests.test_cuts.TestCutSize.test_symmetric",
        "name": "test_symmetric",
        "lineno": 9,
        "scope": "TestCutSize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestCutSize.test_single_edge",
        "name": "test_single_edge",
        "lineno": 17,
        "scope": "TestCutSize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestCutSize.test_directed",
        "name": "test_directed",
        "lineno": 25,
        "scope": "TestCutSize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestCutSize.test_directed_symmetric",
        "name": "test_directed_symmetric",
        "lineno": 33,
        "scope": "TestCutSize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestCutSize.test_multigraph",
        "name": "test_multigraph",
        "lineno": 41,
        "scope": "TestCutSize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestVolume.test_graph",
        "name": "test_graph",
        "lineno": 50,
        "scope": "TestVolume",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestVolume.test_digraph",
        "name": "test_digraph",
        "lineno": 54,
        "scope": "TestVolume",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestVolume.test_multigraph",
        "name": "test_multigraph",
        "lineno": 58,
        "scope": "TestVolume",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestVolume.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 63,
        "scope": "TestVolume",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestVolume.test_barbell",
        "name": "test_barbell",
        "lineno": 68,
        "scope": "TestVolume",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestNormalizedCutSize.test_graph",
        "name": "test_graph",
        "lineno": 77,
        "scope": "TestNormalizedCutSize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestNormalizedCutSize.test_directed",
        "name": "test_directed",
        "lineno": 88,
        "scope": "TestNormalizedCutSize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestConductance.test_graph",
        "name": "test_graph",
        "lineno": 103,
        "scope": "TestConductance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestEdgeExpansion.test_graph",
        "name": "test_graph",
        "lineno": 122,
        "scope": "TestEdgeExpansion",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestNodeExpansion.test_graph",
        "name": "test_graph",
        "lineno": 136,
        "scope": "TestNodeExpansion",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestBoundaryExpansion.test_graph",
        "name": "test_graph",
        "lineno": 149,
        "scope": "TestBoundaryExpansion",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestMixingExpansion.test_graph",
        "name": "test_graph",
        "lineno": 162,
        "scope": "TestMixingExpansion",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_cycles": [
      {
        "id": "networkx.algorithms.tests.test_cycles.check_independent",
        "name": "check_independent",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.setup_class",
        "name": "setup_class",
        "lineno": 28,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "name": "is_cyclic_permutation",
        "lineno": 36,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_cycle_basis",
        "name": "test_cycle_basis",
        "lineno": 43,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_cycle_basis2",
        "name": "test_cycle_basis2",
        "lineno": 60,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_cycle_basis3",
        "name": "test_cycle_basis3",
        "lineno": 65,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_cycle_basis_ordered",
        "name": "test_cycle_basis_ordered",
        "lineno": 70,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_cycle_basis_self_loop",
        "name": "test_cycle_basis_self_loop",
        "lineno": 81,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_cycles",
        "name": "test_simple_cycles",
        "lineno": 90,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_cycles_singleton",
        "name": "test_simple_cycles_singleton",
        "lineno": 99,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_unsortable",
        "name": "test_unsortable",
        "lineno": 103,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_cycles_small",
        "name": "test_simple_cycles_small",
        "lineno": 111,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_cycles_empty",
        "name": "test_simple_cycles_empty",
        "lineno": 124,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.worst_case_graph",
        "name": "worst_case_graph",
        "lineno": 128,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_worst_case_graph",
        "name": "test_worst_case_graph",
        "lineno": 146,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_recursive_simple_and_not",
        "name": "test_recursive_simple_and_not",
        "lineno": 153,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_graph_with_reported_bug",
        "name": "test_simple_graph_with_reported_bug",
        "lineno": 164,
        "scope": "TestCycles",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.pairwise",
        "name": "pairwise",
        "lineno": 194,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "name": "cycle_edges",
        "lineno": 200,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.directed_cycle_edgeset",
        "name": "directed_cycle_edgeset",
        "lineno": 204,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.undirected_cycle_edgeset",
        "name": "undirected_cycle_edgeset",
        "lineno": 208,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.multigraph_cycle_edgeset",
        "name": "multigraph_cycle_edgeset",
        "lineno": 214,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.K",
        "name": "K",
        "lineno": 223,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.D",
        "name": "D",
        "lineno": 227,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.edgeset_function",
        "name": "edgeset_function",
        "lineno": 231,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle",
        "name": "check_cycle",
        "lineno": 239,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "name": "check_cycle_algorithm",
        "lineno": 264,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "name": "check_cycle_enumeration_integer_sequence",
        "lineno": 319,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_digons",
        "name": "test_directed_chordless_cycle_digons",
        "lineno": 336,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_multigraph_self_loops",
        "name": "test_chordless_cycles_multigraph_self_loops",
        "lineno": 349,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_undirected",
        "name": "test_directed_chordless_cycle_undirected",
        "lineno": 358,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "name": "test_chordless_cycles_directed",
        "lineno": 385,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_diclique",
        "name": "test_directed_chordless_cycle_diclique",
        "lineno": 416,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_loop_blockade",
        "name": "test_directed_chordless_loop_blockade",
        "lineno": 428,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "name": "test_simple_cycles_notable_clique_sequences",
        "lineno": 441,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences.triangles",
        "name": "triangles",
        "lineno": 449,
        "scope": "TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences.four_cycles",
        "name": "four_cycles",
        "lineno": 459,
        "scope": "TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "name": "test_directed_chordless_cycle_parallel_multiedges",
        "lineno": 486,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_graph",
        "name": "test_chordless_cycles_graph",
        "lineno": 523,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_giant_hamiltonian",
        "name": "test_chordless_cycles_giant_hamiltonian",
        "lineno": 541,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_acyclic_tournament",
        "name": "test_simple_cycles_acyclic_tournament",
        "lineno": 589,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_graph",
        "name": "test_simple_cycles_graph",
        "lineno": 599,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_bounded",
        "name": "test_simple_cycles_bounded",
        "lineno": 650,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_bound_corner_cases",
        "name": "test_simple_cycles_bound_corner_cases",
        "lineno": 676,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_bound_error",
        "name": "test_simple_cycles_bound_error",
        "lineno": 684,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_clique",
        "name": "test_chordless_cycles_clique",
        "lineno": 705,
        "scope": "TestCycleEnumeration",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.setup_class",
        "name": "setup_class",
        "lineno": 727,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_graph_nocycle",
        "name": "test_graph_nocycle",
        "lineno": 731,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_graph_cycle",
        "name": "test_graph_cycle",
        "lineno": 735,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_graph_orientation_none",
        "name": "test_graph_orientation_none",
        "lineno": 742,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_graph_orientation_original",
        "name": "test_graph_orientation_original",
        "lineno": 749,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_digraph",
        "name": "test_digraph",
        "lineno": 756,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_digraph_orientation_none",
        "name": "test_digraph_orientation_none",
        "lineno": 762,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_digraph_orientation_original",
        "name": "test_digraph_orientation_original",
        "lineno": 768,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_multigraph",
        "name": "test_multigraph",
        "lineno": 774,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 782,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_digraph_ignore",
        "name": "test_digraph_ignore",
        "lineno": 789,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_digraph_reverse",
        "name": "test_digraph_reverse",
        "lineno": 795,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_multidigraph_ignore",
        "name": "test_multidigraph_ignore",
        "lineno": 801,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_multidigraph_ignore2",
        "name": "test_multidigraph_ignore2",
        "lineno": 809,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_multidigraph_original",
        "name": "test_multidigraph_original",
        "lineno": 816,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_dag",
        "name": "test_dag",
        "lineno": 830,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_prev_explored",
        "name": "test_prev_explored",
        "lineno": 836,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle.test_no_cycle",
        "name": "test_no_cycle",
        "lineno": 854,
        "scope": "TestFindCycle",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.assert_basis_equal",
        "name": "assert_basis_equal",
        "lineno": 863,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.setup_class",
        "name": "setup_class",
        "lineno": 869,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_unweighted_diamond",
        "name": "test_unweighted_diamond",
        "lineno": 875,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_weighted_diamond",
        "name": "test_weighted_diamond",
        "lineno": 879,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_dimensionality",
        "name": "test_dimensionality",
        "lineno": 883,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 896,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_tree_graph",
        "name": "test_tree_graph",
        "lineno": 902,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_petersen_graph",
        "name": "test_petersen_graph",
        "lineno": 906,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_gh6787_variable_weighted_complete_graph",
        "name": "test_gh6787_variable_weighted_complete_graph",
        "lineno": 926,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_gh6787_and_edge_attribute_names",
        "name": "test_gh6787_and_edge_attribute_names",
        "lineno": 934,
        "scope": "TestMinimumCycleBasis",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestGirth.test_girth",
        "name": "test_girth",
        "lineno": 981,
        "scope": "TestGirth",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_dag": [
      {
        "id": "networkx.algorithms.tests.test_dag._consume",
        "name": "_consume",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_empty",
        "name": "test_empty",
        "lineno": 20,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_unweighted1",
        "name": "test_unweighted1",
        "lineno": 24,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_unweighted2",
        "name": "test_unweighted2",
        "lineno": 29,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_weighted",
        "name": "test_weighted",
        "lineno": 34,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_undirected_not_implemented",
        "name": "test_undirected_not_implemented",
        "lineno": 40,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_unorderable_nodes",
        "name": "test_unorderable_nodes",
        "lineno": 44,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_multigraph_unweighted",
        "name": "test_multigraph_unweighted",
        "lineno": 63,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_multigraph_weighted",
        "name": "test_multigraph_weighted",
        "lineno": 68,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath.test_multigraph_weighted_default_weight",
        "name": "test_multigraph_weighted_default_weight",
        "lineno": 80,
        "scope": "TestDagLongestPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPathLength.test_unweighted",
        "name": "test_unweighted",
        "lineno": 95,
        "scope": "TestDagLongestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPathLength.test_undirected_not_implemented",
        "name": "test_undirected_not_implemented",
        "lineno": 109,
        "scope": "TestDagLongestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPathLength.test_weighted",
        "name": "test_weighted",
        "lineno": 113,
        "scope": "TestDagLongestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPathLength.test_multigraph_unweighted",
        "name": "test_multigraph_unweighted",
        "lineno": 119,
        "scope": "TestDagLongestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPathLength.test_multigraph_weighted",
        "name": "test_multigraph_weighted",
        "lineno": 124,
        "scope": "TestDagLongestPathLength",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.setup_class",
        "name": "setup_class",
        "lineno": 139,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort1",
        "name": "test_topological_sort1",
        "lineno": 142,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_is_directed_acyclic_graph",
        "name": "test_is_directed_acyclic_graph",
        "lineno": 163,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort2",
        "name": "test_topological_sort2",
        "lineno": 170,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort3",
        "name": "test_topological_sort3",
        "lineno": 192,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort3.validate",
        "name": "validate",
        "lineno": 199,
        "scope": "TestDAG.test_topological_sort3",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort4",
        "name": "test_topological_sort4",
        "lineno": 210,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort5",
        "name": "test_topological_sort5",
        "lineno": 216,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort6",
        "name": "test_topological_sort6",
        "lineno": 221,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort6.runtime_error",
        "name": "runtime_error",
        "lineno": 224,
        "scope": "TestDAG.test_topological_sort6",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort6.unfeasible_error",
        "name": "unfeasible_error",
        "lineno": 232,
        "scope": "TestDAG.test_topological_sort6",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort6.runtime_error2",
        "name": "runtime_error2",
        "lineno": 240,
        "scope": "TestDAG.test_topological_sort6",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_1",
        "name": "test_all_topological_sorts_1",
        "lineno": 252,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_2",
        "name": "test_all_topological_sorts_2",
        "lineno": 256,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_3",
        "name": "test_all_topological_sorts_3",
        "lineno": 266,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_3.unfeasible",
        "name": "unfeasible",
        "lineno": 267,
        "scope": "TestDAG.test_all_topological_sorts_3",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_3.not_implemented",
        "name": "not_implemented",
        "lineno": 272,
        "scope": "TestDAG.test_all_topological_sorts_3",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_3.not_implemented_2",
        "name": "not_implemented_2",
        "lineno": 277,
        "scope": "TestDAG.test_all_topological_sorts_3",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_4",
        "name": "test_all_topological_sorts_4",
        "lineno": 285,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_multigraph_1",
        "name": "test_all_topological_sorts_multigraph_1",
        "lineno": 293,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_multigraph_2",
        "name": "test_all_topological_sorts_multigraph_2",
        "lineno": 299,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_ancestors",
        "name": "test_ancestors",
        "lineno": 307,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_descendants",
        "name": "test_descendants",
        "lineno": 316,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_transitive_closure",
        "name": "test_transitive_closure",
        "lineno": 325,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_reflexive_transitive_closure",
        "name": "test_reflexive_transitive_closure",
        "lineno": 369,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_transitive_closure_dag",
        "name": "test_transitive_closure_dag",
        "lineno": 438,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_transitive_reduction",
        "name": "test_transitive_reduction",
        "lineno": 461,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG._check_antichains",
        "name": "_check_antichains",
        "lineno": 473,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains",
        "name": "test_antichains",
        "lineno": 478,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains.f",
        "name": "f",
        "lineno": 530,
        "scope": "TestDAG.test_antichains",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_lexicographical_topological_sort",
        "name": "test_lexicographical_topological_sort",
        "lineno": 538,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_lexicographical_topological_sort2",
        "name": "test_lexicographical_topological_sort2",
        "lineno": 558,
        "scope": "TestDAG",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_lexicographical_topological_sort2.Test_Node.__init__",
        "name": "__init__",
        "lineno": 566,
        "scope": "TestDAG.test_lexicographical_topological_sort2.Test_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_lexicographical_topological_sort2.Test_Node.__repr__",
        "name": "__repr__",
        "lineno": 570,
        "scope": "TestDAG.test_lexicographical_topological_sort2.Test_Node",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.test_lexicographical_topological_sort2.sorting_key",
        "name": "sorting_key",
        "lineno": 573,
        "scope": "TestDAG.test_lexicographical_topological_sort2",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_topological_generations",
        "name": "test_topological_generations",
        "lineno": 585,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_topological_generations_empty",
        "name": "test_topological_generations_empty",
        "lineno": 600,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_topological_generations_cycle",
        "name": "test_topological_generations_cycle",
        "lineno": 605,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_cycle",
        "name": "test_is_aperiodic_cycle",
        "lineno": 611,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_cycle2",
        "name": "test_is_aperiodic_cycle2",
        "lineno": 617,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_cycle3",
        "name": "test_is_aperiodic_cycle3",
        "lineno": 624,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_cycle4",
        "name": "test_is_aperiodic_cycle4",
        "lineno": 631,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_selfloop",
        "name": "test_is_aperiodic_selfloop",
        "lineno": 638,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_forward_edge",
        "name": "test_is_aperiodic_forward_edge",
        "lineno": 645,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_multiedge",
        "name": "test_is_aperiodic_multiedge",
        "lineno": 650,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_two_cycles1",
        "name": "test_is_aperiodic_two_cycles1",
        "lineno": 659,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_two_cycles2",
        "name": "test_is_aperiodic_two_cycles2",
        "lineno": 666,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_undirected_raises",
        "name": "test_is_aperiodic_undirected_raises",
        "lineno": 674,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_not_sc_raises",
        "name": "test_is_aperiodic_not_sc_raises",
        "lineno": 692,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_null_graph",
        "name": "test_is_aperiodic_null_graph",
        "lineno": 697,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_bipartite",
        "name": "test_is_aperiodic_bipartite",
        "lineno": 703,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_is_aperiodic_single_node",
        "name": "test_is_aperiodic_single_node",
        "lineno": 709,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_single_root",
        "name": "test_single_root",
        "lineno": 720,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_multiple_roots",
        "name": "test_multiple_roots",
        "lineno": 731,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_already_arborescence",
        "name": "test_already_arborescence",
        "lineno": 771,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_already_branching",
        "name": "test_already_branching",
        "lineno": 780,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_not_acyclic",
        "name": "test_not_acyclic",
        "lineno": 791,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_undirected",
        "name": "test_undirected",
        "lineno": 797,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_multigraph",
        "name": "test_multigraph",
        "lineno": 801,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 805,
        "scope": "TestDagToBranching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_ancestors_descendants_undirected",
        "name": "test_ancestors_descendants_undirected",
        "lineno": 810,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_v_structures_raise",
        "name": "test_v_structures_raise",
        "lineno": 817,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_v_structures",
        "name": "test_v_structures",
        "lineno": 837,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_colliders_raise",
        "name": "test_colliders_raise",
        "lineno": 843,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dag.test_colliders",
        "name": "test_colliders",
        "lineno": 862,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_distance_measures": [
      {
        "id": "networkx.algorithms.tests.test_distance_measures.test__extrema_bounding_invalid_compute_kwarg",
        "name": "test__extrema_bounding_invalid_compute_kwarg",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.setup_method",
        "name": "setup_method",
        "lineno": 19,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_use_bounds_on_off_consistency",
        "name": "test_use_bounds_on_off_consistency",
        "lineno": 25,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_eccentricity",
        "name": "test_eccentricity",
        "lineno": 51,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_diameter",
        "name": "test_diameter",
        "lineno": 81,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_harmonic_diameter",
        "name": "test_harmonic_diameter",
        "lineno": 84,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_harmonic_diameter_empty",
        "name": "test_harmonic_diameter_empty",
        "lineno": 88,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_harmonic_diameter_single_node",
        "name": "test_harmonic_diameter_single_node",
        "lineno": 91,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_harmonic_diameter_discrete",
        "name": "test_harmonic_diameter_discrete",
        "lineno": 94,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_harmonic_diameter_not_strongly_connected",
        "name": "test_harmonic_diameter_not_strongly_connected",
        "lineno": 97,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_harmonic_diameter_weighted_paths",
        "name": "test_harmonic_diameter_weighted_paths",
        "lineno": 102,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_radius",
        "name": "test_radius",
        "lineno": 113,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_periphery",
        "name": "test_periphery",
        "lineno": 116,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_center_simple_tree",
        "name": "test_center_simple_tree",
        "lineno": 119,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_center_balanced_tree",
        "name": "test_center_balanced_tree",
        "lineno": 125,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_center",
        "name": "test_center",
        "lineno": 129,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_center_path_graphs",
        "name": "test_center_path_graphs",
        "lineno": 133,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_bound_diameter",
        "name": "test_bound_diameter",
        "lineno": 138,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_bound_radius",
        "name": "test_bound_radius",
        "lineno": 141,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_bound_periphery",
        "name": "test_bound_periphery",
        "lineno": 144,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_bound_center",
        "name": "test_bound_center",
        "lineno": 148,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_radius_exception",
        "name": "test_radius_exception",
        "lineno": 152,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_eccentricity_infinite",
        "name": "test_eccentricity_infinite",
        "lineno": 158,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_eccentricity_undirected_not_connected",
        "name": "test_eccentricity_undirected_not_connected",
        "lineno": 163,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_eccentricity_directed_weakly_connected",
        "name": "test_eccentricity_directed_weakly_connected",
        "lineno": 168,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_diameter_radius_empty_graph",
        "name": "test_diameter_radius_empty_graph",
        "lineno": 173,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.setup_method",
        "name": "setup_method",
        "lineno": 182,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_eccentricity_weight_None",
        "name": "test_eccentricity_weight_None",
        "lineno": 193,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_eccentricity_weight_attr",
        "name": "test_eccentricity_weight_attr",
        "lineno": 207,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_eccentricity_weight_fn",
        "name": "test_eccentricity_weight_fn",
        "lineno": 226,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_diameter_weight_None",
        "name": "test_diameter_weight_None",
        "lineno": 240,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_diameter_weight_attr",
        "name": "test_diameter_weight_attr",
        "lineno": 243,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_diameter_weight_fn",
        "name": "test_diameter_weight_fn",
        "lineno": 251,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_radius_weight_None",
        "name": "test_radius_weight_None",
        "lineno": 254,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_radius_weight_attr",
        "name": "test_radius_weight_attr",
        "lineno": 257,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_radius_weight_fn",
        "name": "test_radius_weight_fn",
        "lineno": 265,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_periphery_weight_None",
        "name": "test_periphery_weight_None",
        "lineno": 268,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_periphery_weight_attr",
        "name": "test_periphery_weight_attr",
        "lineno": 274,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_periphery_weight_fn",
        "name": "test_periphery_weight_fn",
        "lineno": 294,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_center_weight_None",
        "name": "test_center_weight_None",
        "lineno": 300,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_center_weight_attr",
        "name": "test_center_weight_attr",
        "lineno": 306,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_center_weight_fn",
        "name": "test_center_weight_fn",
        "lineno": 326,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_diameter_weight_None",
        "name": "test_bound_diameter_weight_None",
        "lineno": 332,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_diameter_weight_attr",
        "name": "test_bound_diameter_weight_attr",
        "lineno": 335,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_diameter_weight_fn",
        "name": "test_bound_diameter_weight_fn",
        "lineno": 347,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_radius_weight_None",
        "name": "test_bound_radius_weight_None",
        "lineno": 350,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_radius_weight_attr",
        "name": "test_bound_radius_weight_attr",
        "lineno": 353,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_radius_weight_fn",
        "name": "test_bound_radius_weight_fn",
        "lineno": 365,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_periphery_weight_None",
        "name": "test_bound_periphery_weight_None",
        "lineno": 368,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_periphery_weight_attr",
        "name": "test_bound_periphery_weight_attr",
        "lineno": 372,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_periphery_weight_fn",
        "name": "test_bound_periphery_weight_fn",
        "lineno": 380,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_center_weight_None",
        "name": "test_bound_center_weight_None",
        "lineno": 386,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_center_weight_attr",
        "name": "test_bound_center_weight_attr",
        "lineno": 390,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance.test_bound_center_weight_fn",
        "name": "test_bound_center_weight_fn",
        "lineno": 398,
        "scope": "TestWeightedDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.setup_class",
        "name": "setup_class",
        "lineno": 405,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.setup_method",
        "name": "setup_method",
        "lineno": 410,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_directed_graph",
        "name": "test_resistance_distance_directed_graph",
        "lineno": 418,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_empty",
        "name": "test_resistance_distance_empty",
        "lineno": 423,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_not_connected",
        "name": "test_resistance_distance_not_connected",
        "lineno": 428,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_nodeA_not_in_graph",
        "name": "test_resistance_distance_nodeA_not_in_graph",
        "lineno": 433,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_nodeB_not_in_graph",
        "name": "test_resistance_distance_nodeB_not_in_graph",
        "lineno": 437,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance",
        "name": "test_resistance_distance",
        "lineno": 441,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_noinv",
        "name": "test_resistance_distance_noinv",
        "lineno": 446,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_no_weight",
        "name": "test_resistance_distance_no_weight",
        "lineno": 451,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_neg_weight",
        "name": "test_resistance_distance_neg_weight",
        "lineno": 455,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_multigraph",
        "name": "test_multigraph",
        "lineno": 461,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_div0",
        "name": "test_resistance_distance_div0",
        "lineno": 470,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_same_node",
        "name": "test_resistance_distance_same_node",
        "lineno": 475,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_only_nodeA",
        "name": "test_resistance_distance_only_nodeA",
        "lineno": 478,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_only_nodeB",
        "name": "test_resistance_distance_only_nodeB",
        "lineno": 490,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_all",
        "name": "test_resistance_distance_all",
        "lineno": 502,
        "scope": "TestResistanceDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.setup_class",
        "name": "setup_class",
        "lineno": 510,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.setup_method",
        "name": "setup_method",
        "lineno": 515,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_directed_graph",
        "name": "test_effective_graph_resistance_directed_graph",
        "lineno": 522,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_empty",
        "name": "test_effective_graph_resistance_empty",
        "lineno": 527,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_not_connected",
        "name": "test_effective_graph_resistance_not_connected",
        "lineno": 532,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance",
        "name": "test_effective_graph_resistance",
        "lineno": 537,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_noinv",
        "name": "test_effective_graph_resistance_noinv",
        "lineno": 544,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_no_weight",
        "name": "test_effective_graph_resistance_no_weight",
        "lineno": 551,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_neg_weight",
        "name": "test_effective_graph_resistance_neg_weight",
        "lineno": 555,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_multigraph",
        "name": "test_effective_graph_resistance_multigraph",
        "lineno": 563,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_div0",
        "name": "test_effective_graph_resistance_div0",
        "lineno": 576,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_complete_graph",
        "name": "test_effective_graph_resistance_complete_graph",
        "lineno": 581,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance.test_effective_graph_resistance_path_graph",
        "name": "test_effective_graph_resistance_path_graph",
        "lineno": 587,
        "scope": "TestEffectiveGraphResistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestCentroid.centroid_as_subgraph",
        "name": "centroid_as_subgraph",
        "lineno": 597,
        "scope": "TestCentroid",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_must_be_connected",
        "name": "test_must_be_connected",
        "lineno": 604,
        "scope": "TestCentroid",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_barycenter_alias",
        "name": "test_barycenter_alias",
        "lineno": 607,
        "scope": "TestCentroid",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_sp_kwarg",
        "name": "test_sp_kwarg",
        "lineno": 610,
        "scope": "TestCentroid",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_trees",
        "name": "test_trees",
        "lineno": 625,
        "scope": "TestCentroid",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_this_one_specific_tree",
        "name": "test_this_one_specific_tree",
        "lineno": 640,
        "scope": "TestCentroid",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.setup_class",
        "name": "setup_class",
        "lineno": 686,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.setup_method",
        "name": "setup_method",
        "lineno": 691,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_directed",
        "name": "test_kemeny_constant_directed",
        "lineno": 701,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_not_connected",
        "name": "test_kemeny_constant_not_connected",
        "lineno": 709,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_no_nodes",
        "name": "test_kemeny_constant_no_nodes",
        "lineno": 714,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_negative_weight",
        "name": "test_kemeny_constant_negative_weight",
        "lineno": 719,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant",
        "name": "test_kemeny_constant",
        "lineno": 730,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_no_weight",
        "name": "test_kemeny_constant_no_weight",
        "lineno": 750,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_multigraph",
        "name": "test_kemeny_constant_multigraph",
        "lineno": 754,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_weight0",
        "name": "test_kemeny_constant_weight0",
        "lineno": 781,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_selfloop",
        "name": "test_kemeny_constant_selfloop",
        "lineno": 805,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_complete_bipartite_graph",
        "name": "test_kemeny_constant_complete_bipartite_graph",
        "lineno": 827,
        "scope": "TestKemenyConstant",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant.test_kemeny_constant_path_graph",
        "name": "test_kemeny_constant_path_graph",
        "lineno": 835,
        "scope": "TestKemenyConstant",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_distance_regular": [
      {
        "id": "networkx.algorithms.tests.test_distance_regular.test_raises_on_directed_and_multigraphs",
        "name": "test_raises_on_directed_and_multigraphs",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestDistanceRegular.test_is_distance_regular",
        "name": "test_is_distance_regular",
        "lineno": 18,
        "scope": "TestDistanceRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestDistanceRegular.test_not_connected",
        "name": "test_not_connected",
        "lineno": 31,
        "scope": "TestDistanceRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestDistanceRegular.test_global_parameters",
        "name": "test_global_parameters",
        "lineno": 36,
        "scope": "TestDistanceRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestDistanceRegular.test_intersection_array",
        "name": "test_intersection_array",
        "lineno": 44,
        "scope": "TestDistanceRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.test_empty_graph_raises",
        "name": "test_empty_graph_raises",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestStronglyRegular.test_cycle_graph",
        "name": "test_cycle_graph",
        "lineno": 69,
        "scope": "TestStronglyRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestStronglyRegular.test_petersen_graph",
        "name": "test_petersen_graph",
        "lineno": 77,
        "scope": "TestStronglyRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestStronglyRegular.test_path_graph",
        "name": "test_path_graph",
        "lineno": 82,
        "scope": "TestStronglyRegular",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_dominance": [
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_raises_undirected",
        "name": "test_raises_undirected",
        "lineno": 8,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_raises_node",
        "name": "test_raises_node",
        "lineno": 15,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_singleton",
        "name": "test_singleton",
        "lineno": 21,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_path_and_cycle",
        "name": "test_path_and_cycle",
        "lineno": 30,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_unreachable",
        "name": "test_unreachable",
        "lineno": 36,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_irreducible",
        "name": "test_irreducible",
        "lineno": 62,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_domrel_png",
        "name": "test_domrel_png",
        "lineno": 73,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators.test_boost_example",
        "name": "test_boost_example",
        "lineno": 83,
        "scope": "TestImmediateDominators",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_raises_undirected",
        "name": "test_raises_undirected",
        "lineno": 97,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_raises_node",
        "name": "test_raises_node",
        "lineno": 104,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_singleton",
        "name": "test_singleton",
        "lineno": 110,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_path_and_cycle",
        "name": "test_path_and_cycle",
        "lineno": 119,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_unreachable",
        "name": "test_unreachable",
        "lineno": 124,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_irreducible1",
        "name": "test_irreducible1",
        "lineno": 129,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_irreducible2",
        "name": "test_irreducible2",
        "lineno": 144,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_domrel_png",
        "name": "test_domrel_png",
        "lineno": 160,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_boost_example",
        "name": "test_boost_example",
        "lineno": 176,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_discard_issue",
        "name": "test_discard_issue",
        "lineno": 205,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_loop",
        "name": "test_loop",
        "lineno": 236,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_missing_immediate_doms",
        "name": "test_missing_immediate_doms",
        "lineno": 242,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers.test_loops_larger",
        "name": "test_loops_larger",
        "lineno": 268,
        "scope": "TestDominanceFrontiers",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_dominating": [
      {
        "id": "networkx.algorithms.tests.test_dominating.test_dominating_set",
        "name": "test_dominating_set",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_complete",
        "name": "test_complete",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_raise_dominating_set",
        "name": "test_raise_dominating_set",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_is_dominating_set",
        "name": "test_is_dominating_set",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_wikipedia_is_dominating_set",
        "name": "test_wikipedia_is_dominating_set",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_is_connected_dominating_set",
        "name": "test_is_connected_dominating_set",
        "lineno": 49,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_null_graph_connected_dominating_set",
        "name": "test_null_graph_connected_dominating_set",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_single_node_graph_connected_dominating_set",
        "name": "test_single_node_graph_connected_dominating_set",
        "lineno": 65,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_raise_disconnected_graph_connected_dominating_set",
        "name": "test_raise_disconnected_graph_connected_dominating_set",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_complete_graph_connected_dominating_set",
        "name": "test_complete_graph_connected_dominating_set",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_docstring_example_connected_dominating_set",
        "name": "test_docstring_example_connected_dominating_set",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_dominating.test_connected_watts_strogatz_graph_connected_dominating_set",
        "name": "test_connected_watts_strogatz_graph_connected_dominating_set",
        "lineno": 112,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_d_separation": [
      {
        "id": "networkx.algorithms.tests.test_d_separation.path_graph",
        "name": "path_graph",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.fork_graph",
        "name": "fork_graph",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.collider_graph",
        "name": "collider_graph",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.naive_bayes_graph",
        "name": "naive_bayes_graph",
        "lineno": 32,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.asia_graph",
        "name": "asia_graph",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.path_graph_fixture",
        "name": "path_graph_fixture",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.fork_graph_fixture",
        "name": "fork_graph_fixture",
        "lineno": 65,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.collider_graph_fixture",
        "name": "collider_graph_fixture",
        "lineno": 70,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.naive_bayes_graph_fixture",
        "name": "naive_bayes_graph_fixture",
        "lineno": 75,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.asia_graph_fixture",
        "name": "asia_graph_fixture",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.large_collider_graph",
        "name": "large_collider_graph",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.chain_and_fork_graph",
        "name": "chain_and_fork_graph",
        "lineno": 92,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.no_separating_set_graph",
        "name": "no_separating_set_graph",
        "lineno": 99,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.large_no_separating_set_graph",
        "name": "large_no_separating_set_graph",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.collider_trek_graph",
        "name": "collider_trek_graph",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_markov_condition",
        "name": "test_markov_condition",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_path_graph_dsep",
        "name": "test_path_graph_dsep",
        "lineno": 131,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_fork_graph_dsep",
        "name": "test_fork_graph_dsep",
        "lineno": 137,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_collider_graph_dsep",
        "name": "test_collider_graph_dsep",
        "lineno": 143,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_naive_bayes_dsep",
        "name": "test_naive_bayes_dsep",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_asia_graph_dsep",
        "name": "test_asia_graph_dsep",
        "lineno": 156,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_undirected_graphs_are_not_supported",
        "name": "test_undirected_graphs_are_not_supported",
        "lineno": 166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_cyclic_graphs_raise_error",
        "name": "test_cyclic_graphs_raise_error",
        "lineno": 182,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_invalid_nodes_raise_error",
        "name": "test_invalid_nodes_raise_error",
        "lineno": 197,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_nondisjoint_node_sets_raise_error",
        "name": "test_nondisjoint_node_sets_raise_error",
        "lineno": 216,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_is_minimal_d_separator",
        "name": "test_is_minimal_d_separator",
        "lineno": 242,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test_is_minimal_d_separator_checks_dsep",
        "name": "test_is_minimal_d_separator_checks_dsep",
        "lineno": 311,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_d_separation.test__reachable",
        "name": "test__reachable",
        "lineno": 334,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_efficiency": [
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.setup_method",
        "name": "setup_method",
        "lineno": 7,
        "scope": "TestEfficiency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.test_efficiency_disconnected_nodes",
        "name": "test_efficiency_disconnected_nodes",
        "lineno": 16,
        "scope": "TestEfficiency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.test_local_efficiency_disconnected_graph",
        "name": "test_local_efficiency_disconnected_graph",
        "lineno": 22,
        "scope": "TestEfficiency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.test_efficiency",
        "name": "test_efficiency",
        "lineno": 28,
        "scope": "TestEfficiency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.test_global_efficiency",
        "name": "test_global_efficiency",
        "lineno": 32,
        "scope": "TestEfficiency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.test_global_efficiency_complete_graph",
        "name": "test_global_efficiency_complete_graph",
        "lineno": 35,
        "scope": "TestEfficiency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.test_local_efficiency_complete_graph",
        "name": "test_local_efficiency_complete_graph",
        "lineno": 43,
        "scope": "TestEfficiency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency.test_using_ego_graph",
        "name": "test_using_ego_graph",
        "lineno": 53,
        "scope": "TestEfficiency",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_euler": [
      {
        "id": "networkx.algorithms.tests.test_euler.test_empty_graph_raises",
        "name": "test_empty_graph_raises",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestIsEulerian.test_is_eulerian",
        "name": "test_is_eulerian",
        "lineno": 16,
        "scope": "TestIsEulerian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestIsEulerian.test_is_eulerian2",
        "name": "test_is_eulerian2",
        "lineno": 30,
        "scope": "TestIsEulerian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianCircuit.test_eulerian_circuit_cycle",
        "name": "test_eulerian_circuit_cycle",
        "lineno": 48,
        "scope": "TestEulerianCircuit",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianCircuit.test_eulerian_circuit_digraph",
        "name": "test_eulerian_circuit_digraph",
        "lineno": 73,
        "scope": "TestEulerianCircuit",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianCircuit.test_multigraph",
        "name": "test_multigraph",
        "lineno": 87,
        "scope": "TestEulerianCircuit",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianCircuit.test_multigraph_with_keys",
        "name": "test_multigraph_with_keys",
        "lineno": 97,
        "scope": "TestEulerianCircuit",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianCircuit.test_not_eulerian",
        "name": "test_not_eulerian",
        "lineno": 111,
        "scope": "TestEulerianCircuit",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestIsSemiEulerian.test_is_semieulerian",
        "name": "test_is_semieulerian",
        "lineno": 117,
        "scope": "TestIsSemiEulerian",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestHasEulerianPath.test_has_eulerian_path_cyclic",
        "name": "test_has_eulerian_path_cyclic",
        "lineno": 131,
        "scope": "TestHasEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestHasEulerianPath.test_has_eulerian_path_non_cyclic",
        "name": "test_has_eulerian_path_non_cyclic",
        "lineno": 138,
        "scope": "TestHasEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestHasEulerianPath.test_has_eulerian_path_directed_graph",
        "name": "test_has_eulerian_path_directed_graph",
        "lineno": 144,
        "scope": "TestHasEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestHasEulerianPath.test_has_eulerian_path_not_weakly_connected",
        "name": "test_has_eulerian_path_not_weakly_connected",
        "lineno": 160,
        "scope": "TestHasEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestHasEulerianPath.test_has_eulerian_path_unbalancedins_more_than_one",
        "name": "test_has_eulerian_path_unbalancedins_more_than_one",
        "lineno": 165,
        "scope": "TestHasEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestFindPathStart.testfind_path_start",
        "name": "testfind_path_start",
        "lineno": 171,
        "scope": "TestFindPathStart",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath.test_eulerian_path",
        "name": "test_eulerian_path",
        "lineno": 185,
        "scope": "TestEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath.test_eulerian_path_straight_link",
        "name": "test_eulerian_path_straight_link",
        "lineno": 190,
        "scope": "TestEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath.test_eulerian_path_multigraph",
        "name": "test_eulerian_path_multigraph",
        "lineno": 203,
        "scope": "TestEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath.test_eulerian_path_eulerian_circuit",
        "name": "test_eulerian_path_eulerian_circuit",
        "lineno": 214,
        "scope": "TestEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath.test_eulerian_path_undirected",
        "name": "test_eulerian_path_undirected",
        "lineno": 225,
        "scope": "TestEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath.test_eulerian_path_multigraph_undirected",
        "name": "test_eulerian_path_multigraph_undirected",
        "lineno": 238,
        "scope": "TestEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath.test_eulerian_with_keys",
        "name": "test_eulerian_with_keys",
        "lineno": 256,
        "scope": "TestEulerianPath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_disconnected",
        "name": "test_disconnected",
        "lineno": 263,
        "scope": "TestEulerize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_null_graph",
        "name": "test_null_graph",
        "lineno": 268,
        "scope": "TestEulerize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_null_multigraph",
        "name": "test_null_multigraph",
        "lineno": 272,
        "scope": "TestEulerize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_on_empty_graph",
        "name": "test_on_empty_graph",
        "lineno": 276,
        "scope": "TestEulerize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_on_eulerian",
        "name": "test_on_eulerian",
        "lineno": 280,
        "scope": "TestEulerize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_on_eulerian_multigraph",
        "name": "test_on_eulerian_multigraph",
        "lineno": 285,
        "scope": "TestEulerize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_on_complete_graph",
        "name": "test_on_complete_graph",
        "lineno": 291,
        "scope": "TestEulerize",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize.test_on_non_eulerian_graph",
        "name": "test_on_non_eulerian_graph",
        "lineno": 296,
        "scope": "TestEulerize",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_graphical": [
      {
        "id": "networkx.algorithms.tests.test_graphical.test_valid_degree_sequence1",
        "name": "test_valid_degree_sequence1",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_valid_degree_sequence2",
        "name": "test_valid_degree_sequence2",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_string_input",
        "name": "test_string_input",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_non_integer_input",
        "name": "test_non_integer_input",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_negative_input",
        "name": "test_negative_input",
        "lineno": 36,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.TestAtlas.setup_class",
        "name": "setup_class",
        "lineno": 43,
        "scope": "TestAtlas",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.TestAtlas.test_atlas",
        "name": "test_atlas",
        "lineno": 49,
        "scope": "TestAtlas",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_small_graph_true",
        "name": "test_small_graph_true",
        "lineno": 56,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_small_graph_false",
        "name": "test_small_graph_false",
        "lineno": 68,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_directed_degree_sequence",
        "name": "test_directed_degree_sequence",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_small_directed_sequences",
        "name": "test_small_directed_sequences",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_multi_sequence",
        "name": "test_multi_sequence",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_pseudo_sequence",
        "name": "test_pseudo_sequence",
        "lineno": 136,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graphical.test_numpy_degree_sequence",
        "name": "test_numpy_degree_sequence",
        "lineno": 153,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_graph_hashing": [
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_positive_iters",
        "name": "test_positive_iters",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_empty_graph_hash",
        "name": "test_empty_graph_hash",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_directed",
        "name": "test_directed",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_reversed",
        "name": "test_reversed",
        "lineno": 76,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic",
        "name": "test_isomorphic",
        "lineno": 93,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic_edge_attr",
        "name": "test_isomorphic_edge_attr",
        "lineno": 110,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_missing_edge_attr",
        "name": "test_missing_edge_attr",
        "lineno": 151,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic_node_attr",
        "name": "test_isomorphic_node_attr",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_missing_node_attr",
        "name": "test_missing_node_attr",
        "lineno": 202,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic_edge_attr_and_node_attr",
        "name": "test_isomorphic_edge_attr_and_node_attr",
        "lineno": 213,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_digest_size",
        "name": "test_digest_size",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_directed_bugs",
        "name": "test_directed_bugs",
        "lineno": 281,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_trivial_labels_isomorphism",
        "name": "test_trivial_labels_isomorphism",
        "lineno": 319,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_trivial_labels_isomorphism_directed",
        "name": "test_trivial_labels_isomorphism_directed",
        "lineno": 357,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_trivial_labels_hashes",
        "name": "test_trivial_labels_hashes",
        "lineno": 413,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "name": "is_subiteration",
        "lineno": 438,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.hexdigest_sizes_correct",
        "name": "hexdigest_sizes_correct",
        "lineno": 446,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.hexdigest_sizes_correct.list_digest_sizes_correct",
        "name": "list_digest_sizes_correct",
        "lineno": 455,
        "scope": "hexdigest_sizes_correct",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_empty_graph_subgraph_hash",
        "name": "test_empty_graph_subgraph_hash",
        "lineno": 461,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_directed_subgraph_hash",
        "name": "test_directed_subgraph_hash",
        "lineno": 480,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_reversed_subgraph_hash",
        "name": "test_reversed_subgraph_hash",
        "lineno": 496,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic_subgraph_hash",
        "name": "test_isomorphic_subgraph_hash",
        "lineno": 513,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic_edge_attr_subgraph_hash",
        "name": "test_isomorphic_edge_attr_subgraph_hash",
        "lineno": 530,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_missing_edge_attr_subgraph_hash",
        "name": "test_missing_edge_attr_subgraph_hash",
        "lineno": 575,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic_node_attr_subgraph_hash",
        "name": "test_isomorphic_node_attr_subgraph_hash",
        "lineno": 587,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_missing_node_attr_subgraph_hash",
        "name": "test_missing_node_attr_subgraph_hash",
        "lineno": 632,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_isomorphic_edge_attr_and_node_attr_subgraph_hash",
        "name": "test_isomorphic_edge_attr_and_node_attr_subgraph_hash",
        "lineno": 645,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth",
        "name": "test_iteration_depth",
        "lineno": 699,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_edge_attr",
        "name": "test_iteration_depth_edge_attr",
        "lineno": 723,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_attr",
        "name": "test_iteration_depth_node_attr",
        "lineno": 757,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_edge_attr",
        "name": "test_iteration_depth_node_edge_attr",
        "lineno": 790,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_digest_size_subgraph_hash",
        "name": "test_digest_size_subgraph_hash",
        "lineno": 827,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_graph_hashing.test_initial_node_labels_subgraph_hash",
        "name": "test_initial_node_labels_subgraph_hash",
        "lineno": 846,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_hierarchy": [
      {
        "id": "networkx.algorithms.tests.test_hierarchy.test_hierarchy_undirected",
        "name": "test_hierarchy_undirected",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_hierarchy.test_hierarchy_cycle",
        "name": "test_hierarchy_cycle",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_hierarchy.test_hierarchy_tree",
        "name": "test_hierarchy_tree",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_hierarchy.test_hierarchy_1",
        "name": "test_hierarchy_1",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_hierarchy.test_hierarchy_weight",
        "name": "test_hierarchy_weight",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_hierarchy.test_hierarchy_empty_graph",
        "name": "test_hierarchy_empty_graph",
        "lineno": 43,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_hybrid": [
      {
        "id": "networkx.algorithms.tests.test_hybrid.test_2d_grid_graph",
        "name": "test_2d_grid_graph",
        "lineno": 4,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_hybrid.test_small_graph",
        "name": "test_small_graph",
        "lineno": 14,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_isolate": [
      {
        "id": "networkx.algorithms.tests.test_isolate.test_is_isolate",
        "name": "test_is_isolate",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_isolate.test_isolates",
        "name": "test_isolates",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_isolate.test_number_of_isolates",
        "name": "test_number_of_isolates",
        "lineno": 22,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_link_prediction": [
      {
        "id": "networkx.algorithms.tests.test_link_prediction._test_func",
        "name": "_test_func",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.setup_class",
        "name": "setup_class",
        "lineno": 21,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_K5",
        "name": "test_K5",
        "lineno": 25,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_P3",
        "name": "test_P3",
        "lineno": 29,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_S4",
        "name": "test_S4",
        "lineno": 33,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 38,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_node_not_found",
        "name": "test_node_not_found",
        "lineno": 43,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_no_common_neighbor",
        "name": "test_no_common_neighbor",
        "lineno": 49,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_equal_nodes",
        "name": "test_equal_nodes",
        "lineno": 54,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 58,
        "scope": "TestResourceAllocationIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.setup_class",
        "name": "setup_class",
        "lineno": 66,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.test_K5",
        "name": "test_K5",
        "lineno": 70,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.test_P4",
        "name": "test_P4",
        "lineno": 74,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 79,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.test_node_not_found",
        "name": "test_node_not_found",
        "lineno": 84,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.test_no_common_neighbor",
        "name": "test_no_common_neighbor",
        "lineno": 90,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.test_isolated_nodes",
        "name": "test_isolated_nodes",
        "lineno": 95,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 100,
        "scope": "TestJaccardCoefficient",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.setup_class",
        "name": "setup_class",
        "lineno": 108,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_K5",
        "name": "test_K5",
        "lineno": 112,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_P3",
        "name": "test_P3",
        "lineno": 116,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_S4",
        "name": "test_S4",
        "lineno": 120,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 125,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_node_not_found",
        "name": "test_node_not_found",
        "lineno": 130,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_no_common_neighbor",
        "name": "test_no_common_neighbor",
        "lineno": 136,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_equal_nodes",
        "name": "test_equal_nodes",
        "lineno": 141,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 145,
        "scope": "TestAdamicAdarIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.setup_class",
        "name": "setup_class",
        "lineno": 155,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_K5",
        "name": "test_K5",
        "lineno": 159,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_P3",
        "name": "test_P3",
        "lineno": 164,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_S4",
        "name": "test_S4",
        "lineno": 168,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 173,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_node_u_not_found",
        "name": "test_node_u_not_found",
        "lineno": 178,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_node_v_not_found",
        "name": "test_node_v_not_found",
        "lineno": 184,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_no_common_neighbor",
        "name": "test_no_common_neighbor",
        "lineno": 190,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_equal_nodes",
        "name": "test_equal_nodes",
        "lineno": 195,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_equal_nodes_with_alpha_one_raises_error",
        "name": "test_equal_nodes_with_alpha_one_raises_error",
        "lineno": 200,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 205,
        "scope": "TestCommonNeighborCentrality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.setup_class",
        "name": "setup_class",
        "lineno": 213,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.test_K5",
        "name": "test_K5",
        "lineno": 217,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.test_P3",
        "name": "test_P3",
        "lineno": 221,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.test_S4",
        "name": "test_S4",
        "lineno": 225,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 230,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.test_node_not_found",
        "name": "test_node_not_found",
        "lineno": 235,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.test_zero_degrees",
        "name": "test_zero_degrees",
        "lineno": 241,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 246,
        "scope": "TestPreferentialAttachment",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.setup_class",
        "name": "setup_class",
        "lineno": 254,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_K5",
        "name": "test_K5",
        "lineno": 260,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_P3",
        "name": "test_P3",
        "lineno": 269,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_S4",
        "name": "test_S4",
        "lineno": 276,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 286,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_node_not_found",
        "name": "test_node_not_found",
        "lineno": 292,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_no_common_neighbor",
        "name": "test_no_common_neighbor",
        "lineno": 302,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_equal_nodes",
        "name": "test_equal_nodes",
        "lineno": 309,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_different_community",
        "name": "test_different_community",
        "lineno": 316,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_no_community_information",
        "name": "test_no_community_information",
        "lineno": 325,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_insufficient_community_information",
        "name": "test_insufficient_community_information",
        "lineno": 330,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_sufficient_community_information",
        "name": "test_sufficient_community_information",
        "lineno": 339,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_custom_community_attribute_name",
        "name": "test_custom_community_attribute_name",
        "lineno": 348,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 357,
        "scope": "TestCNSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.setup_class",
        "name": "setup_class",
        "lineno": 369,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_K5",
        "name": "test_K5",
        "lineno": 375,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_P3",
        "name": "test_P3",
        "lineno": 384,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_S4",
        "name": "test_S4",
        "lineno": 391,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 401,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_node_not_found",
        "name": "test_node_not_found",
        "lineno": 407,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_no_common_neighbor",
        "name": "test_no_common_neighbor",
        "lineno": 417,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_equal_nodes",
        "name": "test_equal_nodes",
        "lineno": 424,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_different_community",
        "name": "test_different_community",
        "lineno": 431,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_no_community_information",
        "name": "test_no_community_information",
        "lineno": 440,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_insufficient_community_information",
        "name": "test_insufficient_community_information",
        "lineno": 445,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_sufficient_community_information",
        "name": "test_sufficient_community_information",
        "lineno": 454,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_custom_community_attribute_name",
        "name": "test_custom_community_attribute_name",
        "lineno": 463,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 472,
        "scope": "TestRAIndexSoundarajanHopcroft",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.setup_class",
        "name": "setup_class",
        "lineno": 484,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_K5",
        "name": "test_K5",
        "lineno": 496,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_P3",
        "name": "test_P3",
        "lineno": 505,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_S4",
        "name": "test_S4",
        "lineno": 512,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_notimplemented",
        "name": "test_notimplemented",
        "lineno": 522,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_node_not_found",
        "name": "test_node_not_found",
        "lineno": 528,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_no_common_neighbor",
        "name": "test_no_common_neighbor",
        "lineno": 538,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_equal_nodes",
        "name": "test_equal_nodes",
        "lineno": 545,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_different_community",
        "name": "test_different_community",
        "lineno": 552,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_no_inter_cluster_common_neighbor",
        "name": "test_no_inter_cluster_common_neighbor",
        "lineno": 561,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_no_community_information",
        "name": "test_no_community_information",
        "lineno": 569,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_insufficient_community_information",
        "name": "test_insufficient_community_information",
        "lineno": 574,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_sufficient_community_information",
        "name": "test_sufficient_community_information",
        "lineno": 583,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_invalid_delta",
        "name": "test_invalid_delta",
        "lineno": 592,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_custom_community_attribute_name",
        "name": "test_custom_community_attribute_name",
        "lineno": 600,
        "scope": "TestWithinInterCluster",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.test_all_nonexistent_edges",
        "name": "test_all_nonexistent_edges",
        "lineno": 608,
        "scope": "TestWithinInterCluster",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_lowest_common_ancestors": [
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.get_pair",
        "name": "get_pair",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.setup_class",
        "name": "setup_class",
        "lineno": 20,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.assert_has_same_pairs",
        "name": "assert_has_same_pairs",
        "lineno": 50,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_default_root",
        "name": "test_tree_all_pairs_lca_default_root",
        "lineno": 54,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_return_subset",
        "name": "test_tree_all_pairs_lca_return_subset",
        "lineno": 57,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca",
        "name": "test_tree_all_pairs_lca",
        "lineno": 63,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_gold_example",
        "name": "test_tree_all_pairs_gold_example",
        "lineno": 69,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_invalid_input",
        "name": "test_tree_all_pairs_lca_invalid_input",
        "lineno": 73,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_subtrees",
        "name": "test_tree_all_pairs_lca_subtrees",
        "lineno": 80,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_disconnected_nodes",
        "name": "test_tree_all_pairs_lca_disconnected_nodes",
        "lineno": 89,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_error_if_input_not_tree",
        "name": "test_tree_all_pairs_lca_error_if_input_not_tree",
        "lineno": 100,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_generator",
        "name": "test_tree_all_pairs_lca_generator",
        "lineno": 108,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_nonexisting_pairs_exception",
        "name": "test_tree_all_pairs_lca_nonexisting_pairs_exception",
        "lineno": 114,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_routine_bails_on_DAGs",
        "name": "test_tree_all_pairs_lca_routine_bails_on_DAGs",
        "lineno": 121,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_not_implemented",
        "name": "test_tree_all_pairs_lca_not_implemented",
        "lineno": 125,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_trees_without_LCAs",
        "name": "test_tree_all_pairs_lca_trees_without_LCAs",
        "lineno": 140,
        "scope": "TestTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestMultiTreeLCA.setup_class",
        "name": "setup_class",
        "lineno": 149,
        "scope": "TestMultiTreeLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.setup_class",
        "name": "setup_class",
        "lineno": 184,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "name": "assert_lca_dicts_same",
        "lineno": 235,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_gold_example",
        "name": "test_all_pairs_lca_gold_example",
        "lineno": 252,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_all_pairs_given",
        "name": "test_all_pairs_lca_all_pairs_given",
        "lineno": 255,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_generator",
        "name": "test_all_pairs_lca_generator",
        "lineno": 260,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_input_graph_with_two_roots",
        "name": "test_all_pairs_lca_input_graph_with_two_roots",
        "lineno": 265,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_nonexisting_pairs_exception",
        "name": "test_all_pairs_lca_nonexisting_pairs_exception",
        "lineno": 284,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_pairs_without_lca",
        "name": "test_all_pairs_lca_pairs_without_lca",
        "lineno": 287,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_null_graph",
        "name": "test_all_pairs_lca_null_graph",
        "lineno": 293,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_non_dags",
        "name": "test_all_pairs_lca_non_dags",
        "lineno": 296,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_nonempty_graph_without_lca",
        "name": "test_all_pairs_lca_nonempty_graph_without_lca",
        "lineno": 299,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_bug_gh4942",
        "name": "test_all_pairs_lca_bug_gh4942",
        "lineno": 305,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_default_kwarg",
        "name": "test_all_pairs_lca_default_kwarg",
        "lineno": 310,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_identity",
        "name": "test_all_pairs_lca_identity",
        "lineno": 315,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_issue_4574",
        "name": "test_all_pairs_lca_issue_4574",
        "lineno": 320,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_one_pair_gh4942",
        "name": "test_all_pairs_lca_one_pair_gh4942",
        "lineno": 346,
        "scope": "TestDAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestMultiDiGraph_DAGLCA.setup_class",
        "name": "setup_class",
        "lineno": 360,
        "scope": "TestMultiDiGraph_DAGLCA",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.test_all_pairs_lca_self_ancestors",
        "name": "test_all_pairs_lca_self_ancestors",
        "lineno": 414,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.test_lca_on_null_graph",
        "name": "test_lca_on_null_graph",
        "lineno": 430,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.test_lca_on_cycle_graph",
        "name": "test_lca_on_cycle_graph",
        "lineno": 438,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.test_lca_multiple_valid_solutions",
        "name": "test_lca_multiple_valid_solutions",
        "lineno": 446,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.test_lca_dont_rely_on_single_successor",
        "name": "test_lca_dont_rely_on_single_successor",
        "lineno": 453,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_matching": [
      {
        "id": "networkx.algorithms.tests.test_matching.test_is_matching_node_not_in_G",
        "name": "test_is_matching_node_not_in_G",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.test_is_matching_invalid_edge",
        "name": "test_is_matching_invalid_edge",
        "lineno": 40,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.test_wrong_graph_type",
        "name": "test_wrong_graph_type",
        "lineno": 52,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_trivial1",
        "name": "test_trivial1",
        "lineno": 64,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_selfloop",
        "name": "test_selfloop",
        "lineno": 70,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_single_edge",
        "name": "test_single_edge",
        "lineno": 76,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_two_path",
        "name": "test_two_path",
        "lineno": 82,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_path",
        "name": "test_path",
        "lineno": 89,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_square",
        "name": "test_square",
        "lineno": 99,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_edge_attribute_name",
        "name": "test_edge_attribute_name",
        "lineno": 108,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_floating_point_weights",
        "name": "test_floating_point_weights",
        "lineno": 115,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_negative_weights",
        "name": "test_negative_weights",
        "lineno": 124,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_s_blossom",
        "name": "test_s_blossom",
        "lineno": 137,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_s_t_blossom",
        "name": "test_s_t_blossom",
        "lineno": 150,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nested_s_blossom",
        "name": "test_nested_s_blossom",
        "lineno": 171,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nested_s_blossom_relabel",
        "name": "test_nested_s_blossom_relabel",
        "lineno": 193,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nested_s_blossom_expand",
        "name": "test_nested_s_blossom_expand",
        "lineno": 213,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_s_blossom_relabel_expand",
        "name": "test_s_blossom_relabel_expand",
        "lineno": 234,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nested_s_blossom_relabel_expand",
        "name": "test_nested_s_blossom_relabel_expand",
        "lineno": 253,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nasty_blossom1",
        "name": "test_nasty_blossom1",
        "lineno": 273,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nasty_blossom2",
        "name": "test_nasty_blossom2",
        "lineno": 296,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nasty_blossom_least_slack",
        "name": "test_nasty_blossom_least_slack",
        "lineno": 317,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nasty_blossom_augmenting",
        "name": "test_nasty_blossom_augmenting",
        "lineno": 340,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_nasty_blossom_expand_recursively",
        "name": "test_nasty_blossom_expand_recursively",
        "lineno": 366,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching.test_min_weight_matching_max_cardinality",
        "name": "test_min_weight_matching_max_cardinality",
        "lineno": 388,
        "scope": "TestMaxWeightMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_dict",
        "name": "test_dict",
        "lineno": 403,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_empty_matching",
        "name": "test_empty_matching",
        "lineno": 407,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_single_edge",
        "name": "test_single_edge",
        "lineno": 411,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_edge_order",
        "name": "test_edge_order",
        "lineno": 415,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_valid_matching",
        "name": "test_valid_matching",
        "lineno": 422,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_selfloops",
        "name": "test_selfloops",
        "lineno": 426,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_invalid_matching",
        "name": "test_invalid_matching",
        "lineno": 434,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching.test_invalid_edge",
        "name": "test_invalid_edge",
        "lineno": 438,
        "scope": "TestIsMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMaximalMatching.test_dict",
        "name": "test_dict",
        "lineno": 453,
        "scope": "TestIsMaximalMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMaximalMatching.test_valid",
        "name": "test_valid",
        "lineno": 457,
        "scope": "TestIsMaximalMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMaximalMatching.test_not_matching",
        "name": "test_not_matching",
        "lineno": 461,
        "scope": "TestIsMaximalMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMaximalMatching.test_not_maximal",
        "name": "test_not_maximal",
        "lineno": 468,
        "scope": "TestIsMaximalMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsPerfectMatching.test_dict",
        "name": "test_dict",
        "lineno": 479,
        "scope": "TestIsPerfectMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsPerfectMatching.test_valid",
        "name": "test_valid",
        "lineno": 483,
        "scope": "TestIsPerfectMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsPerfectMatching.test_valid_not_path",
        "name": "test_valid_not_path",
        "lineno": 487,
        "scope": "TestIsPerfectMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsPerfectMatching.test_selfloops",
        "name": "test_selfloops",
        "lineno": 495,
        "scope": "TestIsPerfectMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsPerfectMatching.test_not_matching",
        "name": "test_not_matching",
        "lineno": 503,
        "scope": "TestIsPerfectMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsPerfectMatching.test_maximal_but_not_perfect",
        "name": "test_maximal_but_not_perfect",
        "lineno": 508,
        "scope": "TestIsPerfectMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaximalMatching.test_valid_matching",
        "name": "test_valid_matching",
        "lineno": 522,
        "scope": "TestMaximalMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaximalMatching.test_single_edge_matching",
        "name": "test_single_edge_matching",
        "lineno": 528,
        "scope": "TestMaximalMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaximalMatching.test_self_loops",
        "name": "test_self_loops",
        "lineno": 535,
        "scope": "TestMaximalMatching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaximalMatching.test_ordering",
        "name": "test_ordering",
        "lineno": 545,
        "scope": "TestMaximalMatching",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_max_weight_clique": [
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_basic_cases",
        "name": "test_basic_cases",
        "lineno": 9,
        "scope": "TestMaximumWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_basic_cases.check_basic_case",
        "name": "check_basic_case",
        "lineno": 10,
        "scope": "TestMaximumWeightClique.test_basic_cases",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_key_error",
        "name": "test_key_error",
        "lineno": 21,
        "scope": "TestMaximumWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_error_on_non_integer_weight",
        "name": "test_error_on_non_integer_weight",
        "lineno": 26,
        "scope": "TestMaximumWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_unaffected_by_self_loops",
        "name": "test_unaffected_by_self_loops",
        "lineno": 32,
        "scope": "TestMaximumWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_30_node_prob",
        "name": "test_30_node_prob",
        "lineno": 43,
        "scope": "TestMaximumWeightClique",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.verify_clique",
        "name": "verify_clique",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.empty_graph",
        "name": "empty_graph",
        "lineno": 117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.one_node_graph",
        "name": "one_node_graph",
        "lineno": 121,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.two_node_graph",
        "name": "two_node_graph",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.three_node_clique",
        "name": "three_node_clique",
        "lineno": 137,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.three_node_independent_set",
        "name": "three_node_independent_set",
        "lineno": 147,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.disconnected",
        "name": "disconnected",
        "lineno": 156,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_mis": [
      {
        "id": "networkx.algorithms.tests.test_mis.test_random_seed",
        "name": "test_random_seed",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_mis.test_K5",
        "name": "test_K5",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_mis.test_exceptions",
        "name": "test_exceptions",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_mis.test_florentine_family",
        "name": "test_florentine_family",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_mis.test_bipartite",
        "name": "test_bipartite",
        "lineno": 48,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_mis.test_random_graphs",
        "name": "test_random_graphs",
        "lineno": 54,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_moral": [
      {
        "id": "networkx.algorithms.tests.test_moral.test_get_moral_graph",
        "name": "test_get_moral_graph",
        "lineno": 5,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_node_classification": [
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_path_graph",
        "name": "test_path_graph",
        "lineno": 11,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_no_labels",
        "name": "test_no_labels",
        "lineno": 22,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_no_nodes",
        "name": "test_no_nodes",
        "lineno": 27,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_no_edges",
        "name": "test_no_edges",
        "lineno": 32,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_digraph",
        "name": "test_digraph",
        "lineno": 39,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_one_labeled_node",
        "name": "test_one_labeled_node",
        "lineno": 50,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_nodes_all_labeled",
        "name": "test_nodes_all_labeled",
        "lineno": 60,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_labeled_nodes_are_not_changed",
        "name": "test_labeled_nodes_are_not_changed",
        "lineno": 67,
        "scope": "TestHarmonicFunction",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_path_graph",
        "name": "test_path_graph",
        "lineno": 80,
        "scope": "TestLocalAndGlobalConsistency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_no_labels",
        "name": "test_no_labels",
        "lineno": 93,
        "scope": "TestLocalAndGlobalConsistency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_no_nodes",
        "name": "test_no_nodes",
        "lineno": 98,
        "scope": "TestLocalAndGlobalConsistency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_no_edges",
        "name": "test_no_edges",
        "lineno": 103,
        "scope": "TestLocalAndGlobalConsistency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_digraph",
        "name": "test_digraph",
        "lineno": 110,
        "scope": "TestLocalAndGlobalConsistency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_one_labeled_node",
        "name": "test_one_labeled_node",
        "lineno": 121,
        "scope": "TestLocalAndGlobalConsistency",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_nodes_all_labeled",
        "name": "test_nodes_all_labeled",
        "lineno": 133,
        "scope": "TestLocalAndGlobalConsistency",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_non_randomness": [
      {
        "id": "networkx.algorithms.tests.test_non_randomness.test_non_randomness",
        "name": "test_non_randomness",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_non_randomness.test_non_connected",
        "name": "test_non_connected",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_non_randomness.test_self_loops",
        "name": "test_self_loops",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_non_randomness.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_non_randomness.test_value_error",
        "name": "test_value_error",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_non_randomness.test_not_implemented",
        "name": "test_not_implemented",
        "lineno": 57,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_perfect_graph": [
      {
        "id": "networkx.algorithms.tests.test_perfect_graph.test_chordal_graph",
        "name": "test_chordal_graph",
        "lineno": 4,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_perfect_graph.test_odd_cycle",
        "name": "test_odd_cycle",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_perfect_graph.test_even_cycle",
        "name": "test_even_cycle",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_perfect_graph.test_complement_of_odd_cycle",
        "name": "test_complement_of_odd_cycle",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_perfect_graph.test_disconnected_union_of_cliques",
        "name": "test_disconnected_union_of_cliques",
        "lineno": 25,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_planarity": [
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "name": "check_graph",
        "lineno": 24,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_simple_planar_graph",
        "name": "test_simple_planar_graph",
        "lineno": 60,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_planar_with_selfloop",
        "name": "test_planar_with_selfloop",
        "lineno": 76,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_k3_3",
        "name": "test_k3_3",
        "lineno": 94,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_k5",
        "name": "test_k5",
        "lineno": 97,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_multiple_components_planar",
        "name": "test_multiple_components_planar",
        "lineno": 100,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_multiple_components_non_planar",
        "name": "test_multiple_components_non_planar",
        "lineno": 104,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar_with_selfloop",
        "name": "test_non_planar_with_selfloop",
        "lineno": 111,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar1",
        "name": "test_non_planar1",
        "lineno": 118,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_loop",
        "name": "test_loop",
        "lineno": 134,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_comp",
        "name": "test_comp",
        "lineno": 140,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_goldner_harary",
        "name": "test_goldner_harary",
        "lineno": 147,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_planar_multigraph",
        "name": "test_planar_multigraph",
        "lineno": 181,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar_multigraph",
        "name": "test_non_planar_multigraph",
        "lineno": 185,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_planar_digraph",
        "name": "test_planar_digraph",
        "lineno": 190,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar_digraph",
        "name": "test_non_planar_digraph",
        "lineno": 194,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_single_component",
        "name": "test_single_component",
        "lineno": 200,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_graph1",
        "name": "test_graph1",
        "lineno": 206,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_graph2",
        "name": "test_graph2",
        "lineno": 223,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_graph3",
        "name": "test_graph3",
        "lineno": 247,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_counterexample_planar",
        "name": "test_counterexample_planar",
        "lineno": 268,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_counterexample_planar_recursive",
        "name": "test_counterexample_planar_recursive",
        "lineno": 275,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_edge_removal_from_planar_embedding",
        "name": "test_edge_removal_from_planar_embedding",
        "lineno": 282,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_graph_planar_embedding_to_undirected",
        "name": "test_graph_planar_embedding_to_undirected",
        "lineno": 297,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_planar_embedding_to_undirected_invalid_parameters",
        "name": "test_planar_embedding_to_undirected_invalid_parameters",
        "lineno": 308,
        "scope": "TestLRPlanarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.check_embedding",
        "name": "check_embedding",
        "lineno": 318,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.check_counterexample",
        "name": "check_counterexample",
        "lineno": 360,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "name": "_assert_half_edge_partition",
        "lineno": 411,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_add_half_edge",
        "name": "test_add_half_edge",
        "lineno": 423,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_get_data",
        "name": "test_get_data",
        "lineno": 455,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_edge_removal",
        "name": "test_edge_removal",
        "lineno": 461,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_missing_edge_orientation",
        "name": "test_missing_edge_orientation",
        "lineno": 491,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_invalid_edge_orientation",
        "name": "test_invalid_edge_orientation",
        "lineno": 497,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_missing_half_edge",
        "name": "test_missing_half_edge",
        "lineno": 509,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_not_fulfilling_euler_formula",
        "name": "test_not_fulfilling_euler_formula",
        "lineno": 516,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_missing_reference",
        "name": "test_missing_reference",
        "lineno": 527,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_connect_components",
        "name": "test_connect_components",
        "lineno": 532,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_successful_face_traversal",
        "name": "test_successful_face_traversal",
        "lineno": 536,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_unsuccessful_face_traversal",
        "name": "test_unsuccessful_face_traversal",
        "lineno": 543,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_cycle_graph_and_half_edge_partition",
        "name": "test_faces_cycle_graph_and_half_edge_partition",
        "lineno": 550,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_tree_has_single_face_walk_with_repeated_vertices",
        "name": "test_faces_tree_has_single_face_walk_with_repeated_vertices",
        "lineno": 559,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_k4_match_euler_formula",
        "name": "test_faces_k4_match_euler_formula",
        "lineno": 570,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_disconnected_components_return_component_local_boundary_walks",
        "name": "test_faces_disconnected_components_return_component_local_boundary_walks",
        "lineno": 580,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_isolated_nodes_have_no_faces",
        "name": "test_faces_isolated_nodes_have_no_faces",
        "lineno": 591,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_forbidden_methods",
        "name": "test_forbidden_methods",
        "lineno": 599,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.get_star_embedding",
        "name": "get_star_embedding",
        "lineno": 611,
        "scope": "TestPlanarEmbeddingClass",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_planar_drawing": [
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_graph1",
        "name": "test_graph1",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_graph2",
        "name": "test_graph2",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_circle_graph",
        "name": "test_circle_graph",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_grid_graph",
        "name": "test_grid_graph",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_one_node_graph",
        "name": "test_one_node_graph",
        "lineno": 61,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_two_node_graph",
        "name": "test_two_node_graph",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_three_node_graph",
        "name": "test_three_node_graph",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_multiple_component_graph1",
        "name": "test_multiple_component_graph1",
        "lineno": 76,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_multiple_component_graph2",
        "name": "test_multiple_component_graph2",
        "lineno": 81,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_invalid_half_edge",
        "name": "test_invalid_half_edge",
        "lineno": 86,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_triangulate_embedding1",
        "name": "test_triangulate_embedding1",
        "lineno": 94,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.test_triangulate_embedding2",
        "name": "test_triangulate_embedding2",
        "lineno": 101,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.check_triangulation",
        "name": "check_triangulation",
        "lineno": 108,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "name": "check_embedding_data",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.is_close",
        "name": "is_close",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "name": "point_in_between",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "name": "check_edge_intersections",
        "lineno": 150,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector.__init__",
        "name": "__init__",
        "lineno": 209,
        "scope": "Vector",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector.__eq__",
        "name": "__eq__",
        "lineno": 222,
        "scope": "Vector",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector.__lt__",
        "name": "__lt__",
        "lineno": 225,
        "scope": "Vector",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector.__ne__",
        "name": "__ne__",
        "lineno": 233,
        "scope": "Vector",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector.__le__",
        "name": "__le__",
        "lineno": 236,
        "scope": "Vector",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector.__gt__",
        "name": "__gt__",
        "lineno": 239,
        "scope": "Vector",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector.__ge__",
        "name": "__ge__",
        "lineno": 242,
        "scope": "Vector",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.planar_drawing_conforms_to_embedding",
        "name": "planar_drawing_conforms_to_embedding",
        "lineno": 246,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_polynomials": [
      {
        "id": "networkx.algorithms.tests.test_polynomials.test_tutte_polynomial",
        "name": "test_tutte_polynomial",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_polynomials.test_tutte_polynomial_disjoint",
        "name": "test_tutte_polynomial_disjoint",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_polynomials.test_chromatic_polynomial",
        "name": "test_chromatic_polynomial",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_polynomials.test_chromatic_polynomial_disjoint",
        "name": "test_chromatic_polynomial_disjoint",
        "lineno": 49,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_reciprocity": [
      {
        "id": "networkx.algorithms.tests.test_reciprocity.TestReciprocity.test_reciprocity_digraph",
        "name": "test_reciprocity_digraph",
        "lineno": 8,
        "scope": "TestReciprocity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_reciprocity.TestReciprocity.test_overall_reciprocity_empty_graph",
        "name": "test_overall_reciprocity_empty_graph",
        "lineno": 14,
        "scope": "TestReciprocity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_reciprocity.TestReciprocity.test_reciprocity_graph_nodes",
        "name": "test_reciprocity_graph_nodes",
        "lineno": 20,
        "scope": "TestReciprocity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_reciprocity.TestReciprocity.test_reciprocity_graph_node",
        "name": "test_reciprocity_graph_node",
        "lineno": 27,
        "scope": "TestReciprocity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_reciprocity.TestReciprocity.test_reciprocity_graph_isolated_nodes",
        "name": "test_reciprocity_graph_isolated_nodes",
        "lineno": 33,
        "scope": "TestReciprocity",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_regular": [
      {
        "id": "networkx.algorithms.tests.test_regular.TestKFactor.test_k_factor_cycle",
        "name": "test_k_factor_cycle",
        "lineno": 10,
        "scope": "TestKFactor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestKFactor.test_k_factor_grid",
        "name": "test_k_factor_grid",
        "lineno": 17,
        "scope": "TestKFactor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestKFactor.test_k_factor_complete",
        "name": "test_k_factor_complete",
        "lineno": 25,
        "scope": "TestKFactor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestKFactor.test_k_factor_degree",
        "name": "test_k_factor_degree",
        "lineno": 32,
        "scope": "TestKFactor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestKFactor.test_k_factor_no_matching",
        "name": "test_k_factor_no_matching",
        "lineno": 37,
        "scope": "TestKFactor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestKFactor.test_k_factor_not_implemented",
        "name": "test_k_factor_not_implemented",
        "lineno": 44,
        "scope": "TestKFactor",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestIsRegular.test_is_regular",
        "name": "test_is_regular",
        "lineno": 64,
        "scope": "TestIsRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestIsRegular.test_is_regular_empty_graph_raises",
        "name": "test_is_regular_empty_graph_raises",
        "lineno": 67,
        "scope": "TestIsRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestIsKRegular.test_is_k_regular1",
        "name": "test_is_k_regular1",
        "lineno": 74,
        "scope": "TestIsKRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestIsKRegular.test_is_k_regular2",
        "name": "test_is_k_regular2",
        "lineno": 79,
        "scope": "TestIsKRegular",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestIsKRegular.test_is_k_regular3",
        "name": "test_is_k_regular3",
        "lineno": 85,
        "scope": "TestIsKRegular",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_richclub": [
      {
        "id": "networkx.algorithms.tests.test_richclub.test_richclub",
        "name": "test_richclub",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_richclub_seed",
        "name": "test_richclub_seed",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_richclub_normalized",
        "name": "test_richclub_normalized",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_richclub2",
        "name": "test_richclub2",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_richclub3",
        "name": "test_richclub3",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_richclub4",
        "name": "test_richclub4",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_richclub_exception",
        "name": "test_richclub_exception",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_rich_club_exception2",
        "name": "test_rich_club_exception2",
        "lineno": 77,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_rich_club_selfloop",
        "name": "test_rich_club_selfloop",
        "lineno": 83,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_rich_club_leq_3_nodes_unnormalized",
        "name": "test_rich_club_leq_3_nodes_unnormalized",
        "lineno": 94,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_richclub.test_rich_club_leq_3_nodes_normalized",
        "name": "test_rich_club_leq_3_nodes_normalized",
        "lineno": 129,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_similarity": [
      {
        "id": "networkx.algorithms.tests.test_similarity.test_generate_random_paths_source_not_in_G",
        "name": "test_generate_random_paths_source_not_in_G",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.test_generate_random_paths_with_isolated_nodes",
        "name": "test_generate_random_paths_with_isolated_nodes",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.nmatch",
        "name": "nmatch",
        "lineno": 51,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.ematch",
        "name": "ematch",
        "lineno": 55,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.getCanonical",
        "name": "getCanonical",
        "lineno": 59,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.setup_class",
        "name": "setup_class",
        "lineno": 73,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_roots_and_timeout",
        "name": "test_graph_edit_distance_roots_and_timeout",
        "lineno": 78,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "name": "test_graph_edit_distance",
        "lineno": 94,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_match",
        "name": "test_graph_edit_distance_node_match",
        "lineno": 120,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_match",
        "name": "test_graph_edit_distance_edge_match",
        "lineno": 135,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_cost",
        "name": "test_graph_edit_distance_node_cost",
        "lineno": 150,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_cost.node_subst_cost",
        "name": "node_subst_cost",
        "lineno": 158,
        "scope": "TestSimilarity.test_graph_edit_distance_node_cost",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_cost.node_del_cost",
        "name": "node_del_cost",
        "lineno": 164,
        "scope": "TestSimilarity.test_graph_edit_distance_node_cost",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_cost.node_ins_cost",
        "name": "node_ins_cost",
        "lineno": 170,
        "scope": "TestSimilarity.test_graph_edit_distance_node_cost",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_cost",
        "name": "test_graph_edit_distance_edge_cost",
        "lineno": 187,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_cost.edge_subst_cost",
        "name": "edge_subst_cost",
        "lineno": 195,
        "scope": "TestSimilarity.test_graph_edit_distance_edge_cost",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_cost.edge_del_cost",
        "name": "edge_del_cost",
        "lineno": 201,
        "scope": "TestSimilarity.test_graph_edit_distance_edge_cost",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_cost.edge_ins_cost",
        "name": "edge_ins_cost",
        "lineno": 207,
        "scope": "TestSimilarity.test_graph_edit_distance_edge_cost",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_upper_bound",
        "name": "test_graph_edit_distance_upper_bound",
        "lineno": 224,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths",
        "name": "test_optimal_edit_paths",
        "lineno": 231,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths.canonical",
        "name": "canonical",
        "lineno": 238,
        "scope": "TestSimilarity.test_optimal_edit_paths",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimize_graph_edit_distance",
        "name": "test_optimize_graph_edit_distance",
        "lineno": 272,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "name": "test_selfloops",
        "lineno": 286,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "name": "test_digraph",
        "lineno": 315,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "name": "test_multigraph",
        "lineno": 344,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 373,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testCopy",
        "name": "testCopy",
        "lineno": 397,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testSame",
        "name": "testSame",
        "lineno": 406,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneEdgeLabelDiff",
        "name": "testOneEdgeLabelDiff",
        "lineno": 417,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneNodeLabelDiff",
        "name": "testOneNodeLabelDiff",
        "lineno": 428,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneExtraNode",
        "name": "testOneExtraNode",
        "lineno": 439,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneExtraEdge",
        "name": "testOneExtraEdge",
        "lineno": 451,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneExtraNodeAndEdge",
        "name": "testOneExtraNodeAndEdge",
        "lineno": 466,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph1",
        "name": "testGraph1",
        "lineno": 479,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph2",
        "name": "testGraph2",
        "lineno": 491,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph3",
        "name": "testGraph3",
        "lineno": 505,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4",
        "name": "testGraph4",
        "lineno": 523,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4_a",
        "name": "testGraph4_a",
        "lineno": 535,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4_b",
        "name": "testGraph4_b",
        "lineno": 547,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_no_source_no_target",
        "name": "test_simrank_no_source_no_target",
        "lineno": 566,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_source_no_target",
        "name": "test_simrank_source_no_target",
        "lineno": 644,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_noninteger_nodes",
        "name": "test_simrank_noninteger_nodes",
        "lineno": 672,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_source_and_target",
        "name": "test_simrank_source_and_target",
        "lineno": 709,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_max_iterations",
        "name": "test_simrank_max_iterations",
        "lineno": 732,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_source_not_found",
        "name": "test_simrank_source_not_found",
        "lineno": 736,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_target_not_found",
        "name": "test_simrank_target_not_found",
        "lineno": 741,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_between_versions",
        "name": "test_simrank_between_versions",
        "lineno": 746,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_numpy_no_source_no_target",
        "name": "test_simrank_numpy_no_source_no_target",
        "lineno": 776,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_numpy_source_no_target",
        "name": "test_simrank_numpy_source_no_target",
        "lineno": 820,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_numpy_source_and_target",
        "name": "test_simrank_numpy_source_and_target",
        "lineno": 834,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_similarity_unweighted",
        "name": "test_panther_similarity_unweighted",
        "lineno": 840,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_similarity_weighted",
        "name": "test_panther_similarity_weighted",
        "lineno": 851,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_similarity_source_not_found",
        "name": "test_panther_similarity_source_not_found",
        "lineno": 862,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_similarity_isolated",
        "name": "test_panther_similarity_isolated",
        "lineno": 868,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_generate_random_paths_with_start",
        "name": "test_generate_random_paths_with_start",
        "lineno": 879,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_generate_random_paths_unweighted",
        "name": "test_generate_random_paths_unweighted",
        "lineno": 900,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_generate_random_paths_weighted",
        "name": "test_generate_random_paths_weighted",
        "lineno": 936,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_one_node_one_loop_and_empty_graph",
        "name": "test_one_node_one_loop_and_empty_graph",
        "lineno": 975,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_one_node_two_loops_and_empty_graph",
        "name": "test_one_node_two_loops_and_empty_graph",
        "lineno": 980,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_two_directed_loops",
        "name": "test_two_directed_loops",
        "lineno": 985,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_symmetry_with_custom_matching",
        "name": "test_symmetry_with_custom_matching",
        "lineno": 989,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_symmetry_with_custom_matching.user_match",
        "name": "user_match",
        "lineno": 1006,
        "scope": "TestSimilarity.test_symmetry_with_custom_matching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_basic",
        "name": "test_panther_vector_similarity_basic",
        "lineno": 1018,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_unweighted",
        "name": "test_panther_vector_similarity_unweighted",
        "lineno": 1034,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_weighted",
        "name": "test_panther_vector_similarity_weighted",
        "lineno": 1050,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_source_not_found",
        "name": "test_panther_vector_similarity_source_not_found",
        "lineno": 1068,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_isolated",
        "name": "test_panther_vector_similarity_isolated",
        "lineno": 1076,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_too_large_D",
        "name": "test_panther_vector_similarity_too_large_D",
        "lineno": 1085,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_too_large_k",
        "name": "test_panther_vector_similarity_too_large_k",
        "lineno": 1092,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_small_graph",
        "name": "test_panther_vector_similarity_small_graph",
        "lineno": 1099,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_deterministic",
        "name": "test_panther_vector_similarity_deterministic",
        "lineno": 1110,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_similarity_string_nodes",
        "name": "test_panther_similarity_string_nodes",
        "lineno": 1121,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_vector_similarity_string_nodes",
        "name": "test_panther_vector_similarity_string_nodes",
        "lineno": 1132,
        "scope": "TestSimilarity",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_panther_similarity_k_parameter_returns_k_results",
        "name": "test_panther_similarity_k_parameter_returns_k_results",
        "lineno": 1143,
        "scope": "TestSimilarity",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_simple_paths": [
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_empty_list",
        "name": "test_empty_list",
        "lineno": 20,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_trivial_path",
        "name": "test_trivial_path",
        "lineno": 29,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_trivial_nonpath",
        "name": "test_trivial_nonpath",
        "lineno": 37,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_simple_path",
        "name": "test_simple_path",
        "lineno": 45,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_non_simple_path",
        "name": "test_non_simple_path",
        "lineno": 49,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_cycle",
        "name": "test_cycle",
        "lineno": 53,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_missing_node",
        "name": "test_missing_node",
        "lineno": 57,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_missing_starting_node",
        "name": "test_missing_starting_node",
        "lineno": 61,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_directed_path",
        "name": "test_directed_path",
        "lineno": 65,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_directed_non_path",
        "name": "test_directed_non_path",
        "lineno": 69,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_directed_cycle",
        "name": "test_directed_cycle",
        "lineno": 73,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_multigraph",
        "name": "test_multigraph",
        "lineno": 77,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 81,
        "scope": "TestIsSimplePath",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths",
        "name": "test_all_simple_paths",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_with_two_targets_emits_two_paths",
        "name": "test_all_simple_paths_with_two_targets_emits_two_paths",
        "lineno": 93,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_digraph_all_simple_paths_with_two_targets_emits_two_paths",
        "name": "test_digraph_all_simple_paths_with_two_targets_emits_two_paths",
        "lineno": 100,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_with_two_targets_cutoff",
        "name": "test_all_simple_paths_with_two_targets_cutoff",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_digraph_all_simple_paths_with_two_targets_cutoff",
        "name": "test_digraph_all_simple_paths_with_two_targets_cutoff",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_with_two_targets_in_line_emits_two_paths",
        "name": "test_all_simple_paths_with_two_targets_in_line_emits_two_paths",
        "lineno": 121,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_ignores_cycle",
        "name": "test_all_simple_paths_ignores_cycle",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_with_two_targets_inside_cycle_emits_two_paths",
        "name": "test_all_simple_paths_with_two_targets_inside_cycle_emits_two_paths",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_source_target",
        "name": "test_all_simple_paths_source_target",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_cutoff",
        "name": "test_all_simple_paths_cutoff",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_on_non_trivial_graph",
        "name": "test_all_simple_paths_on_non_trivial_graph",
        "lineno": 154,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_multigraph",
        "name": "test_all_simple_paths_multigraph",
        "lineno": 181,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_multigraph_with_cutoff",
        "name": "test_all_simple_paths_multigraph_with_cutoff",
        "lineno": 190,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_directed",
        "name": "test_all_simple_paths_directed",
        "lineno": 201,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_empty",
        "name": "test_all_simple_paths_empty",
        "lineno": 209,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_corner_cases",
        "name": "test_all_simple_paths_corner_cases",
        "lineno": 215,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_paths_source_in_targets",
        "name": "test_all_simple_paths_source_in_targets",
        "lineno": 221,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.hamiltonian_path",
        "name": "hamiltonian_path",
        "lineno": 227,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_hamiltonian_path",
        "name": "test_hamiltonian_path",
        "lineno": 237,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_cutoff_zero",
        "name": "test_cutoff_zero",
        "lineno": 246,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_source_missing",
        "name": "test_source_missing",
        "lineno": 254,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_target_missing",
        "name": "test_target_missing",
        "lineno": 261,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths",
        "name": "test_all_simple_edge_paths",
        "lineno": 269,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_empty_path",
        "name": "test_all_simple_edge_paths_empty_path",
        "lineno": 275,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_with_two_targets_emits_two_paths",
        "name": "test_all_simple_edge_paths_with_two_targets_emits_two_paths",
        "lineno": 280,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_digraph_all_simple_edge_paths_with_two_targets_emits_two_paths",
        "name": "test_digraph_all_simple_edge_paths_with_two_targets_emits_two_paths",
        "lineno": 290,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_with_two_targets_cutoff",
        "name": "test_all_simple_edge_paths_with_two_targets_cutoff",
        "lineno": 300,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_digraph_all_simple_edge_paths_with_two_targets_cutoff",
        "name": "test_digraph_all_simple_edge_paths_with_two_targets_cutoff",
        "lineno": 310,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_with_two_targets_in_line_emits_two_paths",
        "name": "test_all_simple_edge_paths_with_two_targets_in_line_emits_two_paths",
        "lineno": 320,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_ignores_cycle",
        "name": "test_all_simple_edge_paths_ignores_cycle",
        "lineno": 326,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_with_two_targets_inside_cycle_emits_two_paths",
        "name": "test_all_simple_edge_paths_with_two_targets_inside_cycle_emits_two_paths",
        "lineno": 333,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_source_target",
        "name": "test_all_simple_edge_paths_source_target",
        "lineno": 340,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_cutoff",
        "name": "test_all_simple_edge_paths_cutoff",
        "lineno": 346,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_on_non_trivial_graph",
        "name": "test_all_simple_edge_paths_on_non_trivial_graph",
        "lineno": 354,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_multigraph",
        "name": "test_all_simple_edge_paths_multigraph",
        "lineno": 381,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_multigraph_with_cutoff",
        "name": "test_all_simple_edge_paths_multigraph_with_cutoff",
        "lineno": 395,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_directed",
        "name": "test_all_simple_edge_paths_directed",
        "lineno": 402,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_empty",
        "name": "test_all_simple_edge_paths_empty",
        "lineno": 410,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_corner_cases",
        "name": "test_all_simple_edge_paths_corner_cases",
        "lineno": 416,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_all_simple_edge_paths_ignores_self_loop",
        "name": "test_all_simple_edge_paths_ignores_self_loop",
        "lineno": 422,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.hamiltonian_edge_path",
        "name": "hamiltonian_edge_path",
        "lineno": 427,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_hamiltonian__edge_path",
        "name": "test_hamiltonian__edge_path",
        "lineno": 437,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_edge_cutoff_zero",
        "name": "test_edge_cutoff_zero",
        "lineno": 446,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_edge_source_missing",
        "name": "test_edge_source_missing",
        "lineno": 454,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_edge_target_missing",
        "name": "test_edge_target_missing",
        "lineno": 461,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths",
        "name": "test_shortest_simple_paths",
        "lineno": 469,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_singleton_path",
        "name": "test_shortest_simple_paths_singleton_path",
        "lineno": 479,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_directed",
        "name": "test_shortest_simple_paths_directed",
        "lineno": 484,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_directed_with_weight_function",
        "name": "test_shortest_simple_paths_directed_with_weight_function",
        "lineno": 490,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_directed_with_weight_function.cost",
        "name": "cost",
        "lineno": 491,
        "scope": "test_shortest_simple_paths_directed_with_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_with_weight_function",
        "name": "test_shortest_simple_paths_with_weight_function",
        "lineno": 503,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_with_weight_function.cost",
        "name": "cost",
        "lineno": 504,
        "scope": "test_shortest_simple_paths_with_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_with_none_weight_function",
        "name": "test_shortest_simple_paths_with_none_weight_function",
        "lineno": 512,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_shortest_simple_paths_with_none_weight_function.cost",
        "name": "cost",
        "lineno": 513,
        "scope": "test_shortest_simple_paths_with_none_weight_function",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_Greg_Bernstein",
        "name": "test_Greg_Bernstein",
        "lineno": 523,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_weighted_shortest_simple_path",
        "name": "test_weighted_shortest_simple_path",
        "lineno": 537,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_weighted_shortest_simple_path.cost_func",
        "name": "cost_func",
        "lineno": 538,
        "scope": "test_weighted_shortest_simple_path",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_directed_weighted_shortest_simple_path",
        "name": "test_directed_weighted_shortest_simple_path",
        "lineno": 551,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_directed_weighted_shortest_simple_path.cost_func",
        "name": "cost_func",
        "lineno": 552,
        "scope": "test_directed_weighted_shortest_simple_path",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_weighted_shortest_simple_path_issue2427",
        "name": "test_weighted_shortest_simple_path_issue2427",
        "lineno": 566,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_directed_weighted_shortest_simple_path_issue2427",
        "name": "test_directed_weighted_shortest_simple_path_issue2427",
        "lineno": 587,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_weight_name",
        "name": "test_weight_name",
        "lineno": 608,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_ssp_source_missing",
        "name": "test_ssp_source_missing",
        "lineno": 618,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_ssp_target_missing",
        "name": "test_ssp_target_missing",
        "lineno": 625,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_ssp_multigraph",
        "name": "test_ssp_multigraph",
        "lineno": 632,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_ssp_source_missing2",
        "name": "test_ssp_source_missing2",
        "lineno": 639,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_cycle",
        "name": "test_bidirectional_shortest_path_restricted_cycle",
        "lineno": 647,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_wheel",
        "name": "test_bidirectional_shortest_path_restricted_wheel",
        "lineno": 655,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_directed_cycle",
        "name": "test_bidirectional_shortest_path_restricted_directed_cycle",
        "lineno": 669,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_ignore",
        "name": "test_bidirectional_shortest_path_ignore",
        "lineno": 695,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.validate_path",
        "name": "validate_path",
        "lineno": 715,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "name": "validate_length_path",
        "lineno": 723,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "name": "test_bidirectional_dijkstra_restricted",
        "lineno": 728,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_no_path",
        "name": "test_bidirectional_dijkstra_no_path",
        "lineno": 787,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_ignore",
        "name": "test_bidirectional_dijkstra_ignore",
        "lineno": 795,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_smallworld": [
      {
        "id": "networkx.algorithms.tests.test_smallworld.test_random_reference",
        "name": "test_random_reference",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_smallworld.test_lattice_reference",
        "name": "test_lattice_reference",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_smallworld.test_sigma",
        "name": "test_sigma",
        "lineno": 41,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_smallworld.test_omega",
        "name": "test_omega",
        "lineno": 49,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_smallworld.test_graph_no_edges",
        "name": "test_graph_no_edges",
        "lineno": 72,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_smetric": [
      {
        "id": "networkx.algorithms.tests.test_smetric.test_smetric",
        "name": "test_smetric",
        "lineno": 6,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_sparsifiers": [
      {
        "id": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "name": "_test_spanner",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers._assign_random_weights",
        "name": "_assign_random_weights",
        "lineno": 51,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers.test_spanner_trivial",
        "name": "test_spanner_trivial",
        "lineno": 68,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_complete_graph",
        "name": "test_spanner_unweighted_complete_graph",
        "lineno": 77,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_complete_graph",
        "name": "test_spanner_weighted_complete_graph",
        "lineno": 88,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_gnp_graph",
        "name": "test_spanner_unweighted_gnp_graph",
        "lineno": 100,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_gnp_graph",
        "name": "test_spanner_weighted_gnp_graph",
        "lineno": 111,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_disconnected_graph",
        "name": "test_spanner_unweighted_disconnected_graph",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_sparsifiers.test_spanner_invalid_stretch",
        "name": "test_spanner_invalid_stretch",
        "lineno": 134,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_structuralholes": [
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.setup_method",
        "name": "setup_method",
        "lineno": 23,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_constraint_directed",
        "name": "test_constraint_directed",
        "lineno": 58,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_effective_size_directed",
        "name": "test_effective_size_directed",
        "lineno": 64,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_constraint_weighted_directed",
        "name": "test_constraint_weighted_directed",
        "lineno": 70,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_effective_size_weighted_directed",
        "name": "test_effective_size_weighted_directed",
        "lineno": 78,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_constraint_undirected",
        "name": "test_constraint_undirected",
        "lineno": 86,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_effective_size_undirected_borgatti",
        "name": "test_effective_size_undirected_borgatti",
        "lineno": 92,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_effective_size_undirected",
        "name": "test_effective_size_undirected",
        "lineno": 98,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_constraint_weighted_undirected",
        "name": "test_constraint_weighted_undirected",
        "lineno": 106,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_effective_size_weighted_undirected",
        "name": "test_effective_size_weighted_undirected",
        "lineno": 114,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_constraint_isolated",
        "name": "test_constraint_isolated",
        "lineno": 122,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_effective_size_isolated",
        "name": "test_effective_size_isolated",
        "lineno": 128,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy.test_effective_size_borgatti_isolated",
        "name": "test_effective_size_borgatti_isolated",
        "lineno": 135,
        "scope": "TestStructuralHolesNoScipy",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.test_effective_size_isolated_node_with_selfloop",
        "name": "test_effective_size_isolated_node_with_selfloop",
        "lineno": 150,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.test_effective_size_isolated_node_with_selfloop_weighted",
        "name": "test_effective_size_isolated_node_with_selfloop_weighted",
        "lineno": 158,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.test_constraint_isolated_node_with_selfloop",
        "name": "test_constraint_isolated_node_with_selfloop",
        "lineno": 166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.test_constraint_isolated_node_with_selfloop_using_nodes_kwarg",
        "name": "test_constraint_isolated_node_with_selfloop_using_nodes_kwarg",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.test_constraint_isolated_node_with_selfloop_weighted",
        "name": "test_constraint_isolated_node_with_selfloop_weighted",
        "lineno": 180,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.test_constraint_isolated_node_with_selfloop_weighted_using_nodes_kwarg",
        "name": "test_constraint_isolated_node_with_selfloop_weighted_using_nodes_kwarg",
        "lineno": 188,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_summarization": [
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_original_graph",
        "name": "build_original_graph",
        "lineno": 11,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_compressed_graph",
        "name": "build_compressed_graph",
        "lineno": 27,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_empty",
        "name": "test_empty",
        "lineno": 44,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.densify",
        "name": "densify",
        "lineno": 53,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.setup_method",
        "name": "setup_method",
        "lineno": 86,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_dedensify_edges",
        "name": "test_dedensify_edges",
        "lineno": 89,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_dedensify_edge_count",
        "name": "test_dedensify_edge_count",
        "lineno": 105,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edges",
        "name": "test_densify_edges",
        "lineno": 118,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edge_count",
        "name": "test_densify_edge_count",
        "lineno": 129,
        "scope": "TestDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.build_original_graph",
        "name": "build_original_graph",
        "lineno": 144,
        "scope": "TestUnDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.test_empty",
        "name": "test_empty",
        "lineno": 163,
        "scope": "TestUnDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.setup_method",
        "name": "setup_method",
        "lineno": 171,
        "scope": "TestUnDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.build_compressed_graph",
        "name": "build_compressed_graph",
        "lineno": 174,
        "scope": "TestUnDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.test_dedensify_edges",
        "name": "test_dedensify_edges",
        "lineno": 192,
        "scope": "TestUnDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.test_dedensify_edge_count",
        "name": "test_dedensify_edge_count",
        "lineno": 208,
        "scope": "TestUnDirectedDedensification",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.test_summarization_empty",
        "name": "test_summarization_empty",
        "lineno": 226,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.AbstractSNAP.build_original_graph",
        "name": "build_original_graph",
        "lineno": 235,
        "scope": "AbstractSNAP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.AbstractSNAP.build_summary_graph",
        "name": "build_summary_graph",
        "lineno": 238,
        "scope": "AbstractSNAP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.AbstractSNAP.test_summary_graph",
        "name": "test_summary_graph",
        "lineno": 241,
        "scope": "AbstractSNAP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.AbstractSNAP.deterministic_labels",
        "name": "deterministic_labels",
        "lineno": 252,
        "scope": "AbstractSNAP",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.test_summary_graph",
        "name": "test_summary_graph",
        "lineno": 268,
        "scope": "TestSNAPNoEdgeTypes",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.build_original_graph",
        "name": "build_original_graph",
        "lineno": 279,
        "scope": "TestSNAPNoEdgeTypes",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.build_summary_graph",
        "name": "build_summary_graph",
        "lineno": 318,
        "scope": "TestSNAPNoEdgeTypes",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPUndirected.build_original_graph",
        "name": "build_original_graph",
        "lineno": 357,
        "scope": "TestSNAPUndirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPUndirected.build_summary_graph",
        "name": "build_summary_graph",
        "lineno": 396,
        "scope": "TestSNAPUndirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPDirected.build_original_graph",
        "name": "build_original_graph",
        "lineno": 435,
        "scope": "TestSNAPDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPDirected.build_summary_graph",
        "name": "build_summary_graph",
        "lineno": 470,
        "scope": "TestSNAPDirected",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPUndirectedMulti.build_original_graph",
        "name": "build_original_graph",
        "lineno": 505,
        "scope": "TestSNAPUndirectedMulti",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPUndirectedMulti.build_summary_graph",
        "name": "build_summary_graph",
        "lineno": 538,
        "scope": "TestSNAPUndirectedMulti",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPDirectedMulti.build_original_graph",
        "name": "build_original_graph",
        "lineno": 576,
        "scope": "TestSNAPDirectedMulti",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPDirectedMulti.build_summary_graph",
        "name": "build_summary_graph",
        "lineno": 612,
        "scope": "TestSNAPDirectedMulti",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_swap": [
      {
        "id": "networkx.algorithms.tests.test_swap.test_directed_edge_swap",
        "name": "test_directed_edge_swap",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_directed_edge_swap_undo_previous_swap",
        "name": "test_directed_edge_swap_undo_previous_swap",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_edge_cases_directed_edge_swap",
        "name": "test_edge_cases_directed_edge_swap",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_double_edge_swap",
        "name": "test_double_edge_swap",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_double_edge_swap_seed",
        "name": "test_double_edge_swap_seed",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_connected_double_edge_swap",
        "name": "test_connected_double_edge_swap",
        "lineno": 64,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_connected_double_edge_swap_low_window_threshold",
        "name": "test_connected_double_edge_swap_low_window_threshold",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_connected_double_edge_swap_star",
        "name": "test_connected_double_edge_swap_star",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_connected_double_edge_swap_star_low_window_threshold",
        "name": "test_connected_double_edge_swap_star_low_window_threshold",
        "lineno": 89,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_directed_edge_swap_small",
        "name": "test_directed_edge_swap_small",
        "lineno": 98,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_directed_edge_swap_tries",
        "name": "test_directed_edge_swap_tries",
        "lineno": 103,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_directed_exception_undirected",
        "name": "test_directed_exception_undirected",
        "lineno": 110,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_directed_edge_max_tries",
        "name": "test_directed_edge_max_tries",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_double_edge_swap_small",
        "name": "test_double_edge_swap_small",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_double_edge_swap_tries",
        "name": "test_double_edge_swap_tries",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_double_edge_directed",
        "name": "test_double_edge_directed",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_double_edge_max_tries",
        "name": "test_double_edge_max_tries",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_connected_double_edge_swap_small",
        "name": "test_connected_double_edge_swap_small",
        "lineno": 144,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_connected_double_edge_swap_not_connected",
        "name": "test_connected_double_edge_swap_not_connected",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_degree_seq_c4",
        "name": "test_degree_seq_c4",
        "lineno": 156,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_fewer_than_4_nodes",
        "name": "test_fewer_than_4_nodes",
        "lineno": 163,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_swap.test_less_than_3_edges",
        "name": "test_less_than_3_edges",
        "lineno": 170,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_threshold": [
      {
        "id": "networkx.algorithms.tests.test_threshold.test_threshold_graph_invalid_creation_sequence",
        "name": "test_threshold_graph_invalid_creation_sequence",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_threshold_sequence_graph_test",
        "name": "test_threshold_sequence_graph_test",
        "lineno": 21,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_creation_sequences",
        "name": "test_creation_sequences",
        "lineno": 39,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_make_compact",
        "name": "test_make_compact",
        "lineno": 62,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_uncompact",
        "name": "test_uncompact",
        "lineno": 67,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_creation_sequence_to_weights",
        "name": "test_creation_sequence_to_weights",
        "lineno": 75,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_weights_to_creation_sequence",
        "name": "test_weights_to_creation_sequence",
        "lineno": 86,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_find_alternating_4_cycle",
        "name": "test_find_alternating_4_cycle",
        "lineno": 98,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_shortest_path",
        "name": "test_shortest_path",
        "lineno": 103,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_shortest_path_length",
        "name": "test_shortest_path_length",
        "lineno": 127,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_random_threshold_sequence",
        "name": "test_random_threshold_sequence",
        "lineno": 147,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_right_d_threshold_sequence",
        "name": "test_right_d_threshold_sequence",
        "lineno": 163,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_left_d_threshold_sequence",
        "name": "test_left_d_threshold_sequence",
        "lineno": 167,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_weights_thresholds",
        "name": "test_weights_thresholds",
        "lineno": 171,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_finding_routines",
        "name": "test_finding_routines",
        "lineno": 198,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_fast_versions_properties_threshold_graphs",
        "name": "test_fast_versions_properties_threshold_graphs",
        "lineno": 217,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_tg_creation_routines",
        "name": "test_tg_creation_routines",
        "lineno": 245,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_eigenvectors",
        "name": "test_eigenvectors",
        "lineno": 249,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold.test_create_using",
        "name": "test_create_using",
        "lineno": 260,
        "scope": "TestGeneratorThreshold",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_time_dependent": [
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "name": "test_common_graph",
        "lineno": 15,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "name": "test_common_graph_with_given_attributes",
        "lineno": 50,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_int_attributes",
        "name": "test_common_graph_with_int_attributes",
        "lineno": 85,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_float_attributes",
        "name": "test_common_graph_with_float_attributes",
        "lineno": 120,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "name": "test_common_graph_with_weights",
        "lineno": 155,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "name": "test_node_with_no_predecessors",
        "lineno": 189,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "name": "test_node_with_no_successors",
        "lineno": 222,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "name": "test_n_equals_zero",
        "lineno": 255,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_time_timedelta_compatibility",
        "name": "test_time_timedelta_compatibility",
        "lineno": 289,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "name": "test_node_with_no_time",
        "lineno": 324,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "name": "test_maximally_consolidating",
        "lineno": 360,
        "scope": "TestCdIndex",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "name": "test_maximally_destabilizing",
        "lineno": 400,
        "scope": "TestCdIndex",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_tournament": [
      {
        "id": "networkx.algorithms.tests.test_tournament.test_condition_not_satisfied",
        "name": "test_condition_not_satisfied",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_empty_iterable",
        "name": "test_empty_iterable",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_is_tournament",
        "name": "test_is_tournament",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_self_loops",
        "name": "test_self_loops",
        "lineno": 36,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_missing_edges",
        "name": "test_missing_edges",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_bidirectional_edges",
        "name": "test_bidirectional_edges",
        "lineno": 54,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament",
        "name": "test_graph_is_tournament",
        "lineno": 65,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_seed",
        "name": "test_graph_is_tournament_seed",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_one_node",
        "name": "test_graph_is_tournament_one_node",
        "lineno": 77,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_zero_node",
        "name": "test_graph_is_tournament_zero_node",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_hamiltonian_empty_graph",
        "name": "test_hamiltonian_empty_graph",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_path_is_hamiltonian",
        "name": "test_path_is_hamiltonian",
        "lineno": 92,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_hamiltonian_cycle",
        "name": "test_hamiltonian_cycle",
        "lineno": 100,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_score_sequence_edge",
        "name": "test_score_sequence_edge",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_score_sequence_triangle",
        "name": "test_score_sequence_triangle",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_tournament_matrix",
        "name": "test_tournament_matrix",
        "lineno": 124,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_reachable_pair",
        "name": "test_reachable_pair",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_same_node_is_reachable",
        "name": "test_same_node_is_reachable",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_unreachable_pair",
        "name": "test_unreachable_pair",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_is_strongly_connected",
        "name": "test_is_strongly_connected",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_tournament.test_not_strongly_connected",
        "name": "test_not_strongly_connected",
        "lineno": 158,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_triads": [
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census",
        "name": "test_triadic_census",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_is_triad",
        "name": "test_is_triad",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_all_triads",
        "name": "test_all_triads",
        "lineno": 48,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triad_type",
        "name": "test_triad_type",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triad_type_non_order_3",
        "name": "test_triad_type_non_order_3",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triads_by_type",
        "name": "test_triads_by_type",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_short_path_nodelist",
        "name": "test_triadic_census_short_path_nodelist",
        "lineno": 135,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_correct_nodelist_values",
        "name": "test_triadic_census_correct_nodelist_values",
        "lineno": 143,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_tiny_graphs",
        "name": "test_triadic_census_tiny_graphs",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_selfloops",
        "name": "test_triadic_census_selfloops",
        "lineno": 163,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_four_path",
        "name": "test_triadic_census_four_path",
        "lineno": 180,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_four_path_nodelist",
        "name": "test_triadic_census_four_path_nodelist",
        "lineno": 187,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_nodelist",
        "name": "test_triadic_census_nodelist",
        "lineno": 201,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_triads.test_triadic_census_on_random_graph",
        "name": "test_triadic_census_on_random_graph",
        "lineno": 235,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_vitality": [
      {
        "id": "networkx.algorithms.tests.test_vitality.TestClosenessVitality.test_unweighted",
        "name": "test_unweighted",
        "lineno": 5,
        "scope": "TestClosenessVitality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_vitality.TestClosenessVitality.test_weighted",
        "name": "test_weighted",
        "lineno": 10,
        "scope": "TestClosenessVitality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_vitality.TestClosenessVitality.test_unweighted_digraph",
        "name": "test_unweighted_digraph",
        "lineno": 16,
        "scope": "TestClosenessVitality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_vitality.TestClosenessVitality.test_weighted_digraph",
        "name": "test_weighted_digraph",
        "lineno": 21,
        "scope": "TestClosenessVitality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_vitality.TestClosenessVitality.test_weighted_multidigraph",
        "name": "test_weighted_multidigraph",
        "lineno": 28,
        "scope": "TestClosenessVitality",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_vitality.TestClosenessVitality.test_disconnecting_graph",
        "name": "test_disconnecting_graph",
        "lineno": 35,
        "scope": "TestClosenessVitality",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_voronoi": [
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_isolates",
        "name": "test_isolates",
        "lineno": 8,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_undirected_unweighted",
        "name": "test_undirected_unweighted",
        "lineno": 18,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_directed_unweighted",
        "name": "test_directed_unweighted",
        "lineno": 24,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_directed_inward",
        "name": "test_directed_inward",
        "lineno": 31,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_undirected_weighted",
        "name": "test_undirected_weighted",
        "lineno": 43,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_directed_weighted",
        "name": "test_directed_weighted",
        "lineno": 51,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_multigraph_unweighted",
        "name": "test_multigraph_unweighted",
        "lineno": 59,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_multidigraph_unweighted",
        "name": "test_multidigraph_unweighted",
        "lineno": 71,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_multigraph_weighted",
        "name": "test_multigraph_weighted",
        "lineno": 80,
        "scope": "TestVoronoiCells",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells.test_multidigraph_weighted",
        "name": "test_multidigraph_weighted",
        "lineno": 88,
        "scope": "TestVoronoiCells",
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_walks": [
      {
        "id": "networkx.algorithms.tests.test_walks.TestNumberOfWalks.test_directed",
        "name": "test_directed",
        "lineno": 14,
        "scope": "TestNumberOfWalks",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.TestNumberOfWalks.test_undirected",
        "name": "test_undirected",
        "lineno": 20,
        "scope": "TestNumberOfWalks",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.TestNumberOfWalks.test_non_integer_nodes",
        "name": "test_non_integer_nodes",
        "lineno": 26,
        "scope": "TestNumberOfWalks",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.TestNumberOfWalks.test_zero_length",
        "name": "test_zero_length",
        "lineno": 36,
        "scope": "TestNumberOfWalks",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.TestNumberOfWalks.test_negative_length_exception",
        "name": "test_negative_length_exception",
        "lineno": 42,
        "scope": "TestNumberOfWalks",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.TestNumberOfWalks.test_hidden_weight_attr",
        "name": "test_hidden_weight_attr",
        "lineno": 47,
        "scope": "TestNumberOfWalks",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_reproducible",
        "name": "test_random_walk_unweighted_reproducible",
        "lineno": 55,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_dead_end",
        "name": "test_random_walk_unweighted_dead_end",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_directed",
        "name": "test_random_walk_unweighted_directed",
        "lineno": 70,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_omitted_start_raises_typeerror",
        "name": "test_random_walk_omitted_start_raises_typeerror",
        "lineno": 77,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_start_must_be_keyword",
        "name": "test_random_walk_start_must_be_keyword",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_missing_start_node_raises_nodenotfound",
        "name": "test_random_walk_missing_start_node_raises_nodenotfound",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_multigraph_not_implemented",
        "name": "test_random_walk_multigraph_not_implemented",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_reproducible",
        "name": "test_random_walk_weighted_reproducible",
        "lineno": 103,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_with_generator_seed",
        "name": "test_random_walk_weighted_with_generator_seed",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_default_weight",
        "name": "test_random_walk_weighted_default_weight",
        "lineno": 132,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_zero_weight_stops",
        "name": "test_random_walk_weighted_zero_weight_stops",
        "lineno": 143,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_negative_weight_raises",
        "name": "test_random_walk_weighted_negative_weight_raises",
        "lineno": 151,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_with_negative_weight_attr",
        "name": "test_random_walk_unweighted_with_negative_weight_attr",
        "lineno": 159,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests.test_wiener": [
      {
        "id": "networkx.algorithms.tests.test_wiener.test_wiener_index_of_disconnected_graph",
        "name": "test_wiener_index_of_disconnected_graph",
        "lineno": 4,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_wiener_index_of_directed_graph",
        "name": "test_wiener_index_of_directed_graph",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_wiener_index_of_complete_graph",
        "name": "test_wiener_index_of_complete_graph",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_wiener_index_of_path_graph",
        "name": "test_wiener_index_of_path_graph",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_schultz_and_gutman_index_of_disconnected_graph",
        "name": "test_schultz_and_gutman_index_of_disconnected_graph",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_schultz_and_gutman_index_of_complete_bipartite_graph_1",
        "name": "test_schultz_and_gutman_index_of_complete_bipartite_graph_1",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_schultz_and_gutman_index_of_complete_bipartite_graph_2",
        "name": "test_schultz_and_gutman_index_of_complete_bipartite_graph_2",
        "lineno": 81,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_schultz_and_gutman_index_of_complete_graph",
        "name": "test_schultz_and_gutman_index_of_complete_graph",
        "lineno": 96,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_schultz_and_gutman_index_of_odd_cycle_graph",
        "name": "test_schultz_and_gutman_index_of_odd_cycle_graph",
        "lineno": 111,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_hyper_wiener_of_complete_graph",
        "name": "test_hyper_wiener_of_complete_graph",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_hyper_wiener_of_path_graph",
        "name": "test_hyper_wiener_of_path_graph",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_hyper_wiener_of_cycle_graph",
        "name": "test_hyper_wiener_of_cycle_graph",
        "lineno": 144,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_hyper_wiener_of_disconnected_graph",
        "name": "test_hyper_wiener_of_disconnected_graph",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tests.test_wiener.test_hyper_wiener_of_weighted_graph",
        "name": "test_hyper_wiener_of_weighted_graph",
        "lineno": 154,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tests": [],
    "networkx.algorithms.traversal.beamsearch": [
      {
        "id": "networkx.algorithms.traversal.beamsearch.bfs_beam_edges",
        "name": "bfs_beam_edges",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.beamsearch.bfs_beam_edges.successors",
        "name": "successors",
        "lineno": 68,
        "scope": "bfs_beam_edges",
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.breadth_first_search": [
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.generic_bfs_edges",
        "name": "generic_bfs_edges",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.bfs_edges",
        "name": "bfs_edges",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.bfs_tree",
        "name": "bfs_tree",
        "lineno": 198,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.bfs_predecessors",
        "name": "bfs_predecessors",
        "lineno": 266,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.bfs_successors",
        "name": "bfs_successors",
        "lineno": 356,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.bfs_layers",
        "name": "bfs_layers",
        "lineno": 430,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.bfs_labeled_edges",
        "name": "bfs_labeled_edges",
        "lineno": 489,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.breadth_first_search.descendants_at_distance",
        "name": "descendants_at_distance",
        "lineno": 564,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.depth_first_search": [
      {
        "id": "networkx.algorithms.traversal.depth_first_search.dfs_edges",
        "name": "dfs_edges",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.depth_first_search.dfs_tree",
        "name": "dfs_tree",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.depth_first_search.dfs_predecessors",
        "name": "dfs_predecessors",
        "lineno": 167,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.depth_first_search.dfs_successors",
        "name": "dfs_successors",
        "lineno": 229,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.depth_first_search.dfs_postorder_nodes",
        "name": "dfs_postorder_nodes",
        "lineno": 296,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.depth_first_search.dfs_preorder_nodes",
        "name": "dfs_preorder_nodes",
        "lineno": 355,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges",
        "name": "dfs_labeled_edges",
        "lineno": 414,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.edgebfs": [
      {
        "id": "networkx.algorithms.traversal.edgebfs.edge_bfs",
        "name": "edge_bfs",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgebfs.edge_bfs.edges_from",
        "name": "edges_from",
        "lineno": 127,
        "scope": "edge_bfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgebfs.edge_bfs.edges_from",
        "name": "edges_from",
        "lineno": 132,
        "scope": "edge_bfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgebfs.edge_bfs.edges_from",
        "name": "edges_from",
        "lineno": 138,
        "scope": "edge_bfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgebfs.edge_bfs.edges_from",
        "name": "edges_from",
        "lineno": 144,
        "scope": "edge_bfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgebfs.edge_bfs.edge_id",
        "name": "edge_id",
        "lineno": 156,
        "scope": "edge_bfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgebfs.edge_bfs.edge_id",
        "name": "edge_id",
        "lineno": 163,
        "scope": "edge_bfs",
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.edgedfs": [
      {
        "id": "networkx.algorithms.traversal.edgedfs.edge_dfs",
        "name": "edge_dfs",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgedfs.edge_dfs.edges_from",
        "name": "edges_from",
        "lineno": 113,
        "scope": "edge_dfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgedfs.edge_dfs.edges_from",
        "name": "edges_from",
        "lineno": 118,
        "scope": "edge_dfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgedfs.edge_dfs.edges_from",
        "name": "edges_from",
        "lineno": 124,
        "scope": "edge_dfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgedfs.edge_dfs.edges_from",
        "name": "edges_from",
        "lineno": 130,
        "scope": "edge_dfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgedfs.edge_dfs.edge_id",
        "name": "edge_id",
        "lineno": 142,
        "scope": "edge_dfs",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.edgedfs.edge_dfs.edge_id",
        "name": "edge_id",
        "lineno": 148,
        "scope": "edge_dfs",
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal": [],
    "networkx.algorithms.traversal.tests.test_beamsearch": [
      {
        "id": "networkx.algorithms.traversal.tests.test_beamsearch.test_narrow",
        "name": "test_narrow",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_beamsearch.test_wide",
        "name": "test_wide",
        "lineno": 21,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.tests.test_bfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.setup_class",
        "name": "setup_class",
        "lineno": 10,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_successor",
        "name": "test_successor",
        "lineno": 16,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_predecessor",
        "name": "test_predecessor",
        "lineno": 19,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_tree",
        "name": "test_bfs_tree",
        "lineno": 28,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_edges",
        "name": "test_bfs_edges",
        "lineno": 33,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_edges_reverse",
        "name": "test_bfs_edges_reverse",
        "lineno": 37,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_edges_sorting",
        "name": "test_bfs_edges_sorting",
        "lineno": 43,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_tree_isolates",
        "name": "test_bfs_tree_isolates",
        "lineno": 52,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_layers",
        "name": "test_bfs_layers",
        "lineno": 60,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_layers_missing_source",
        "name": "test_bfs_layers_missing_source",
        "lineno": 70,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_descendants_at_distance",
        "name": "test_descendants_at_distance",
        "lineno": 76,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_descendants_at_distance_missing_source",
        "name": "test_descendants_at_distance_missing_source",
        "lineno": 80,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_labeled_edges_directed",
        "name": "test_bfs_labeled_edges_directed",
        "lineno": 84,
        "scope": "TestBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch.setup_class",
        "name": "setup_class",
        "lineno": 137,
        "scope": "TestBreadthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch.test_limited_bfs_successor",
        "name": "test_limited_bfs_successor",
        "lineno": 149,
        "scope": "TestBreadthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch.test_limited_bfs_predecessor",
        "name": "test_limited_bfs_predecessor",
        "lineno": 161,
        "scope": "TestBreadthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch.test_limited_bfs_tree",
        "name": "test_limited_bfs_tree",
        "lineno": 179,
        "scope": "TestBreadthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch.test_limited_bfs_edges",
        "name": "test_limited_bfs_edges",
        "lineno": 183,
        "scope": "TestBreadthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch.test_limited_bfs_layers",
        "name": "test_limited_bfs_layers",
        "lineno": 187,
        "scope": "TestBreadthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch.test_limited_descendants_at_distance",
        "name": "test_limited_descendants_at_distance",
        "lineno": 205,
        "scope": "TestBreadthLimitedSearch",
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.tests.test_dfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.setup_class",
        "name": "setup_class",
        "lineno": 6,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_preorder_nodes",
        "name": "test_preorder_nodes",
        "lineno": 16,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_postorder_nodes",
        "name": "test_postorder_nodes",
        "lineno": 21,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_successor",
        "name": "test_successor",
        "lineno": 26,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_predecessor",
        "name": "test_predecessor",
        "lineno": 32,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_dfs_tree",
        "name": "test_dfs_tree",
        "lineno": 36,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_dfs_edges",
        "name": "test_dfs_edges",
        "lineno": 52,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_dfs_edges_sorting",
        "name": "test_dfs_edges_sorting",
        "lineno": 58,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_dfs_labeled_edges",
        "name": "test_dfs_labeled_edges",
        "lineno": 67,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_dfs_labeled_edges_sorting",
        "name": "test_dfs_labeled_edges_sorting",
        "lineno": 92,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_dfs_labeled_disconnected_edges",
        "name": "test_dfs_labeled_disconnected_edges",
        "lineno": 139,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS.test_dfs_tree_isolates",
        "name": "test_dfs_tree_isolates",
        "lineno": 156,
        "scope": "TestDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.setup_class",
        "name": "setup_class",
        "lineno": 170,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_preorder_nodes",
        "name": "test_dls_preorder_nodes",
        "lineno": 182,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_postorder_nodes",
        "name": "test_dls_postorder_nodes",
        "lineno": 186,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_successor",
        "name": "test_dls_successor",
        "lineno": 199,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_predecessor",
        "name": "test_dls_predecessor",
        "lineno": 210,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_tree",
        "name": "test_dls_tree",
        "lineno": 224,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_edges",
        "name": "test_dls_edges",
        "lineno": 228,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_labeled_edges_depth_1",
        "name": "test_dls_labeled_edges_depth_1",
        "lineno": 232,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_labeled_edges_depth_2",
        "name": "test_dls_labeled_edges_depth_2",
        "lineno": 246,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch.test_dls_labeled_disconnected_edges",
        "name": "test_dls_labeled_disconnected_edges",
        "lineno": 260,
        "scope": "TestDepthLimitedSearch",
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.tests.test_edgebfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.setup_class",
        "name": "setup_class",
        "lineno": 9,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_empty",
        "name": "test_empty",
        "lineno": 13,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_graph_single_source",
        "name": "test_graph_single_source",
        "lineno": 18,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_graph",
        "name": "test_graph",
        "lineno": 25,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph",
        "name": "test_digraph",
        "lineno": 31,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph_orientation_invalid",
        "name": "test_digraph_orientation_invalid",
        "lineno": 37,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph_orientation_none",
        "name": "test_digraph_orientation_none",
        "lineno": 42,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph_orientation_original",
        "name": "test_digraph_orientation_original",
        "lineno": 48,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph2",
        "name": "test_digraph2",
        "lineno": 60,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph_rev",
        "name": "test_digraph_rev",
        "lineno": 67,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph_rev2",
        "name": "test_digraph_rev2",
        "lineno": 79,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_multigraph",
        "name": "test_multigraph",
        "lineno": 86,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 98,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_multidigraph_rev",
        "name": "test_multidigraph_rev",
        "lineno": 104,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph_ignore",
        "name": "test_digraph_ignore",
        "lineno": 117,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_digraph_ignore2",
        "name": "test_digraph_ignore2",
        "lineno": 129,
        "scope": "TestEdgeBFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS.test_multidigraph_ignore",
        "name": "test_multidigraph_ignore",
        "lineno": 136,
        "scope": "TestEdgeBFS",
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.tests.test_edgedfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.setup_class",
        "name": "setup_class",
        "lineno": 20,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_empty",
        "name": "test_empty",
        "lineno": 24,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_graph",
        "name": "test_graph",
        "lineno": 29,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph",
        "name": "test_digraph",
        "lineno": 35,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph_orientation_invalid",
        "name": "test_digraph_orientation_invalid",
        "lineno": 41,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph_orientation_none",
        "name": "test_digraph_orientation_none",
        "lineno": 46,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph_orientation_original",
        "name": "test_digraph_orientation_original",
        "lineno": 52,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph2",
        "name": "test_digraph2",
        "lineno": 58,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph_rev",
        "name": "test_digraph_rev",
        "lineno": 65,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph_rev2",
        "name": "test_digraph_rev2",
        "lineno": 71,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_multigraph",
        "name": "test_multigraph",
        "lineno": 78,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 90,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_multidigraph_rev",
        "name": "test_multidigraph_rev",
        "lineno": 96,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph_ignore",
        "name": "test_digraph_ignore",
        "lineno": 108,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_digraph_ignore2",
        "name": "test_digraph_ignore2",
        "lineno": 114,
        "scope": "TestEdgeDFS",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS.test_multidigraph_ignore",
        "name": "test_multidigraph_ignore",
        "lineno": 121,
        "scope": "TestEdgeDFS",
        "is_async": false
      }
    ],
    "networkx.algorithms.traversal.tests": [],
    "networkx.algorithms.tree.branchings": [
      {
        "id": "networkx.algorithms.tree.branchings.random_string",
        "name": "random_string",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.branching_weight",
        "name": "branching_weight",
        "lineno": 68,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.greedy_branching",
        "name": "greedy_branching",
        "lineno": 103,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.maximum_branching",
        "name": "maximum_branching",
        "lineno": 183,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_add_edge",
        "name": "edmonds_add_edge",
        "lineno": 194,
        "scope": "maximum_branching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_remove_node",
        "name": "edmonds_remove_node",
        "lineno": 227,
        "scope": "maximum_branching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_find_desired_edge",
        "name": "edmonds_find_desired_edge",
        "lineno": 327,
        "scope": "maximum_branching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "name": "edmonds_step_I2",
        "lineno": 364,
        "scope": "maximum_branching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.maximum_branching.is_root",
        "name": "is_root",
        "lineno": 451,
        "scope": "maximum_branching",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.minimum_branching",
        "name": "minimum_branching",
        "lineno": 610,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.minimal_branching",
        "name": "minimal_branching",
        "lineno": 631,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.maximum_spanning_arborescence",
        "name": "maximum_spanning_arborescence",
        "lineno": 695,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "name": "minimum_spanning_arborescence",
        "lineno": 737,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator.Partition.__copy__",
        "name": "__copy__",
        "lineno": 845,
        "scope": "ArborescenceIterator.Partition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator.__init__",
        "name": "__init__",
        "lineno": 850,
        "scope": "ArborescenceIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator.__iter__",
        "name": "__iter__",
        "lineno": 893,
        "scope": "ArborescenceIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator.__next__",
        "name": "__next__",
        "lineno": 927,
        "scope": "ArborescenceIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator._partition",
        "name": "_partition",
        "lineno": 952,
        "scope": "ArborescenceIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator._write_partition",
        "name": "_write_partition",
        "lineno": 992,
        "scope": "ArborescenceIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator._clear_partition",
        "name": "_clear_partition",
        "lineno": 1027,
        "scope": "ArborescenceIterator",
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.coding": [
      {
        "id": "networkx.algorithms.tree.coding.to_nested_tuple",
        "name": "to_nested_tuple",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.coding.to_nested_tuple._make_tuple",
        "name": "_make_tuple",
        "lineno": 103,
        "scope": "to_nested_tuple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.coding.from_nested_tuple",
        "name": "from_nested_tuple",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.coding.from_nested_tuple._make_tree",
        "name": "_make_tree",
        "lineno": 183,
        "scope": "from_nested_tuple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.coding.to_prufer_sequence",
        "name": "to_prufer_sequence",
        "lineno": 218,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.coding.to_prufer_sequence.parents",
        "name": "parents",
        "lineno": 302,
        "scope": "to_prufer_sequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.coding.from_prufer_sequence",
        "name": "from_prufer_sequence",
        "lineno": 319,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.decomposition": [
      {
        "id": "networkx.algorithms.tree.decomposition.junction_tree",
        "name": "junction_tree",
        "lineno": 14,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.distance_measures": [
      {
        "id": "networkx.algorithms.tree.distance_measures.center",
        "name": "center",
        "lineno": 14,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.distance_measures._subtree_sizes",
        "name": "_subtree_sizes",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.distance_measures.centroid",
        "name": "centroid",
        "lineno": 137,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.distance_measures.centroid._heaviest_child",
        "name": "_heaviest_child",
        "lineno": 207,
        "scope": "centroid",
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.mst": [
      {
        "id": "networkx.algorithms.tree.mst.boruvka_mst_edges",
        "name": "boruvka_mst_edges",
        "lineno": 47,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.boruvka_mst_edges.best_edge",
        "name": "best_edge",
        "lineno": 83,
        "scope": "boruvka_mst_edges",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "name": "kruskal_mst_edges",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.prim_mst_edges",
        "name": "prim_mst_edges",
        "lineno": 264,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.minimum_spanning_edges",
        "name": "minimum_spanning_edges",
        "lineno": 378,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.maximum_spanning_edges",
        "name": "maximum_spanning_edges",
        "lineno": 473,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.minimum_spanning_tree",
        "name": "minimum_spanning_tree",
        "lineno": 566,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.partition_spanning_tree",
        "name": "partition_spanning_tree",
        "lineno": 626,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.maximum_spanning_tree",
        "name": "maximum_spanning_tree",
        "lineno": 690,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.random_spanning_tree",
        "name": "random_spanning_tree",
        "lineno": 754,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.random_spanning_tree.find_node",
        "name": "find_node",
        "lineno": 798,
        "scope": "random_spanning_tree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.random_spanning_tree.prepare_graph",
        "name": "prepare_graph",
        "lineno": 830,
        "scope": "random_spanning_tree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.random_spanning_tree.spanning_tree_total_weight",
        "name": "spanning_tree_total_weight",
        "lineno": 873,
        "scope": "random_spanning_tree",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator.Partition.__copy__",
        "name": "__copy__",
        "lineno": 1043,
        "scope": "SpanningTreeIterator.Partition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator.__init__",
        "name": "__init__",
        "lineno": 1048,
        "scope": "SpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator.__iter__",
        "name": "__iter__",
        "lineno": 1079,
        "scope": "SpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "name": "__next__",
        "lineno": 1082,
        "scope": "SpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator._partition",
        "name": "_partition",
        "lineno": 1113,
        "scope": "SpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator._write_partition",
        "name": "_write_partition",
        "lineno": 1150,
        "scope": "SpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator._clear_partition",
        "name": "_clear_partition",
        "lineno": 1172,
        "scope": "SpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.mst.number_of_spanning_trees",
        "name": "number_of_spanning_trees",
        "lineno": 1186,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.operations": [
      {
        "id": "networkx.algorithms.tree.operations.join_trees",
        "name": "join_trees",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.recognition": [
      {
        "id": "networkx.algorithms.tree.recognition.is_arborescence",
        "name": "is_arborescence",
        "lineno": 83,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.recognition.is_branching",
        "name": "is_branching",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.recognition.is_forest",
        "name": "is_forest",
        "lineno": 162,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.recognition.is_tree",
        "name": "is_tree",
        "lineno": 219,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree": [],
    "networkx.algorithms.tree.tests.test_branchings": [
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.G1",
        "name": "G1",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.G2",
        "name": "G2",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "name": "build_branching",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.sorted_edges",
        "name": "sorted_edges",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "name": "assert_equal_branchings",
        "lineno": 145,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching1",
        "name": "test_optimal_branching1",
        "lineno": 162,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2a",
        "name": "test_optimal_branching2a",
        "lineno": 168,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2b",
        "name": "test_optimal_branching2b",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_optimal_arborescence2",
        "name": "test_optimal_arborescence2",
        "lineno": 180,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1a",
        "name": "test_greedy_suboptimal_branching1a",
        "lineno": 186,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1b",
        "name": "test_greedy_suboptimal_branching1b",
        "lineno": 192,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max1",
        "name": "test_greedy_max1",
        "lineno": 198,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_branching_kwarg_kind",
        "name": "test_greedy_branching_kwarg_kind",
        "lineno": 209,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_branching_for_unsortable_nodes",
        "name": "test_greedy_branching_for_unsortable_nodes",
        "lineno": 215,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max2",
        "name": "test_greedy_max2",
        "lineno": 229,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max3",
        "name": "test_greedy_max3",
        "lineno": 251,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_greedy_min",
        "name": "test_greedy_min",
        "lineno": 272,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxbranch",
        "name": "test_edmonds1_maxbranch",
        "lineno": 290,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxarbor",
        "name": "test_edmonds1_maxarbor",
        "lineno": 297,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minimal_branching",
        "name": "test_edmonds1_minimal_branching",
        "lineno": 304,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxbranch",
        "name": "test_edmonds2_maxbranch",
        "lineno": 322,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxarbor",
        "name": "test_edmonds2_maxarbor",
        "lineno": 329,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_minarbor",
        "name": "test_edmonds2_minarbor",
        "lineno": 336,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch1",
        "name": "test_edmonds3_minbranch1",
        "lineno": 355,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch2",
        "name": "test_edmonds3_minbranch2",
        "lineno": 363,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_mst",
        "name": "test_mst",
        "lineno": 375,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_mixed_nodetypes",
        "name": "test_mixed_nodetypes",
        "lineno": 410,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minbranch",
        "name": "test_edmonds1_minbranch",
        "lineno": 419,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edge_attribute_preservation_normal_graph",
        "name": "test_edge_attribute_preservation_normal_graph",
        "lineno": 437,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edge_attribute_preservation_multigraph",
        "name": "test_edge_attribute_preservation_multigraph",
        "lineno": 455,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_edge_attribute_discard",
        "name": "test_edge_attribute_discard",
        "lineno": 473,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_partition_spanning_arborescence",
        "name": "test_partition_spanning_arborescence",
        "lineno": 491,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_arborescence_iterator_min",
        "name": "test_arborescence_iterator_min",
        "lineno": 518,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_arborescence_iterator_max",
        "name": "test_arborescence_iterator_max",
        "lineno": 545,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_arborescence_iterator_initial_partition",
        "name": "test_arborescence_iterator_initial_partition",
        "lineno": 572,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_branchings.test_branchings_with_default_weights",
        "name": "test_branchings_with_default_weights",
        "lineno": 601,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.tests.test_coding": [
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_nontree",
        "name": "test_nontree",
        "lineno": 17,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_null_graph",
        "name": "test_null_graph",
        "lineno": 22,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_trivial_graph",
        "name": "test_trivial_graph",
        "lineno": 26,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_bad_integer_labels",
        "name": "test_bad_integer_labels",
        "lineno": 30,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_encoding",
        "name": "test_encoding",
        "lineno": 35,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_decoding",
        "name": "test_decoding",
        "lineno": 45,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_decoding2",
        "name": "test_decoding2",
        "lineno": 54,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_inverse",
        "name": "test_inverse",
        "lineno": 62,
        "scope": "TestPruferSequence",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestNestedTuple.test_nontree",
        "name": "test_nontree",
        "lineno": 77,
        "scope": "TestNestedTuple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestNestedTuple.test_unknown_root",
        "name": "test_unknown_root",
        "lineno": 82,
        "scope": "TestNestedTuple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestNestedTuple.test_encoding",
        "name": "test_encoding",
        "lineno": 87,
        "scope": "TestNestedTuple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestNestedTuple.test_canonical_form",
        "name": "test_canonical_form",
        "lineno": 93,
        "scope": "TestNestedTuple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestNestedTuple.test_decoding",
        "name": "test_decoding",
        "lineno": 103,
        "scope": "TestNestedTuple",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestNestedTuple.test_sensible_relabeling",
        "name": "test_sensible_relabeling",
        "lineno": 109,
        "scope": "TestNestedTuple",
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.tests.test_decomposition": [
      {
        "id": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_confounders",
        "name": "test_junction_tree_directed_confounders",
        "lineno": 5,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_unconnected_nodes",
        "name": "test_junction_tree_directed_unconnected_nodes",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_cascade",
        "name": "test_junction_tree_directed_cascade",
        "lineno": 34,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_unconnected_edges",
        "name": "test_junction_tree_directed_unconnected_edges",
        "lineno": 51,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_undirected",
        "name": "test_junction_tree_undirected",
        "lineno": 62,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.tests.test_distance_measures": [
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestCenter.test_center_simple_tree",
        "name": "test_center_simple_tree",
        "lineno": 10,
        "scope": "TestCenter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestCenter.test_center_balanced_tree",
        "name": "test_center_balanced_tree",
        "lineno": 16,
        "scope": "TestCenter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestCenter.test_center_path_graph",
        "name": "test_center_path_graph",
        "lineno": 21,
        "scope": "TestCenter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestCenter.test_center_star_graph",
        "name": "test_center_star_graph",
        "lineno": 27,
        "scope": "TestCenter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestCenter.test_center_non_tree",
        "name": "test_center_non_tree",
        "lineno": 48,
        "scope": "TestCenter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestCenter.test_center_directed",
        "name": "test_center_directed",
        "lineno": 53,
        "scope": "TestCenter",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance.test_tree_centroid_path_graphs",
        "name": "test_tree_centroid_path_graphs",
        "lineno": 63,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance.test_tree_centroid_balanced_tree",
        "name": "test_tree_centroid_balanced_tree",
        "lineno": 70,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance.test_tree_centroid_multiple_centroids",
        "name": "test_tree_centroid_multiple_centroids",
        "lineno": 74,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance.test_tree_centroid_different_from_graph_center",
        "name": "test_tree_centroid_different_from_graph_center",
        "lineno": 78,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance.test_tree_centroid_not_a_tree",
        "name": "test_tree_centroid_not_a_tree",
        "lineno": 84,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance.test_tree_centroid_direct_raises",
        "name": "test_tree_centroid_direct_raises",
        "lineno": 90,
        "scope": "TestDistance",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance.test_tree_centroid_empty",
        "name": "test_tree_centroid_empty",
        "lineno": 96,
        "scope": "TestDistance",
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.tests.test_mst": [
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_unknown_algorithm",
        "name": "test_unknown_algorithm",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.setup_method",
        "name": "setup_method",
        "lineno": 28,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_minimum_edges",
        "name": "test_minimum_edges",
        "lineno": 68,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_maximum_edges",
        "name": "test_maximum_edges",
        "lineno": 75,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_without_data",
        "name": "test_without_data",
        "lineno": 82,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_nan_weights",
        "name": "test_nan_weights",
        "lineno": 90,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_nan_weights_MultiGraph",
        "name": "test_nan_weights_MultiGraph",
        "lineno": 111,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_nan_weights_order",
        "name": "test_nan_weights_order",
        "lineno": 124,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_isolated_node",
        "name": "test_isolated_node",
        "lineno": 149,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_minimum_tree",
        "name": "test_minimum_tree",
        "lineno": 174,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_maximum_tree",
        "name": "test_maximum_tree",
        "lineno": 179,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_disconnected",
        "name": "test_disconnected",
        "lineno": 184,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 190,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_attributes",
        "name": "test_attributes",
        "lineno": 196,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_weight_attribute",
        "name": "test_weight_attribute",
        "lineno": 208,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase.test_minimum_spanning_edges_directed_raises",
        "name": "test_minimum_spanning_edges_directed_raises",
        "lineno": 221,
        "scope": "MinimumSpanningTreeTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestBoruvka.test_unicode_name",
        "name": "test_unicode_name",
        "lineno": 237,
        "scope": "TestBoruvka",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestBoruvka.test_minimum_spanning_edges_multigraph_raises",
        "name": "test_minimum_spanning_edges_multigraph_raises",
        "lineno": 247,
        "scope": "TestBoruvka",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MultigraphMSTTestBase.test_multigraph_keys_min",
        "name": "test_multigraph_keys_min",
        "lineno": 259,
        "scope": "MultigraphMSTTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MultigraphMSTTestBase.test_multigraph_keys_max",
        "name": "test_multigraph_keys_max",
        "lineno": 270,
        "scope": "MultigraphMSTTestBase",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestKruskal.test_key_data_bool",
        "name": "test_key_data_bool",
        "lineno": 289,
        "scope": "TestKruskal",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestPrim.test_prim_mst_edges_simple_graph",
        "name": "test_prim_mst_edges_simple_graph",
        "lineno": 335,
        "scope": "TestPrim",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestPrim.test_ignore_nan",
        "name": "test_ignore_nan",
        "lineno": 347,
        "scope": "TestPrim",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestPrim.test_multigraph_keys_tree",
        "name": "test_multigraph_keys_tree",
        "lineno": 366,
        "scope": "TestPrim",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestPrim.test_multigraph_keys_tree_max",
        "name": "test_multigraph_keys_tree_max",
        "lineno": 373,
        "scope": "TestPrim",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeIterator.setup_method",
        "name": "setup_method",
        "lineno": 388,
        "scope": "TestSpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeIterator.test_minimum_spanning_tree_iterator",
        "name": "test_minimum_spanning_tree_iterator",
        "lineno": 453,
        "scope": "TestSpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeIterator.test_maximum_spanning_tree_iterator",
        "name": "test_maximum_spanning_tree_iterator",
        "lineno": 463,
        "scope": "TestSpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeIterator.test_next_without_iter",
        "name": "test_next_without_iter",
        "lineno": 473,
        "scope": "TestSpanningTreeIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeMultiGraphIterator.setup_method",
        "name": "setup_method",
        "lineno": 487,
        "scope": "TestSpanningTreeMultiGraphIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeMultiGraphIterator.test_minimum_spanning_tree_iterator_multigraph",
        "name": "test_minimum_spanning_tree_iterator_multigraph",
        "lineno": 516,
        "scope": "TestSpanningTreeMultiGraphIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeMultiGraphIterator.test_maximum_spanning_tree_iterator_multigraph",
        "name": "test_maximum_spanning_tree_iterator_multigraph",
        "lineno": 529,
        "scope": "TestSpanningTreeMultiGraphIterator",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_multiplicative_small",
        "name": "test_random_spanning_tree_multiplicative_small",
        "lineno": 544,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_multiplicative_large",
        "name": "test_random_spanning_tree_multiplicative_large",
        "lineno": 579,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_additive_small",
        "name": "test_random_spanning_tree_additive_small",
        "lineno": 670,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_additive_large",
        "name": "test_random_spanning_tree_additive_large",
        "lineno": 705,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_empty_graph",
        "name": "test_random_spanning_tree_empty_graph",
        "lineno": 797,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_single_node_graph",
        "name": "test_random_spanning_tree_single_node_graph",
        "lineno": 804,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_single_node_loop",
        "name": "test_random_spanning_tree_single_node_loop",
        "lineno": 812,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.setup_class",
        "name": "setup_class",
        "lineno": 823,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_disconnected",
        "name": "test_nst_disconnected",
        "lineno": 828,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_no_nodes",
        "name": "test_nst_no_nodes",
        "lineno": 832,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_weight",
        "name": "test_nst_weight",
        "lineno": 837,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_negative_weight",
        "name": "test_nst_negative_weight",
        "lineno": 847,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_selfloop",
        "name": "test_nst_selfloop",
        "lineno": 857,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_multigraph",
        "name": "test_nst_multigraph",
        "lineno": 863,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_complete_graph",
        "name": "test_nst_complete_graph",
        "lineno": 871,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_path_graph",
        "name": "test_nst_path_graph",
        "lineno": 877,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_cycle_graph",
        "name": "test_nst_cycle_graph",
        "lineno": 881,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_noroot",
        "name": "test_nst_directed_noroot",
        "lineno": 885,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_root_not_exist",
        "name": "test_nst_directed_root_not_exist",
        "lineno": 890,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_not_weak_connected",
        "name": "test_nst_directed_not_weak_connected",
        "lineno": 895,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_cycle_graph",
        "name": "test_nst_directed_cycle_graph",
        "lineno": 901,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_complete_graph",
        "name": "test_nst_directed_complete_graph",
        "lineno": 906,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_multi",
        "name": "test_nst_directed_multi",
        "lineno": 911,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_selfloop",
        "name": "test_nst_directed_selfloop",
        "lineno": 917,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_weak_connected",
        "name": "test_nst_directed_weak_connected",
        "lineno": 923,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees.test_nst_directed_weighted",
        "name": "test_nst_directed_weighted",
        "lineno": 929,
        "scope": "TestNumberSpanningTrees",
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.tests.test_operations": [
      {
        "id": "networkx.algorithms.tree.tests.test_operations._check_custom_label_attribute",
        "name": "_check_custom_label_attribute",
        "lineno": 7,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_operations.test_empty_sequence",
        "name": "test_empty_sequence",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_operations.test_single",
        "name": "test_single",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_operations.test_basic",
        "name": "test_basic",
        "lineno": 32,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_operations.test_first_label",
        "name": "test_first_label",
        "lineno": 46,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.tests.test_recognition": [
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.setup_class",
        "name": "setup_class",
        "lineno": 11,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_null_tree",
        "name": "test_null_tree",
        "lineno": 46,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_null_tree2",
        "name": "test_null_tree2",
        "lineno": 50,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_null_forest",
        "name": "test_null_forest",
        "lineno": 54,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_null_forest2",
        "name": "test_null_forest2",
        "lineno": 58,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_is_tree",
        "name": "test_is_tree",
        "lineno": 62,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_is_not_tree",
        "name": "test_is_not_tree",
        "lineno": 67,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_is_forest",
        "name": "test_is_forest",
        "lineno": 72,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition.test_is_not_forest",
        "name": "test_is_not_forest",
        "lineno": 79,
        "scope": "TestTreeRecognition",
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_disconnected_graph",
        "name": "test_disconnected_graph",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_dag_nontree",
        "name": "test_dag_nontree",
        "lineno": 101,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_multicycle",
        "name": "test_multicycle",
        "lineno": 108,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_emptybranch",
        "name": "test_emptybranch",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_is_branching_empty_graph_raises",
        "name": "test_is_branching_empty_graph_raises",
        "lineno": 122,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_path",
        "name": "test_path",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_notbranching1",
        "name": "test_notbranching1",
        "lineno": 135,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_notbranching2",
        "name": "test_notbranching2",
        "lineno": 144,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_notarborescence1",
        "name": "test_notarborescence1",
        "lineno": 153,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_notarborescence2",
        "name": "test_notarborescence2",
        "lineno": 162,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.test_is_arborescense_empty_graph_raises",
        "name": "test_is_arborescense_empty_graph_raises",
        "lineno": 171,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.algorithms.tree.tests": [],
    "networkx.classes.coreviews": [
      {
        "id": "networkx.classes.coreviews.AtlasView.__getstate__",
        "name": "__getstate__",
        "lineno": 38,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.__setstate__",
        "name": "__setstate__",
        "lineno": 41,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.__init__",
        "name": "__init__",
        "lineno": 44,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.__len__",
        "name": "__len__",
        "lineno": 47,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.__iter__",
        "name": "__iter__",
        "lineno": 50,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.__getitem__",
        "name": "__getitem__",
        "lineno": 53,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.copy",
        "name": "copy",
        "lineno": 56,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.__str__",
        "name": "__str__",
        "lineno": 59,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AtlasView.__repr__",
        "name": "__repr__",
        "lineno": 62,
        "scope": "AtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AdjacencyView.__getitem__",
        "name": "__getitem__",
        "lineno": 81,
        "scope": "AdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.AdjacencyView.copy",
        "name": "copy",
        "lineno": 84,
        "scope": "AdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.MultiAdjacencyView.__getitem__",
        "name": "__getitem__",
        "lineno": 103,
        "scope": "MultiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.MultiAdjacencyView.copy",
        "name": "copy",
        "lineno": 106,
        "scope": "MultiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__getstate__",
        "name": "__getstate__",
        "lineno": 126,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__setstate__",
        "name": "__setstate__",
        "lineno": 129,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__init__",
        "name": "__init__",
        "lineno": 133,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__len__",
        "name": "__len__",
        "lineno": 137,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__iter__",
        "name": "__iter__",
        "lineno": 140,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__getitem__",
        "name": "__getitem__",
        "lineno": 143,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.copy",
        "name": "copy",
        "lineno": 149,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__str__",
        "name": "__str__",
        "lineno": 158,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas.__repr__",
        "name": "__repr__",
        "lineno": 161,
        "scope": "UnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__getstate__",
        "name": "__getstate__",
        "lineno": 185,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__setstate__",
        "name": "__setstate__",
        "lineno": 188,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__init__",
        "name": "__init__",
        "lineno": 192,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__len__",
        "name": "__len__",
        "lineno": 198,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__iter__",
        "name": "__iter__",
        "lineno": 201,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__getitem__",
        "name": "__getitem__",
        "lineno": 204,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.copy",
        "name": "copy",
        "lineno": 207,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__str__",
        "name": "__str__",
        "lineno": 210,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency.__repr__",
        "name": "__repr__",
        "lineno": 213,
        "scope": "UnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionMultiInner.__getitem__",
        "name": "__getitem__",
        "lineno": 234,
        "scope": "UnionMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionMultiInner.copy",
        "name": "copy",
        "lineno": 243,
        "scope": "UnionMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.UnionMultiAdjacency.__getitem__",
        "name": "__getitem__",
        "lineno": 263,
        "scope": "UnionMultiAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAtlas.__init__",
        "name": "__init__",
        "lineno": 280,
        "scope": "FilterAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAtlas.__len__",
        "name": "__len__",
        "lineno": 284,
        "scope": "FilterAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAtlas.__iter__",
        "name": "__iter__",
        "lineno": 293,
        "scope": "FilterAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAtlas.__getitem__",
        "name": "__getitem__",
        "lineno": 302,
        "scope": "FilterAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAtlas.__str__",
        "name": "__str__",
        "lineno": 307,
        "scope": "FilterAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAtlas.__repr__",
        "name": "__repr__",
        "lineno": 310,
        "scope": "FilterAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency.__init__",
        "name": "__init__",
        "lineno": 328,
        "scope": "FilterAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency.__len__",
        "name": "__len__",
        "lineno": 333,
        "scope": "FilterAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency.__iter__",
        "name": "__iter__",
        "lineno": 342,
        "scope": "FilterAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency.__getitem__",
        "name": "__getitem__",
        "lineno": 351,
        "scope": "FilterAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency.__getitem__.new_node_ok",
        "name": "new_node_ok",
        "lineno": 354,
        "scope": "FilterAdjacency.__getitem__",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency.__str__",
        "name": "__str__",
        "lineno": 360,
        "scope": "FilterAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency.__repr__",
        "name": "__repr__",
        "lineno": 363,
        "scope": "FilterAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterMultiInner.__iter__",
        "name": "__iter__",
        "lineno": 381,
        "scope": "FilterMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterMultiInner.__getitem__",
        "name": "__getitem__",
        "lineno": 399,
        "scope": "FilterMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterMultiInner.__getitem__.new_node_ok",
        "name": "new_node_ok",
        "lineno": 406,
        "scope": "FilterMultiInner.__getitem__",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterMultiAdjacency.__getitem__",
        "name": "__getitem__",
        "lineno": 428,
        "scope": "FilterMultiAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.coreviews.FilterMultiAdjacency.__getitem__.edge_ok",
        "name": "edge_ok",
        "lineno": 431,
        "scope": "FilterMultiAdjacency.__getitem__",
        "is_async": false
      }
    ],
    "networkx.classes.digraph": [
      {
        "id": "networkx.classes.digraph._CachedPropertyResetterAdjAndSucc.__set__",
        "name": "__set__",
        "lineno": 40,
        "scope": "_CachedPropertyResetterAdjAndSucc",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph._CachedPropertyResetterPred.__set__",
        "name": "__set__",
        "lineno": 77,
        "scope": "_CachedPropertyResetterPred",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.__new__",
        "name": "__new__",
        "lineno": 340,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.__init__",
        "name": "__init__",
        "lineno": 343,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.adj",
        "name": "adj",
        "lineno": 394,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.succ",
        "name": "succ",
        "lineno": 413,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.pred",
        "name": "pred",
        "lineno": 434,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.add_node",
        "name": "add_node",
        "lineno": 449,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.add_nodes_from",
        "name": "add_nodes_from",
        "lineno": 499,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.remove_node",
        "name": "remove_node",
        "lineno": 578,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.remove_nodes_from",
        "name": "remove_nodes_from",
        "lineno": 621,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.add_edge",
        "name": "add_edge",
        "lineno": 676,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.add_edges_from",
        "name": "add_edges_from",
        "lineno": 747,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.remove_edge",
        "name": "remove_edge",
        "lineno": 830,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.remove_edges_from",
        "name": "remove_edges_from",
        "lineno": 864,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.has_successor",
        "name": "has_successor",
        "lineno": 897,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.has_predecessor",
        "name": "has_predecessor",
        "lineno": 904,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.successors",
        "name": "successors",
        "lineno": 911,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.predecessors",
        "name": "predecessors",
        "lineno": 943,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.edges",
        "name": "edges",
        "lineno": 969,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.out_edges",
        "name": "out_edges",
        "lineno": 1033,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.in_edges",
        "name": "in_edges",
        "lineno": 1039,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.degree",
        "name": "degree",
        "lineno": 1079,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.in_degree",
        "name": "in_degree",
        "lineno": 1123,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.out_degree",
        "name": "out_degree",
        "lineno": 1170,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.clear",
        "name": "clear",
        "lineno": 1216,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.clear_edges",
        "name": "clear_edges",
        "lineno": 1237,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.is_multigraph",
        "name": "is_multigraph",
        "lineno": 1256,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.is_directed",
        "name": "is_directed",
        "lineno": 1260,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.to_undirected",
        "name": "to_undirected",
        "lineno": 1264,
        "scope": "DiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.digraph.DiGraph.reverse",
        "name": "reverse",
        "lineno": 1343,
        "scope": "DiGraph",
        "is_async": false
      }
    ],
    "networkx.classes.filters": [
      {
        "id": "networkx.classes.filters.no_filter",
        "name": "no_filter",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.hide_nodes",
        "name": "hide_nodes",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.hide_diedges",
        "name": "hide_diedges",
        "lineno": 32,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.hide_edges",
        "name": "hide_edges",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.hide_multidiedges",
        "name": "hide_multidiedges",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.hide_multiedges",
        "name": "hide_multiedges",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.show_nodes.__init__",
        "name": "__init__",
        "lineno": 67,
        "scope": "show_nodes",
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.show_nodes.__call__",
        "name": "__call__",
        "lineno": 70,
        "scope": "show_nodes",
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.show_diedges",
        "name": "show_diedges",
        "lineno": 74,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.show_edges",
        "name": "show_edges",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.show_multidiedges",
        "name": "show_multidiedges",
        "lineno": 86,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.filters.show_multiedges",
        "name": "show_multiedges",
        "lineno": 92,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.classes.function": [
      {
        "id": "networkx.classes.function.nodes",
        "name": "nodes",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.edges",
        "name": "edges",
        "lineno": 61,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.degree",
        "name": "degree",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.neighbors",
        "name": "neighbors",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.number_of_nodes",
        "name": "number_of_nodes",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.number_of_edges",
        "name": "number_of_edges",
        "lineno": 98,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.density",
        "name": "density",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.degree_histogram",
        "name": "degree_histogram",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.is_directed",
        "name": "is_directed",
        "lineno": 188,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.frozen",
        "name": "frozen",
        "lineno": 193,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.freeze",
        "name": "freeze",
        "lineno": 198,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.is_frozen",
        "name": "is_frozen",
        "lineno": 248,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.add_star",
        "name": "add_star",
        "lineno": 266,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.add_path",
        "name": "add_path",
        "lineno": 301,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.add_cycle",
        "name": "add_cycle",
        "lineno": 333,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.subgraph",
        "name": "subgraph",
        "lineno": 367,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.induced_subgraph",
        "name": "induced_subgraph",
        "lineno": 390,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.edge_subgraph",
        "name": "edge_subgraph",
        "lineno": 436,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.restricted_view",
        "name": "restricted_view",
        "lineno": 521,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.to_directed",
        "name": "to_directed",
        "lineno": 577,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.to_undirected",
        "name": "to_undirected",
        "lineno": 587,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.create_empty_copy",
        "name": "create_empty_copy",
        "lineno": 597,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.set_node_attributes",
        "name": "set_node_attributes",
        "lineno": 621,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.get_node_attributes",
        "name": "get_node_attributes",
        "lineno": 723,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.remove_node_attributes",
        "name": "remove_node_attributes",
        "lineno": 760,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.set_edge_attributes",
        "name": "set_edge_attributes",
        "lineno": 797,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.get_edge_attributes",
        "name": "get_edge_attributes",
        "lineno": 936,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.remove_edge_attributes",
        "name": "remove_edge_attributes",
        "lineno": 979,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.all_neighbors",
        "name": "all_neighbors",
        "lineno": 1014,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.non_neighbors",
        "name": "non_neighbors",
        "lineno": 1069,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.non_edges",
        "name": "non_edges",
        "lineno": 1088,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.common_neighbors",
        "name": "common_neighbors",
        "lineno": 1114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.is_weighted",
        "name": "is_weighted",
        "lineno": 1150,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.is_negatively_weighted",
        "name": "is_negatively_weighted",
        "lineno": 1204,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.is_empty",
        "name": "is_empty",
        "lineno": 1258,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.nodes_with_selfloops",
        "name": "nodes_with_selfloops",
        "lineno": 1281,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.selfloop_edges",
        "name": "selfloop_edges",
        "lineno": 1308,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.number_of_selfloops",
        "name": "number_of_selfloops",
        "lineno": 1411,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.is_path",
        "name": "is_path",
        "lineno": 1436,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.path_weight",
        "name": "path_weight",
        "lineno": 1462,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function.describe",
        "name": "describe",
        "lineno": 1500,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.function._create_describe_info_dict",
        "name": "_create_describe_info_dict",
        "lineno": 1571,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.classes.graph": [
      {
        "id": "networkx.classes.graph._CachedPropertyResetterAdj.__set__",
        "name": "__set__",
        "lineno": 37,
        "scope": "_CachedPropertyResetterAdj",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph._CachedPropertyResetterNode.__set__",
        "name": "__set__",
        "lineno": 62,
        "scope": "_CachedPropertyResetterNode",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.to_directed_class",
        "name": "to_directed_class",
        "lineno": 322,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.to_undirected_class",
        "name": "to_undirected_class",
        "lineno": 330,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.__new__",
        "name": "__new__",
        "lineno": 345,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.__init__",
        "name": "__init__",
        "lineno": 348,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.adj",
        "name": "adj",
        "lineno": 393,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.name",
        "name": "name",
        "lineno": 412,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.name",
        "name": "name",
        "lineno": 422,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.__str__",
        "name": "__str__",
        "lineno": 426,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.__iter__",
        "name": "__iter__",
        "lineno": 454,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.__contains__",
        "name": "__contains__",
        "lineno": 472,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.__len__",
        "name": "__len__",
        "lineno": 486,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.__getitem__",
        "name": "__getitem__",
        "lineno": 508,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.add_node",
        "name": "add_node",
        "lineno": 534,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.add_nodes_from",
        "name": "add_nodes_from",
        "lineno": 583,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.remove_node",
        "name": "remove_node",
        "lineno": 661,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.remove_nodes_from",
        "name": "remove_nodes_from",
        "lineno": 702,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.nodes",
        "name": "nodes",
        "lineno": 756,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.number_of_nodes",
        "name": "number_of_nodes",
        "lineno": 848,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.order",
        "name": "order",
        "lineno": 869,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.has_node",
        "name": "has_node",
        "lineno": 890,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.add_edge",
        "name": "add_edge",
        "lineno": 916,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.add_edges_from",
        "name": "add_edges_from",
        "lineno": 985,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.add_weighted_edges_from",
        "name": "add_weighted_edges_from",
        "lineno": 1066,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.remove_edge",
        "name": "remove_edge",
        "lineno": 1117,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.remove_edges_from",
        "name": "remove_edges_from",
        "lineno": 1151,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.update",
        "name": "update",
        "lineno": 1186,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.has_edge",
        "name": "has_edge",
        "lineno": 1302,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.neighbors",
        "name": "neighbors",
        "lineno": 1343,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.edges",
        "name": "edges",
        "lineno": 1387,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.get_edge_data",
        "name": "get_edge_data",
        "lineno": 1443,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.adjacency",
        "name": "adjacency",
        "lineno": 1489,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.degree",
        "name": "degree",
        "lineno": 1510,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.clear",
        "name": "clear",
        "lineno": 1547,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.clear_edges",
        "name": "clear_edges",
        "lineno": 1567,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.is_multigraph",
        "name": "is_multigraph",
        "lineno": 1583,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.is_directed",
        "name": "is_directed",
        "lineno": 1587,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.copy",
        "name": "copy",
        "lineno": 1591,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.to_directed",
        "name": "to_directed",
        "lineno": 1680,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.to_undirected",
        "name": "to_undirected",
        "lineno": 1736,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.subgraph",
        "name": "subgraph",
        "lineno": 1793,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.edge_subgraph",
        "name": "edge_subgraph",
        "lineno": 1877,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.size",
        "name": "size",
        "lineno": 1917,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.number_of_edges",
        "name": "number_of_edges",
        "lineno": 1960,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.nbunch_iter",
        "name": "nbunch_iter",
        "lineno": 2012,
        "scope": "Graph",
        "is_async": false
      },
      {
        "id": "networkx.classes.graph.Graph.nbunch_iter.bunch_iter",
        "name": "bunch_iter",
        "lineno": 2058,
        "scope": "Graph.nbunch_iter",
        "is_async": false
      }
    ],
    "networkx.classes.graphviews": [
      {
        "id": "networkx.classes.graphviews.generic_graph_view",
        "name": "generic_graph_view",
        "lineno": 41,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.graphviews.subgraph_view",
        "name": "subgraph_view",
        "lineno": 135,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.graphviews.subgraph_view.reverse_edge",
        "name": "reverse_edge",
        "lineno": 218,
        "scope": "subgraph_view",
        "is_async": false
      },
      {
        "id": "networkx.classes.graphviews.subgraph_view.reverse_edge",
        "name": "reverse_edge",
        "lineno": 224,
        "scope": "subgraph_view",
        "is_async": false
      },
      {
        "id": "networkx.classes.graphviews.reverse_view",
        "name": "reverse_view",
        "lineno": 237,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.classes.multidigraph": [
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.__new__",
        "name": "__new__",
        "lineno": 308,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.__init__",
        "name": "__init__",
        "lineno": 311,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.adj",
        "name": "adj",
        "lineno": 376,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.succ",
        "name": "succ",
        "lineno": 395,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.pred",
        "name": "pred",
        "lineno": 414,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.add_edge",
        "name": "add_edge",
        "lineno": 427,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.remove_edge",
        "name": "remove_edge",
        "lineno": 525,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.edges",
        "name": "edges",
        "lineno": 601,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.out_edges",
        "name": "out_edges",
        "lineno": 683,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.in_edges",
        "name": "in_edges",
        "lineno": 689,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.degree",
        "name": "degree",
        "lineno": 723,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.in_degree",
        "name": "in_degree",
        "lineno": 771,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.out_degree",
        "name": "out_degree",
        "lineno": 822,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.is_multigraph",
        "name": "is_multigraph",
        "lineno": 871,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.is_directed",
        "name": "is_directed",
        "lineno": 875,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.to_undirected",
        "name": "to_undirected",
        "lineno": 879,
        "scope": "MultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph.reverse",
        "name": "reverse",
        "lineno": 954,
        "scope": "MultiDiGraph",
        "is_async": false
      }
    ],
    "networkx.classes.multigraph": [
      {
        "id": "networkx.classes.multigraph.MultiGraph.to_directed_class",
        "name": "to_directed_class",
        "lineno": 294,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.to_undirected_class",
        "name": "to_undirected_class",
        "lineno": 302,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.__new__",
        "name": "__new__",
        "lineno": 317,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.__init__",
        "name": "__init__",
        "lineno": 320,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.adj",
        "name": "adj",
        "lineno": 385,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.new_edge_key",
        "name": "new_edge_key",
        "lineno": 413,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.add_edge",
        "name": "add_edge",
        "lineno": 442,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.add_edges_from",
        "name": "add_edges_from",
        "lineno": 538,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.remove_edge",
        "name": "remove_edge",
        "lineno": 635,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.remove_edges_from",
        "name": "remove_edges_from",
        "lineno": 714,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.has_edge",
        "name": "has_edge",
        "lineno": 773,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.edges",
        "name": "edges",
        "lineno": 834,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.get_edge_data",
        "name": "get_edge_data",
        "lineno": 909,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.degree",
        "name": "degree",
        "lineno": 987,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.is_multigraph",
        "name": "is_multigraph",
        "lineno": 1026,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.is_directed",
        "name": "is_directed",
        "lineno": 1030,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.copy",
        "name": "copy",
        "lineno": 1034,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.to_directed",
        "name": "to_directed",
        "lineno": 1124,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.to_undirected",
        "name": "to_undirected",
        "lineno": 1185,
        "scope": "MultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.multigraph.MultiGraph.number_of_edges",
        "name": "number_of_edges",
        "lineno": 1238,
        "scope": "MultiGraph",
        "is_async": false
      }
    ],
    "networkx.classes.reportviews": [
      {
        "id": "networkx.classes.reportviews.NodeView.__getstate__",
        "name": "__getstate__",
        "lineno": 282,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__setstate__",
        "name": "__setstate__",
        "lineno": 285,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__init__",
        "name": "__init__",
        "lineno": 288,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__len__",
        "name": "__len__",
        "lineno": 292,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__iter__",
        "name": "__iter__",
        "lineno": 295,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__getitem__",
        "name": "__getitem__",
        "lineno": 298,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__contains__",
        "name": "__contains__",
        "lineno": 307,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView._from_iterable",
        "name": "_from_iterable",
        "lineno": 311,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__call__",
        "name": "__call__",
        "lineno": 315,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.data",
        "name": "data",
        "lineno": 320,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__str__",
        "name": "__str__",
        "lineno": 388,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeView.__repr__",
        "name": "__repr__",
        "lineno": 391,
        "scope": "NodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__getstate__",
        "name": "__getstate__",
        "lineno": 415,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__setstate__",
        "name": "__setstate__",
        "lineno": 418,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__init__",
        "name": "__init__",
        "lineno": 423,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView._from_iterable",
        "name": "_from_iterable",
        "lineno": 429,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__len__",
        "name": "__len__",
        "lineno": 438,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__iter__",
        "name": "__iter__",
        "lineno": 441,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__contains__",
        "name": "__contains__",
        "lineno": 452,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__getitem__",
        "name": "__getitem__",
        "lineno": 466,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__str__",
        "name": "__str__",
        "lineno": 478,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView.__repr__",
        "name": "__repr__",
        "lineno": 481,
        "scope": "NodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView.__init__",
        "name": "__init__",
        "lineno": 529,
        "scope": "DiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView.__call__",
        "name": "__call__",
        "lineno": 536,
        "scope": "DiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 550,
        "scope": "DiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 560,
        "scope": "DiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView.__len__",
        "name": "__len__",
        "lineno": 576,
        "scope": "DiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView.__str__",
        "name": "__str__",
        "lineno": 579,
        "scope": "DiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView.__repr__",
        "name": "__repr__",
        "lineno": 582,
        "scope": "DiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 630,
        "scope": "DegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DegreeView.__iter__",
        "name": "__iter__",
        "lineno": 639,
        "scope": "DegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 657,
        "scope": "OutDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 663,
        "scope": "OutDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 679,
        "scope": "InDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 686,
        "scope": "InDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.MultiDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 702,
        "scope": "MultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.MultiDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 717,
        "scope": "MultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiMultiDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 742,
        "scope": "DiMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.DiMultiDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 758,
        "scope": "DiMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 787,
        "scope": "InMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 797,
        "scope": "InMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiDegreeView.__getitem__",
        "name": "__getitem__",
        "lineno": 818,
        "scope": "OutMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiDegreeView.__iter__",
        "name": "__iter__",
        "lineno": 828,
        "scope": "OutMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__getstate__",
        "name": "__getstate__",
        "lineno": 867,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__setstate__",
        "name": "__setstate__",
        "lineno": 875,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__init__",
        "name": "__init__",
        "lineno": 878,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__len__",
        "name": "__len__",
        "lineno": 900,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__iter__",
        "name": "__iter__",
        "lineno": 903,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__contains__",
        "name": "__contains__",
        "lineno": 910,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__str__",
        "name": "__str__",
        "lineno": 920,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView.__repr__",
        "name": "__repr__",
        "lineno": 923,
        "scope": "OutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.EdgeDataView.__len__",
        "name": "__len__",
        "lineno": 958,
        "scope": "EdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.EdgeDataView.__iter__",
        "name": "__iter__",
        "lineno": 961,
        "scope": "EdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.EdgeDataView.__contains__",
        "name": "__contains__",
        "lineno": 970,
        "scope": "EdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InEdgeDataView.__iter__",
        "name": "__iter__",
        "lineno": 986,
        "scope": "InEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InEdgeDataView.__contains__",
        "name": "__contains__",
        "lineno": 993,
        "scope": "InEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeDataView.__getstate__",
        "name": "__getstate__",
        "lineno": 1009,
        "scope": "OutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeDataView.__setstate__",
        "name": "__setstate__",
        "lineno": 1018,
        "scope": "OutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeDataView.__init__",
        "name": "__init__",
        "lineno": 1021,
        "scope": "OutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeDataView.__len__",
        "name": "__len__",
        "lineno": 1055,
        "scope": "OutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeDataView.__iter__",
        "name": "__iter__",
        "lineno": 1058,
        "scope": "OutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeDataView.__contains__",
        "name": "__contains__",
        "lineno": 1066,
        "scope": "OutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.MultiEdgeDataView.__iter__",
        "name": "__iter__",
        "lineno": 1089,
        "scope": "MultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.MultiEdgeDataView.__contains__",
        "name": "__contains__",
        "lineno": 1099,
        "scope": "MultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeDataView.__iter__",
        "name": "__iter__",
        "lineno": 1125,
        "scope": "InMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeDataView.__contains__",
        "name": "__contains__",
        "lineno": 1133,
        "scope": "InMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__getstate__",
        "name": "__getstate__",
        "lineno": 1154,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__setstate__",
        "name": "__setstate__",
        "lineno": 1157,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView._from_iterable",
        "name": "_from_iterable",
        "lineno": 1163,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__init__",
        "name": "__init__",
        "lineno": 1168,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__len__",
        "name": "__len__",
        "lineno": 1174,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__iter__",
        "name": "__iter__",
        "lineno": 1177,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__contains__",
        "name": "__contains__",
        "lineno": 1182,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__getitem__",
        "name": "__getitem__",
        "lineno": 1190,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__call__",
        "name": "__call__",
        "lineno": 1204,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.data",
        "name": "data",
        "lineno": 1209,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__str__",
        "name": "__str__",
        "lineno": 1290,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView.__repr__",
        "name": "__repr__",
        "lineno": 1293,
        "scope": "OutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.EdgeView.__len__",
        "name": "__len__",
        "lineno": 1372,
        "scope": "EdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.EdgeView.__iter__",
        "name": "__iter__",
        "lineno": 1376,
        "scope": "EdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.EdgeView.__contains__",
        "name": "__contains__",
        "lineno": 1385,
        "scope": "EdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InEdgeView.__setstate__",
        "name": "__setstate__",
        "lineno": 1398,
        "scope": "InEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InEdgeView.__init__",
        "name": "__init__",
        "lineno": 1405,
        "scope": "InEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InEdgeView.__iter__",
        "name": "__iter__",
        "lineno": 1410,
        "scope": "InEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InEdgeView.__contains__",
        "name": "__contains__",
        "lineno": 1415,
        "scope": "InEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InEdgeView.__getitem__",
        "name": "__getitem__",
        "lineno": 1422,
        "scope": "InEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeView.__len__",
        "name": "__len__",
        "lineno": 1443,
        "scope": "OutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeView.__iter__",
        "name": "__iter__",
        "lineno": 1448,
        "scope": "OutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeView.__contains__",
        "name": "__contains__",
        "lineno": 1454,
        "scope": "OutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeView.__getitem__",
        "name": "__getitem__",
        "lineno": 1468,
        "scope": "OutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeView.__call__",
        "name": "__call__",
        "lineno": 1481,
        "scope": "OutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeView.data",
        "name": "data",
        "lineno": 1486,
        "scope": "OutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.MultiEdgeView.__len__",
        "name": "__len__",
        "lineno": 1499,
        "scope": "MultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.MultiEdgeView.__iter__",
        "name": "__iter__",
        "lineno": 1502,
        "scope": "MultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeView.__setstate__",
        "name": "__setstate__",
        "lineno": 1518,
        "scope": "InMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeView.__init__",
        "name": "__init__",
        "lineno": 1525,
        "scope": "InMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeView.__iter__",
        "name": "__iter__",
        "lineno": 1530,
        "scope": "InMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeView.__contains__",
        "name": "__contains__",
        "lineno": 1536,
        "scope": "InMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeView.__getitem__",
        "name": "__getitem__",
        "lineno": 1550,
        "scope": "InMultiEdgeView",
        "is_async": false
      }
    ],
    "networkx.classes": [],
    "networkx.classes.tests.dispatch_interface": [
      {
        "id": "networkx.classes.tests.dispatch_interface.convert",
        "name": "convert",
        "lineno": 38,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.__getattr__",
        "name": "__getattr__",
        "lineno": 53,
        "scope": "LoopbackBackendInterface",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.graph__new__",
        "name": "graph__new__",
        "lineno": 60,
        "scope": "LoopbackBackendInterface",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx",
        "name": "convert_from_nx",
        "lineno": 67,
        "scope": "LoopbackBackendInterface",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_datadict",
        "name": "G_new_datadict",
        "lineno": 132,
        "scope": "LoopbackBackendInterface.convert_from_nx",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_datadict",
        "name": "G_new_datadict",
        "lineno": 136,
        "scope": "LoopbackBackendInterface.convert_from_nx",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_datadict",
        "name": "G_new_datadict",
        "lineno": 144,
        "scope": "LoopbackBackendInterface.convert_from_nx",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_inner",
        "name": "G_new_inner",
        "lineno": 149,
        "scope": "LoopbackBackendInterface.convert_from_nx",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_to_nx",
        "name": "convert_to_nx",
        "lineno": 177,
        "scope": "LoopbackBackendInterface",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.on_start_tests",
        "name": "on_start_tests",
        "lineno": 181,
        "scope": "LoopbackBackendInterface",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.can_run",
        "name": "can_run",
        "lineno": 186,
        "scope": "LoopbackBackendInterface",
        "is_async": false
      }
    ],
    "networkx.classes.tests.historical_tests": [
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.setup_class",
        "name": "setup_class",
        "lineno": 12,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_name",
        "name": "test_name",
        "lineno": 24,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_add_remove_node",
        "name": "test_add_remove_node",
        "lineno": 32,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_nonhashable_node",
        "name": "test_nonhashable_node",
        "lineno": 39,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_add_nodes_from",
        "name": "test_add_nodes_from",
        "lineno": 48,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_contains",
        "name": "test_contains",
        "lineno": 70,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_add_remove",
        "name": "test_add_remove",
        "lineno": 77,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_nbunch_is_list",
        "name": "test_nbunch_is_list",
        "lineno": 87,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_nbunch_is_set",
        "name": "test_nbunch_is_set",
        "lineno": 95,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_nbunch_dict",
        "name": "test_nbunch_dict",
        "lineno": 101,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_nbunch_iterator",
        "name": "test_nbunch_iterator",
        "lineno": 110,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_nbunch_graph",
        "name": "test_nbunch_graph",
        "lineno": 132,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_add_edge",
        "name": "test_add_edge",
        "lineno": 153,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_self_loop",
        "name": "test_self_loop",
        "lineno": 177,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_add_edges_from",
        "name": "test_add_edges_from",
        "lineno": 188,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_add_edges_from2",
        "name": "test_add_edges_from2",
        "lineno": 206,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_add_edges_from3",
        "name": "test_add_edges_from3",
        "lineno": 218,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_remove_edge",
        "name": "test_remove_edge",
        "lineno": 224,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_edges_nbunch",
        "name": "test_edges_nbunch",
        "lineno": 249,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_degree",
        "name": "test_degree",
        "lineno": 283,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_degree2",
        "name": "test_degree2",
        "lineno": 293,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_degree_graph",
        "name": "test_degree_graph",
        "lineno": 298,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_null",
        "name": "test_null",
        "lineno": 310,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_order_size",
        "name": "test_order_size",
        "lineno": 315,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_copy",
        "name": "test_copy",
        "lineno": 324,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_subgraph",
        "name": "test_subgraph",
        "lineno": 331,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_to_directed",
        "name": "test_to_directed",
        "lineno": 338,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_to_undirected",
        "name": "test_to_undirected",
        "lineno": 362,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_neighbors",
        "name": "test_neighbors",
        "lineno": 390,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_iterators",
        "name": "test_iterators",
        "lineno": 400,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_null_subgraph",
        "name": "test_null_subgraph",
        "lineno": 426,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_empty_subgraph",
        "name": "test_empty_subgraph",
        "lineno": 433,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_complete_subgraph",
        "name": "test_complete_subgraph",
        "lineno": 443,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_subgraph_nbunch",
        "name": "test_subgraph_nbunch",
        "lineno": 451,
        "scope": "HistoricalTests",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests.test_node_tuple_issue",
        "name": "test_node_tuple_issue",
        "lineno": 471,
        "scope": "HistoricalTests",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_coreviews": [
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.setup_method",
        "name": "setup_method",
        "lineno": 10,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_pickle",
        "name": "test_pickle",
        "lineno": 14,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_len",
        "name": "test_len",
        "lineno": 23,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_iter",
        "name": "test_iter",
        "lineno": 26,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_getitem",
        "name": "test_getitem",
        "lineno": 29,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_copy",
        "name": "test_copy",
        "lineno": 34,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_items",
        "name": "test_items",
        "lineno": 51,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_str",
        "name": "test_str",
        "lineno": 54,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView.test_repr",
        "name": "test_repr",
        "lineno": 58,
        "scope": "TestAtlasView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.setup_method",
        "name": "setup_method",
        "lineno": 65,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_pickle",
        "name": "test_pickle",
        "lineno": 71,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_len",
        "name": "test_len",
        "lineno": 77,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_iter",
        "name": "test_iter",
        "lineno": 80,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_getitem",
        "name": "test_getitem",
        "lineno": 83,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_copy",
        "name": "test_copy",
        "lineno": 89,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_items",
        "name": "test_items",
        "lineno": 102,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_str",
        "name": "test_str",
        "lineno": 106,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView.test_repr",
        "name": "test_repr",
        "lineno": 110,
        "scope": "TestAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestMultiAdjacencyView.setup_method",
        "name": "setup_method",
        "lineno": 117,
        "scope": "TestMultiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestMultiAdjacencyView.test_getitem",
        "name": "test_getitem",
        "lineno": 124,
        "scope": "TestMultiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestMultiAdjacencyView.test_copy",
        "name": "test_copy",
        "lineno": 130,
        "scope": "TestMultiAdjacencyView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.setup_method",
        "name": "setup_method",
        "lineno": 146,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_pickle",
        "name": "test_pickle",
        "lineno": 151,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_len",
        "name": "test_len",
        "lineno": 157,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_iter",
        "name": "test_iter",
        "lineno": 160,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_getitem",
        "name": "test_getitem",
        "lineno": 163,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_copy",
        "name": "test_copy",
        "lineno": 170,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_items",
        "name": "test_items",
        "lineno": 186,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_str",
        "name": "test_str",
        "lineno": 191,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas.test_repr",
        "name": "test_repr",
        "lineno": 195,
        "scope": "TestUnionAtlas",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.setup_method",
        "name": "setup_method",
        "lineno": 202,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.test_pickle",
        "name": "test_pickle",
        "lineno": 209,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.test_len",
        "name": "test_len",
        "lineno": 215,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.test_iter",
        "name": "test_iter",
        "lineno": 218,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.test_getitem",
        "name": "test_getitem",
        "lineno": 221,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.test_copy",
        "name": "test_copy",
        "lineno": 227,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.test_str",
        "name": "test_str",
        "lineno": 240,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency.test_repr",
        "name": "test_repr",
        "lineno": 244,
        "scope": "TestUnionAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiInner.setup_method",
        "name": "setup_method",
        "lineno": 252,
        "scope": "TestUnionMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiInner.test_len",
        "name": "test_len",
        "lineno": 259,
        "scope": "TestUnionMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiInner.test_getitem",
        "name": "test_getitem",
        "lineno": 262,
        "scope": "TestUnionMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiInner.test_copy",
        "name": "test_copy",
        "lineno": 270,
        "scope": "TestUnionMultiInner",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiAdjacency.setup_method",
        "name": "setup_method",
        "lineno": 287,
        "scope": "TestUnionMultiAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiAdjacency.test_getitem",
        "name": "test_getitem",
        "lineno": 295,
        "scope": "TestUnionMultiAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiAdjacency.test_copy",
        "name": "test_copy",
        "lineno": 301,
        "scope": "TestUnionMultiAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestFilteredGraphs.setup_method",
        "name": "setup_method",
        "lineno": 317,
        "scope": "TestFilteredGraphs",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestFilteredGraphs.test_hide_show_nodes",
        "name": "test_hide_show_nodes",
        "lineno": 320,
        "scope": "TestFilteredGraphs",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestFilteredGraphs.test_str_repr",
        "name": "test_str_repr",
        "lineno": 333,
        "scope": "TestFilteredGraphs",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestFilteredGraphs.test_copy",
        "name": "test_copy",
        "lineno": 348,
        "scope": "TestFilteredGraphs",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_digraph": [
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_has_successor",
        "name": "test_has_successor",
        "lineno": 12,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_successors",
        "name": "test_successors",
        "lineno": 17,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_has_predecessor",
        "name": "test_has_predecessor",
        "lineno": 23,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_predecessors",
        "name": "test_predecessors",
        "lineno": 28,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_edges",
        "name": "test_edges",
        "lineno": 34,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_out_edges",
        "name": "test_out_edges",
        "lineno": 42,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_out_edges_dir",
        "name": "test_out_edges_dir",
        "lineno": 49,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_out_edges_data",
        "name": "test_out_edges_data",
        "lineno": 55,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_in_edges_dir",
        "name": "test_in_edges_dir",
        "lineno": 62,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_in_edges_data",
        "name": "test_in_edges_data",
        "lineno": 68,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_degree",
        "name": "test_degree",
        "lineno": 75,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_in_degree",
        "name": "test_in_degree",
        "lineno": 82,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_out_degree",
        "name": "test_out_degree",
        "lineno": 89,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_size",
        "name": "test_size",
        "lineno": 96,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_to_undirected_reciprocal",
        "name": "test_to_undirected_reciprocal",
        "lineno": 101,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_reverse_copy",
        "name": "test_reverse_copy",
        "lineno": 109,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_reverse_nocopy",
        "name": "test_reverse_nocopy",
        "lineno": 117,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_reverse_hashable",
        "name": "test_reverse_hashable",
        "lineno": 124,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_di_cache_reset",
        "name": "test_di_cache_reset",
        "lineno": 135,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.test_di_attributes_cached",
        "name": "test_di_attributes_cached",
        "lineno": 151,
        "scope": "BaseDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseAttrDiGraphTester.test_edges_data",
        "name": "test_edges_data",
        "lineno": 162,
        "scope": "BaseAttrDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseAttrDiGraphTester.test_in_degree_weighted",
        "name": "test_in_degree_weighted",
        "lineno": 178,
        "scope": "BaseAttrDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseAttrDiGraphTester.test_out_degree_weighted",
        "name": "test_out_degree_weighted",
        "lineno": 189,
        "scope": "BaseAttrDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.setup_method",
        "name": "setup_method",
        "lineno": 204,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.test_data_input",
        "name": "test_data_input",
        "lineno": 229,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.test_add_edge",
        "name": "test_add_edge",
        "lineno": 236,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.test_add_edges_from",
        "name": "test_add_edges_from",
        "lineno": 250,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.test_remove_edge",
        "name": "test_remove_edge",
        "lineno": 266,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.test_remove_edges_from",
        "name": "test_remove_edges_from",
        "lineno": 274,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.test_clear",
        "name": "test_clear",
        "lineno": 281,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph.test_clear_edges",
        "name": "test_clear_edges",
        "lineno": 290,
        "scope": "TestDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestEdgeSubgraph.setup_method",
        "name": "setup_method",
        "lineno": 306,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestEdgeSubgraph.test_pred_succ",
        "name": "test_pred_succ",
        "lineno": 319,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_digraph_historical": [
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.setup_class",
        "name": "setup_class",
        "lineno": 12,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_in_degree",
        "name": "test_in_degree",
        "lineno": 16,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_out_degree",
        "name": "test_out_degree",
        "lineno": 32,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_degree_digraph",
        "name": "test_degree_digraph",
        "lineno": 47,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_neighbors",
        "name": "test_neighbors",
        "lineno": 54,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_successors",
        "name": "test_successors",
        "lineno": 65,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_predecessors",
        "name": "test_predecessors",
        "lineno": 77,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_reverse",
        "name": "test_reverse",
        "lineno": 92,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_reverse2",
        "name": "test_reverse2",
        "lineno": 99,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.test_reverse3",
        "name": "test_reverse3",
        "lineno": 106,
        "scope": "TestDiGraphHistorical",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_filters": [
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_no_filter",
        "name": "test_no_filter",
        "lineno": 7,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_hide_nodes",
        "name": "test_hide_nodes",
        "lineno": 13,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_show_nodes",
        "name": "test_show_nodes",
        "lineno": 24,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_hide_edges",
        "name": "test_hide_edges",
        "lineno": 35,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_show_edges",
        "name": "test_show_edges",
        "lineno": 50,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_hide_diedges",
        "name": "test_hide_diedges",
        "lineno": 65,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_show_diedges",
        "name": "test_show_diedges",
        "lineno": 80,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_hide_multiedges",
        "name": "test_hide_multiedges",
        "lineno": 95,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_show_multiedges",
        "name": "test_show_multiedges",
        "lineno": 116,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_hide_multidiedges",
        "name": "test_hide_multidiedges",
        "lineno": 137,
        "scope": "TestFilterFactory",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory.test_show_multidiedges",
        "name": "test_show_multidiedges",
        "lineno": 158,
        "scope": "TestFilterFactory",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_function": [
      {
        "id": "networkx.classes.tests.test_function.test_degree_histogram_empty",
        "name": "test_degree_histogram_empty",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.setup_method",
        "name": "setup_method",
        "lineno": 15,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_describe_info_dict",
        "name": "test_describe_info_dict",
        "lineno": 26,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_nodes",
        "name": "test_nodes",
        "lineno": 37,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_edges",
        "name": "test_edges",
        "lineno": 41,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_degree",
        "name": "test_degree",
        "lineno": 51,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_neighbors",
        "name": "test_neighbors",
        "lineno": 67,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_number_of_nodes",
        "name": "test_number_of_nodes",
        "lineno": 71,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_number_of_edges",
        "name": "test_number_of_edges",
        "lineno": 75,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_is_directed",
        "name": "test_is_directed",
        "lineno": 79,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_add_star",
        "name": "test_add_star",
        "lineno": 83,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_add_path",
        "name": "test_add_path",
        "lineno": 111,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_add_cycle",
        "name": "test_add_cycle",
        "lineno": 163,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_subgraph",
        "name": "test_subgraph",
        "lineno": 201,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_edge_subgraph",
        "name": "test_edge_subgraph",
        "lineno": 221,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_create_empty_copy",
        "name": "test_create_empty_copy",
        "lineno": 231,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_degree_histogram",
        "name": "test_degree_histogram",
        "lineno": 243,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_density",
        "name": "test_density",
        "lineno": 246,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_density_selfloop",
        "name": "test_density_selfloop",
        "lineno": 253,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_freeze",
        "name": "test_freeze",
        "lineno": 260,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_is_frozen",
        "name": "test_is_frozen",
        "lineno": 274,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_node_attributes_are_still_mutable_on_frozen_graph",
        "name": "test_node_attributes_are_still_mutable_on_frozen_graph",
        "lineno": 280,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_edge_attributes_are_still_mutable_on_frozen_graph",
        "name": "test_edge_attributes_are_still_mutable_on_frozen_graph",
        "lineno": 286,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_neighbors_complete_graph",
        "name": "test_neighbors_complete_graph",
        "lineno": 292,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_non_neighbors",
        "name": "test_non_neighbors",
        "lineno": 313,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_non_edges",
        "name": "test_non_edges",
        "lineno": 340,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_is_weighted",
        "name": "test_is_weighted",
        "lineno": 366,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestFunction.test_is_negatively_weighted",
        "name": "test_is_negatively_weighted",
        "lineno": 399,
        "scope": "TestFunction",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.setup_class",
        "name": "setup_class",
        "lineno": 439,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.setup_class.test_func",
        "name": "test_func",
        "lineno": 442,
        "scope": "TestCommonNeighbors.setup_class",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.test_K5",
        "name": "test_K5",
        "lineno": 448,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.test_P3",
        "name": "test_P3",
        "lineno": 452,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.test_S4",
        "name": "test_S4",
        "lineno": 456,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.test_digraph",
        "name": "test_digraph",
        "lineno": 460,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.test_nonexistent_nodes",
        "name": "test_nonexistent_nodes",
        "lineno": 466,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.test_custom1",
        "name": "test_custom1",
        "lineno": 472,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors.test_custom2",
        "name": "test_custom2",
        "lineno": 478,
        "scope": "TestCommonNeighbors",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_set_node_attributes",
        "name": "test_set_node_attributes",
        "lineno": 487,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_set_node_attributes_ignores_extra_nodes",
        "name": "test_set_node_attributes_ignores_extra_nodes",
        "lineno": 524,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_set_edge_attributes",
        "name": "test_set_edge_attributes",
        "lineno": 537,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_set_edge_attributes_ignores_extra_edges",
        "name": "test_set_edge_attributes_ignores_extra_edges",
        "lineno": 573,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_set_edge_attributes_multi",
        "name": "test_set_edge_attributes_multi",
        "lineno": 584,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_set_edge_attributes_multi_ignores_extra_edges",
        "name": "test_set_edge_attributes_multi_ignores_extra_edges",
        "lineno": 620,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_get_node_attributes",
        "name": "test_get_node_attributes",
        "lineno": 631,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_get_edge_attributes",
        "name": "test_get_edge_attributes",
        "lineno": 648,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_remove_node_attributes",
        "name": "test_remove_node_attributes",
        "lineno": 673,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_remove_edge_attributes",
        "name": "test_remove_edge_attributes",
        "lineno": 760,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_remove_multi_edge_attributes",
        "name": "test_remove_multi_edge_attributes",
        "lineno": 829,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_is_empty",
        "name": "test_is_empty",
        "lineno": 918,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_selfloops",
        "name": "test_selfloops",
        "lineno": 931,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_selfloop_edges_attr",
        "name": "test_selfloop_edges_attr",
        "lineno": 943,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_selfloop_edges_multi_with_data_and_keys",
        "name": "test_selfloop_edges_multi_with_data_and_keys",
        "lineno": 953,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_selfloops_removal",
        "name": "test_selfloops_removal",
        "lineno": 963,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_selfloops_removal_multi",
        "name": "test_selfloops_removal_multi",
        "lineno": 974,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_pathweight",
        "name": "test_pathweight",
        "lineno": 1000,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_ispath",
        "name": "test_ispath",
        "lineno": 1019,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_restricted_view",
        "name": "test_restricted_view",
        "lineno": 1030,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_function.test_restricted_view_multi",
        "name": "test_restricted_view_multi",
        "lineno": 1039,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_graph": [
      {
        "id": "networkx.classes.tests.test_graph.test_degree_node_not_found_exception_message",
        "name": "test_degree_node_not_found_exception_message",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_contains",
        "name": "test_contains",
        "lineno": 22,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_order",
        "name": "test_order",
        "lineno": 30,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_nodes",
        "name": "test_nodes",
        "lineno": 36,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_none_node",
        "name": "test_none_node",
        "lineno": 46,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_has_node",
        "name": "test_has_node",
        "lineno": 57,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_has_edge",
        "name": "test_has_edge",
        "lineno": 64,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_neighbors",
        "name": "test_neighbors",
        "lineno": 69,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak",
        "name": "test_memory_leak",
        "lineno": 78,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak.count_objects_of_type",
        "name": "count_objects_of_type",
        "lineno": 81,
        "scope": "BaseGraphTester.test_memory_leak",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_edges",
        "name": "test_edges",
        "lineno": 115,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_degree",
        "name": "test_degree",
        "lineno": 124,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_size",
        "name": "test_size",
        "lineno": 132,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_nbunch_iter",
        "name": "test_nbunch_iter",
        "lineno": 137,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_nbunch_iter_node_format_raise",
        "name": "test_nbunch_iter_node_format_raise",
        "lineno": 159,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_selfloop_degree",
        "name": "test_selfloop_degree",
        "lineno": 170,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_selfloops",
        "name": "test_selfloops",
        "lineno": 179,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_cache_reset",
        "name": "test_cache_reset",
        "lineno": 194,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.test_attributes_cached",
        "name": "test_attributes_cached",
        "lineno": 206,
        "scope": "BaseGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_weighted_degree",
        "name": "test_weighted_degree",
        "lineno": 217,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "name": "add_attributes",
        "lineno": 231,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_name",
        "name": "test_name",
        "lineno": 239,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_str_unnamed",
        "name": "test_str_unnamed",
        "lineno": 245,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_str_named",
        "name": "test_str_named",
        "lineno": 250,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_graph_chain",
        "name": "test_graph_chain",
        "lineno": 255,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_copy",
        "name": "test_copy",
        "lineno": 264,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_class_copy",
        "name": "test_class_copy",
        "lineno": 275,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_fresh_copy",
        "name": "test_fresh_copy",
        "lineno": 286,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "name": "is_deepcopy",
        "lineno": 302,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deep_copy_attrdict",
        "name": "deep_copy_attrdict",
        "lineno": 307,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deepcopy_graph_attr",
        "name": "deepcopy_graph_attr",
        "lineno": 312,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deepcopy_node_attr",
        "name": "deepcopy_node_attr",
        "lineno": 317,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deepcopy_edge_attr",
        "name": "deepcopy_edge_attr",
        "lineno": 322,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_shallow_copy",
        "name": "is_shallow_copy",
        "lineno": 327,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "name": "shallow_copy_attrdict",
        "lineno": 331,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_graph_attr",
        "name": "shallow_copy_graph_attr",
        "lineno": 336,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_node_attr",
        "name": "shallow_copy_node_attr",
        "lineno": 341,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_edge_attr",
        "name": "shallow_copy_edge_attr",
        "lineno": 346,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.same_attrdict",
        "name": "same_attrdict",
        "lineno": 351,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.different_attrdict",
        "name": "different_attrdict",
        "lineno": 364,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "name": "graphs_equal",
        "lineno": 377,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_graph_attr",
        "name": "test_graph_attr",
        "lineno": 397,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_node_attr",
        "name": "test_node_attr",
        "lineno": 407,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_node_attr2",
        "name": "test_node_attr2",
        "lineno": 422,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_edge_lookup",
        "name": "test_edge_lookup",
        "lineno": 431,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_edge_attr",
        "name": "test_edge_attr",
        "lineno": 436,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_edge_attr2",
        "name": "test_edge_attr2",
        "lineno": 445,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_edge_attr3",
        "name": "test_edge_attr3",
        "lineno": 453,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_edge_attr4",
        "name": "test_edge_attr4",
        "lineno": 470,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_undirected",
        "name": "test_to_undirected",
        "lineno": 500,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_directed_as_view",
        "name": "test_to_directed_as_view",
        "lineno": 509,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_undirected_as_view",
        "name": "test_to_undirected_as_view",
        "lineno": 521,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_directed_class",
        "name": "test_directed_class",
        "lineno": 533,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_directed_class.newGraph.to_directed_class",
        "name": "to_directed_class",
        "lineno": 537,
        "scope": "BaseAttrGraphTester.test_directed_class.newGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_directed_class.newGraph.to_undirected_class",
        "name": "to_undirected_class",
        "lineno": 540,
        "scope": "BaseAttrGraphTester.test_directed_class.newGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_directed_class.newDiGraph.to_directed_class",
        "name": "to_directed_class",
        "lineno": 544,
        "scope": "BaseAttrGraphTester.test_directed_class.newDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_directed_class.newDiGraph.to_undirected_class",
        "name": "to_undirected_class",
        "lineno": 547,
        "scope": "BaseAttrGraphTester.test_directed_class.newDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_directed",
        "name": "test_to_directed",
        "lineno": 556,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_subgraph",
        "name": "test_subgraph",
        "lineno": 565,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_selfloops_attr",
        "name": "test_selfloops_attr",
        "lineno": 579,
        "scope": "BaseAttrGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.setup_method",
        "name": "setup_method",
        "lineno": 594,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_pickle",
        "name": "test_pickle",
        "lineno": 608,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_data_input",
        "name": "test_data_input",
        "lineno": 615,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_adjacency",
        "name": "test_adjacency",
        "lineno": 620,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_getitem",
        "name": "test_getitem",
        "lineno": 628,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_add_node",
        "name": "test_add_node",
        "lineno": 637,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_add_nodes_from",
        "name": "test_add_nodes_from",
        "lineno": 656,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_remove_node",
        "name": "test_remove_node",
        "lineno": 684,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_remove_nodes_from",
        "name": "test_remove_nodes_from",
        "lineno": 693,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_add_edge",
        "name": "test_add_edge",
        "lineno": 699,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_add_edges_from",
        "name": "test_add_edges_from",
        "lineno": 710,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_remove_edge",
        "name": "test_remove_edge",
        "lineno": 735,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_remove_edges_from",
        "name": "test_remove_edges_from",
        "lineno": 742,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_clear",
        "name": "test_clear",
        "lineno": 748,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_clear_edges",
        "name": "test_clear_edges",
        "lineno": 756,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_edges_data",
        "name": "test_edges_data",
        "lineno": 766,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_get_edge_data",
        "name": "test_get_edge_data",
        "lineno": 775,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph.test_update",
        "name": "test_update",
        "lineno": 783,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.setup_method",
        "name": "setup_method",
        "lineno": 859,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.test_correct_nodes",
        "name": "test_correct_nodes",
        "lineno": 872,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.test_correct_edges",
        "name": "test_correct_edges",
        "lineno": 876,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.test_add_node",
        "name": "test_add_node",
        "lineno": 880,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.test_remove_node",
        "name": "test_remove_node",
        "lineno": 888,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.test_node_attr_dict",
        "name": "test_node_attr_dict",
        "lineno": 896,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.test_edge_attr_dict",
        "name": "test_edge_attr_dict",
        "lineno": 909,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph.test_graph_attr_dict",
        "name": "test_graph_attr_dict",
        "lineno": 922,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.test_graph_new_extra_args",
        "name": "test_graph_new_extra_args",
        "lineno": 930,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graph.test_graph_new_extra_args.MyGraph.__init__",
        "name": "__init__",
        "lineno": 937,
        "scope": "test_graph_new_extra_args.MyGraph",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_graphviews": [
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.setup_method",
        "name": "setup_method",
        "lineno": 10,
        "scope": "TestReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.test_pickle",
        "name": "test_pickle",
        "lineno": 14,
        "scope": "TestReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.test_contains",
        "name": "test_contains",
        "lineno": 23,
        "scope": "TestReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.test_iter",
        "name": "test_iter",
        "lineno": 29,
        "scope": "TestReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.test_exceptions",
        "name": "test_exceptions",
        "lineno": 33,
        "scope": "TestReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.test_subclass",
        "name": "test_subclass",
        "lineno": 37,
        "scope": "TestReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.test_subclass.MyGraph.my_method",
        "name": "my_method",
        "lineno": 39,
        "scope": "TestReverseView.test_subclass.MyGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.test_subclass.MyGraph.to_directed_class",
        "name": "to_directed_class",
        "lineno": 42,
        "scope": "TestReverseView.test_subclass.MyGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestMultiReverseView.setup_method",
        "name": "setup_method",
        "lineno": 56,
        "scope": "TestMultiReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestMultiReverseView.test_pickle",
        "name": "test_pickle",
        "lineno": 61,
        "scope": "TestMultiReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestMultiReverseView.test_contains",
        "name": "test_contains",
        "lineno": 70,
        "scope": "TestMultiReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestMultiReverseView.test_iter",
        "name": "test_iter",
        "lineno": 78,
        "scope": "TestMultiReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestMultiReverseView.test_exceptions",
        "name": "test_exceptions",
        "lineno": 82,
        "scope": "TestMultiReverseView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.test_generic_multitype",
        "name": "test_generic_multitype",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToDirected.setup_method",
        "name": "setup_method",
        "lineno": 98,
        "scope": "TestToDirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToDirected.test_directed",
        "name": "test_directed",
        "lineno": 104,
        "scope": "TestToDirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToDirected.test_already_directed",
        "name": "test_already_directed",
        "lineno": 108,
        "scope": "TestToDirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToDirected.test_pickle",
        "name": "test_pickle",
        "lineno": 114,
        "scope": "TestToDirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToDirected.test_contains",
        "name": "test_contains",
        "lineno": 124,
        "scope": "TestToDirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToDirected.test_iter",
        "name": "test_iter",
        "lineno": 130,
        "scope": "TestToDirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToUndirected.setup_method",
        "name": "setup_method",
        "lineno": 137,
        "scope": "TestToUndirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToUndirected.test_directed",
        "name": "test_directed",
        "lineno": 143,
        "scope": "TestToUndirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToUndirected.test_already_undirected",
        "name": "test_already_undirected",
        "lineno": 147,
        "scope": "TestToUndirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToUndirected.test_pickle",
        "name": "test_pickle",
        "lineno": 153,
        "scope": "TestToUndirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToUndirected.test_contains",
        "name": "test_contains",
        "lineno": 163,
        "scope": "TestToUndirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToUndirected.test_iter",
        "name": "test_iter",
        "lineno": 169,
        "scope": "TestToUndirected",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.setup_class",
        "name": "setup_class",
        "lineno": 176,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_pickle",
        "name": "test_pickle",
        "lineno": 202,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subgraph_of_subgraph",
        "name": "test_subgraph_of_subgraph",
        "lineno": 210,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_restricted_induced_subgraph_chains",
        "name": "test_restricted_induced_subgraph_chains",
        "lineno": 223,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subgraph_copy",
        "name": "test_subgraph_copy",
        "lineno": 253,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subgraph_todirected",
        "name": "test_subgraph_todirected",
        "lineno": 260,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subgraph_toundirected",
        "name": "test_subgraph_toundirected",
        "lineno": 266,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_reverse_subgraph_toundirected",
        "name": "test_reverse_subgraph_toundirected",
        "lineno": 272,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_reverse_reverse_copy",
        "name": "test_reverse_reverse_copy",
        "lineno": 279,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subgraph_edgesubgraph_toundirected",
        "name": "test_subgraph_edgesubgraph_toundirected",
        "lineno": 289,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_copy_subgraph",
        "name": "test_copy_subgraph",
        "lineno": 297,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_copy_disubgraph",
        "name": "test_copy_disubgraph",
        "lineno": 305,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_copy_multidisubgraph",
        "name": "test_copy_multidisubgraph",
        "lineno": 313,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_copy_multisubgraph",
        "name": "test_copy_multisubgraph",
        "lineno": 321,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_copy_of_view",
        "name": "test_copy_of_view",
        "lineno": 329,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subclass",
        "name": "test_subclass",
        "lineno": 335,
        "scope": "TestChainsOfViews",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subclass.MyGraph.my_method",
        "name": "my_method",
        "lineno": 337,
        "scope": "TestChainsOfViews.test_subclass.MyGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.test_subclass.MyGraph.to_directed_class",
        "name": "to_directed_class",
        "lineno": 340,
        "scope": "TestChainsOfViews.test_subclass.MyGraph",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_graph_historical": [
      {
        "id": "networkx.classes.tests.test_graph_historical.TestGraphHistorical.setup_class",
        "name": "setup_class",
        "lineno": 10,
        "scope": "TestGraphHistorical",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_multidigraph": [
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_edges",
        "name": "test_edges",
        "lineno": 14,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_edges_data",
        "name": "test_edges_data",
        "lineno": 21,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_edges_multi",
        "name": "test_edges_multi",
        "lineno": 28,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_out_edges",
        "name": "test_out_edges",
        "lineno": 43,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_out_edges_multi",
        "name": "test_out_edges_multi",
        "lineno": 50,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_out_edges_data",
        "name": "test_out_edges_data",
        "lineno": 65,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_in_edges",
        "name": "test_in_edges",
        "lineno": 74,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_in_edges_no_keys",
        "name": "test_in_edges_no_keys",
        "lineno": 91,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_in_edges_data",
        "name": "test_in_edges_data",
        "lineno": 116,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.is_shallow",
        "name": "is_shallow",
        "lineno": 125,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.is_deep",
        "name": "is_deep",
        "lineno": 139,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_to_undirected",
        "name": "test_to_undirected",
        "lineno": 153,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_has_successor",
        "name": "test_has_successor",
        "lineno": 169,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_successors",
        "name": "test_successors",
        "lineno": 174,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_has_predecessor",
        "name": "test_has_predecessor",
        "lineno": 179,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_predecessors",
        "name": "test_predecessors",
        "lineno": 184,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_degree",
        "name": "test_degree",
        "lineno": 189,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_in_degree",
        "name": "test_in_degree",
        "lineno": 199,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_out_degree",
        "name": "test_out_degree",
        "lineno": 207,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_size",
        "name": "test_size",
        "lineno": 215,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_to_undirected_reciprocal",
        "name": "test_to_undirected_reciprocal",
        "lineno": 223,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_reverse_copy",
        "name": "test_reverse_copy",
        "lineno": 231,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_reverse_nocopy",
        "name": "test_reverse_nocopy",
        "lineno": 239,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_di_attributes_cached",
        "name": "test_di_attributes_cached",
        "lineno": 245,
        "scope": "BaseMultiDiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraph.setup_method",
        "name": "setup_method",
        "lineno": 256,
        "scope": "TestMultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraph.test_add_edge",
        "name": "test_add_edge",
        "lineno": 277,
        "scope": "TestMultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraph.test_add_edges_from",
        "name": "test_add_edges_from",
        "lineno": 291,
        "scope": "TestMultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraph.test_remove_edge",
        "name": "test_remove_edge",
        "lineno": 329,
        "scope": "TestMultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraph.test_remove_multiedge",
        "name": "test_remove_multiedge",
        "lineno": 345,
        "scope": "TestMultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraph.test_remove_edges_from",
        "name": "test_remove_edges_from",
        "lineno": 379,
        "scope": "TestMultiDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestEdgeSubgraph.setup_method",
        "name": "setup_method",
        "lineno": 398,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraphSubclass.setup_method",
        "name": "setup_method",
        "lineno": 434,
        "scope": "TestMultiDiGraphSubclass",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_multigraph": [
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_has_edge",
        "name": "test_has_edge",
        "lineno": 13,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_get_edge_data",
        "name": "test_get_edge_data",
        "lineno": 20,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_adjacency",
        "name": "test_adjacency",
        "lineno": 28,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.deepcopy_edge_attr",
        "name": "deepcopy_edge_attr",
        "lineno": 36,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.shallow_copy_edge_attr",
        "name": "shallow_copy_edge_attr",
        "lineno": 41,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.graphs_equal",
        "name": "graphs_equal",
        "lineno": 46,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.same_attrdict",
        "name": "same_attrdict",
        "lineno": 66,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.different_attrdict",
        "name": "different_attrdict",
        "lineno": 80,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_undirected",
        "name": "test_to_undirected",
        "lineno": 94,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_directed",
        "name": "test_to_directed",
        "lineno": 102,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_number_of_edges_selfloops",
        "name": "test_number_of_edges_selfloops",
        "lineno": 110,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_edge_lookup",
        "name": "test_edge_lookup",
        "lineno": 120,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_edge_attr",
        "name": "test_edge_attr",
        "lineno": 127,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_edge_attr4",
        "name": "test_edge_attr4",
        "lineno": 143,
        "scope": "BaseMultiGraphTester",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.setup_method",
        "name": "setup_method",
        "lineno": 183,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_data_input",
        "name": "test_data_input",
        "lineno": 197,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_data_multigraph_input",
        "name": "test_data_multigraph_input",
        "lineno": 203,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_non_multigraph_input",
        "name": "test_non_multigraph_input",
        "lineno": 252,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_non_multigraph_input_mgi_none",
        "name": "test_non_multigraph_input_mgi_none",
        "lineno": 265,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_non_multigraph_input_raise",
        "name": "test_non_multigraph_input_raise",
        "lineno": 273,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_getitem",
        "name": "test_getitem",
        "lineno": 284,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_remove_node",
        "name": "test_remove_node",
        "lineno": 292,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_add_edge",
        "name": "test_add_edge",
        "lineno": 299,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_add_edge_conflicting_key",
        "name": "test_add_edge_conflicting_key",
        "lineno": 310,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_add_edges_from",
        "name": "test_add_edges_from",
        "lineno": 320,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_multigraph_add_edges_from_four_tuple_misordered",
        "name": "test_multigraph_add_edges_from_four_tuple_misordered",
        "lineno": 353,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_remove_edge",
        "name": "test_remove_edge",
        "lineno": 363,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_remove_edges_from",
        "name": "test_remove_edges_from",
        "lineno": 373,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph.test_remove_multiedge",
        "name": "test_remove_multiedge",
        "lineno": 393,
        "scope": "TestMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.setup_method",
        "name": "setup_method",
        "lineno": 412,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.test_correct_nodes",
        "name": "test_correct_nodes",
        "lineno": 430,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.test_correct_edges",
        "name": "test_correct_edges",
        "lineno": 434,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.test_add_node",
        "name": "test_add_node",
        "lineno": 440,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.test_remove_node",
        "name": "test_remove_node",
        "lineno": 448,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.test_node_attr_dict",
        "name": "test_node_attr_dict",
        "lineno": 456,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.test_edge_attr_dict",
        "name": "test_edge_attr_dict",
        "lineno": 469,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph.test_graph_attr_dict",
        "name": "test_graph_attr_dict",
        "lineno": 482,
        "scope": "TestEdgeSubgraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraphSubclass.setup_method",
        "name": "setup_method",
        "lineno": 505,
        "scope": "TestMultiGraphSubclass",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_reportviews": [
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.setup_class",
        "name": "setup_class",
        "lineno": 14,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.test_pickle",
        "name": "test_pickle",
        "lineno": 18,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.test_str",
        "name": "test_str",
        "lineno": 26,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.test_repr",
        "name": "test_repr",
        "lineno": 29,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.test_contains",
        "name": "test_contains",
        "lineno": 32,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.test_getitem",
        "name": "test_getitem",
        "lineno": 42,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.test_iter",
        "name": "test_iter",
        "lineno": 52,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView.test_call",
        "name": "test_call",
        "lineno": 68,
        "scope": "TestNodeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.setup_class",
        "name": "setup_class",
        "lineno": 77,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.test_viewtype",
        "name": "test_viewtype",
        "lineno": 83,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.test_pickle",
        "name": "test_pickle",
        "lineno": 89,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.test_str",
        "name": "test_str",
        "lineno": 97,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.test_repr",
        "name": "test_repr",
        "lineno": 101,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.test_contains",
        "name": "test_contains",
        "lineno": 115,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.test_getitem",
        "name": "test_getitem",
        "lineno": 129,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView.test_iter",
        "name": "test_iter",
        "lineno": 142,
        "scope": "TestNodeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.test_nodedataview_unhashable",
        "name": "test_nodedataview_unhashable",
        "lineno": 179,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.setup_class",
        "name": "setup_class",
        "lineno": 202,
        "scope": "TestNodeViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "name": "n_its",
        "lineno": 207,
        "scope": "TestNodeViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_len",
        "name": "test_len",
        "lineno": 210,
        "scope": "TestNodeViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_and",
        "name": "test_and",
        "lineno": 219,
        "scope": "TestNodeViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_or",
        "name": "test_or",
        "lineno": 225,
        "scope": "TestNodeViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_xor",
        "name": "test_xor",
        "lineno": 231,
        "scope": "TestNodeViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_sub",
        "name": "test_sub",
        "lineno": 238,
        "scope": "TestNodeViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataViewSetOps.setup_class",
        "name": "setup_class",
        "lineno": 247,
        "scope": "TestNodeDataViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataViewSetOps.n_its",
        "name": "n_its",
        "lineno": 252,
        "scope": "TestNodeDataViewSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataViewDefaultSetOps.setup_class",
        "name": "setup_class",
        "lineno": 258,
        "scope": "TestNodeDataViewDefaultSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataViewDefaultSetOps.n_its",
        "name": "n_its",
        "lineno": 263,
        "scope": "TestNodeDataViewDefaultSetOps",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.setup_class",
        "name": "setup_class",
        "lineno": 270,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_pickle",
        "name": "test_pickle",
        "lineno": 274,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.modify_edge",
        "name": "modify_edge",
        "lineno": 282,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_str",
        "name": "test_str",
        "lineno": 285,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_repr",
        "name": "test_repr",
        "lineno": 290,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_iterdata",
        "name": "test_iterdata",
        "lineno": 300,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_iter",
        "name": "test_iter",
        "lineno": 333,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_contains",
        "name": "test_contains",
        "lineno": 343,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 354,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_len",
        "name": "test_len",
        "lineno": 371,
        "scope": "TestEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeDataView.setup_class",
        "name": "setup_class",
        "lineno": 391,
        "scope": "TestOutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeDataView.test_repr",
        "name": "test_repr",
        "lineno": 395,
        "scope": "TestOutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeDataView.test_len",
        "name": "test_len",
        "lineno": 405,
        "scope": "TestOutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeDataView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 422,
        "scope": "TestOutEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeDataView.setup_class",
        "name": "setup_class",
        "lineno": 437,
        "scope": "TestInEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeDataView.test_repr",
        "name": "test_repr",
        "lineno": 441,
        "scope": "TestInEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeDataView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 451,
        "scope": "TestInEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeDataView.setup_class",
        "name": "setup_class",
        "lineno": 466,
        "scope": "TestMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeDataView.modify_edge",
        "name": "modify_edge",
        "lineno": 470,
        "scope": "TestMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeDataView.test_repr",
        "name": "test_repr",
        "lineno": 473,
        "scope": "TestMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeDataView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 483,
        "scope": "TestMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeDataView.setup_class",
        "name": "setup_class",
        "lineno": 498,
        "scope": "TestOutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeDataView.modify_edge",
        "name": "modify_edge",
        "lineno": 502,
        "scope": "TestOutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeDataView.test_repr",
        "name": "test_repr",
        "lineno": 505,
        "scope": "TestOutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeDataView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 515,
        "scope": "TestOutMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeDataView.setup_class",
        "name": "setup_class",
        "lineno": 530,
        "scope": "TestInMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeDataView.test_repr",
        "name": "test_repr",
        "lineno": 534,
        "scope": "TestInMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeDataView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 544,
        "scope": "TestInMultiEdgeDataView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.setup_class",
        "name": "setup_class",
        "lineno": 560,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_pickle",
        "name": "test_pickle",
        "lineno": 564,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.modify_edge",
        "name": "modify_edge",
        "lineno": 572,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_str",
        "name": "test_str",
        "lineno": 575,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_repr",
        "name": "test_repr",
        "lineno": 580,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_getitem",
        "name": "test_getitem",
        "lineno": 588,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_call",
        "name": "test_call",
        "lineno": 602,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_data",
        "name": "test_data",
        "lineno": 609,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_iter",
        "name": "test_iter",
        "lineno": 616,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_contains",
        "name": "test_contains",
        "lineno": 625,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 642,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_len",
        "name": "test_len",
        "lineno": 654,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_and",
        "name": "test_and",
        "lineno": 665,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_or",
        "name": "test_or",
        "lineno": 676,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_xor",
        "name": "test_xor",
        "lineno": 686,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView.test_sub",
        "name": "test_sub",
        "lineno": 699,
        "scope": "TestEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeView.setup_class",
        "name": "setup_class",
        "lineno": 709,
        "scope": "TestOutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeView.test_repr",
        "name": "test_repr",
        "lineno": 713,
        "scope": "TestOutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 721,
        "scope": "TestOutEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeView.setup_class",
        "name": "setup_class",
        "lineno": 736,
        "scope": "TestInEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeView.test_repr",
        "name": "test_repr",
        "lineno": 740,
        "scope": "TestInEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 748,
        "scope": "TestInEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.setup_class",
        "name": "setup_class",
        "lineno": 763,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.modify_edge",
        "name": "modify_edge",
        "lineno": 768,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_str",
        "name": "test_str",
        "lineno": 773,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_getitem",
        "name": "test_getitem",
        "lineno": 780,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_repr",
        "name": "test_repr",
        "lineno": 794,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_call",
        "name": "test_call",
        "lineno": 802,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_data",
        "name": "test_data",
        "lineno": 810,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_iter",
        "name": "test_iter",
        "lineno": 818,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_iterkeys",
        "name": "test_iterkeys",
        "lineno": 827,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_or",
        "name": "test_or",
        "lineno": 891,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_sub",
        "name": "test_sub",
        "lineno": 900,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_xor",
        "name": "test_xor",
        "lineno": 909,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_and",
        "name": "test_and",
        "lineno": 923,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 933,
        "scope": "TestMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeView.setup_class",
        "name": "setup_class",
        "lineno": 948,
        "scope": "TestOutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeView.modify_edge",
        "name": "modify_edge",
        "lineno": 953,
        "scope": "TestOutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeView.test_repr",
        "name": "test_repr",
        "lineno": 958,
        "scope": "TestOutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 966,
        "scope": "TestOutMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeView.setup_class",
        "name": "setup_class",
        "lineno": 981,
        "scope": "TestInMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeView.modify_edge",
        "name": "modify_edge",
        "lineno": 986,
        "scope": "TestInMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeView.test_repr",
        "name": "test_repr",
        "lineno": 991,
        "scope": "TestInMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeView.test_contains_with_nbunch",
        "name": "test_contains_with_nbunch",
        "lineno": 999,
        "scope": "TestInMultiEdgeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.setup_class",
        "name": "setup_class",
        "lineno": 1018,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_pickle",
        "name": "test_pickle",
        "lineno": 1023,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_str",
        "name": "test_str",
        "lineno": 1030,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1037,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_iter",
        "name": "test_iter",
        "lineno": 1042,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_nbunch",
        "name": "test_nbunch",
        "lineno": 1061,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_getitem",
        "name": "test_getitem",
        "lineno": 1068,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_weight",
        "name": "test_weight",
        "lineno": 1080,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView.test_len",
        "name": "test_len",
        "lineno": 1094,
        "scope": "TestDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDiDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1103,
        "scope": "TestDiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutDegreeView.test_str",
        "name": "test_str",
        "lineno": 1113,
        "scope": "TestOutDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1120,
        "scope": "TestOutDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutDegreeView.test_nbunch",
        "name": "test_nbunch",
        "lineno": 1125,
        "scope": "TestOutDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutDegreeView.test_getitem",
        "name": "test_getitem",
        "lineno": 1132,
        "scope": "TestOutDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutDegreeView.test_weight",
        "name": "test_weight",
        "lineno": 1144,
        "scope": "TestOutDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInDegreeView.test_str",
        "name": "test_str",
        "lineno": 1163,
        "scope": "TestInDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1170,
        "scope": "TestInDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInDegreeView.test_nbunch",
        "name": "test_nbunch",
        "lineno": 1175,
        "scope": "TestInDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInDegreeView.test_getitem",
        "name": "test_getitem",
        "lineno": 1182,
        "scope": "TestInDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInDegreeView.test_weight",
        "name": "test_weight",
        "lineno": 1194,
        "scope": "TestInDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiDegreeView.test_str",
        "name": "test_str",
        "lineno": 1213,
        "scope": "TestMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1220,
        "scope": "TestMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiDegreeView.test_nbunch",
        "name": "test_nbunch",
        "lineno": 1225,
        "scope": "TestMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiDegreeView.test_getitem",
        "name": "test_getitem",
        "lineno": 1232,
        "scope": "TestMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiDegreeView.test_weight",
        "name": "test_weight",
        "lineno": 1244,
        "scope": "TestMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDiMultiDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1263,
        "scope": "TestDiMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiDegreeView.test_str",
        "name": "test_str",
        "lineno": 1273,
        "scope": "TestOutMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1280,
        "scope": "TestOutMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiDegreeView.test_nbunch",
        "name": "test_nbunch",
        "lineno": 1285,
        "scope": "TestOutMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiDegreeView.test_getitem",
        "name": "test_getitem",
        "lineno": 1292,
        "scope": "TestOutMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiDegreeView.test_weight",
        "name": "test_weight",
        "lineno": 1304,
        "scope": "TestOutMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiDegreeView.test_str",
        "name": "test_str",
        "lineno": 1323,
        "scope": "TestInMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiDegreeView.test_repr",
        "name": "test_repr",
        "lineno": 1330,
        "scope": "TestInMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiDegreeView.test_nbunch",
        "name": "test_nbunch",
        "lineno": 1335,
        "scope": "TestInMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiDegreeView.test_getitem",
        "name": "test_getitem",
        "lineno": 1342,
        "scope": "TestInMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiDegreeView.test_weight",
        "name": "test_weight",
        "lineno": 1354,
        "scope": "TestInMultiDegreeView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.test_slicing_reportviews",
        "name": "test_slicing_reportviews",
        "lineno": 1384,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.test_cache_dict_get_set_state",
        "name": "test_cache_dict_get_set_state",
        "lineno": 1397,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_reportviews.test_edge_views_inherit_from_EdgeViewABC",
        "name": "test_edge_views_inherit_from_EdgeViewABC",
        "lineno": 1420,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_special": [
      {
        "id": "networkx.classes.tests.test_special.test_factories",
        "name": "test_factories",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialGraph.setup_method",
        "name": "setup_method",
        "lineno": 54,
        "scope": "TestSpecialGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinGraph.setup_method",
        "name": "setup_method",
        "lineno": 60,
        "scope": "TestThinGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinGraph.setup_method.MyGraph.edge_attr_dict_factory",
        "name": "edge_attr_dict_factory",
        "lineno": 64,
        "scope": "TestThinGraph.setup_method.MyGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialDiGraph.setup_method",
        "name": "setup_method",
        "lineno": 82,
        "scope": "TestSpecialDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinDiGraph.setup_method",
        "name": "setup_method",
        "lineno": 88,
        "scope": "TestThinDiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinDiGraph.setup_method.MyGraph.edge_attr_dict_factory",
        "name": "edge_attr_dict_factory",
        "lineno": 92,
        "scope": "TestThinDiGraph.setup_method.MyGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialMultiGraph.setup_method",
        "name": "setup_method",
        "lineno": 123,
        "scope": "TestSpecialMultiGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialMultiDiGraph.setup_method",
        "name": "setup_method",
        "lineno": 129,
        "scope": "TestSpecialMultiDiGraph",
        "is_async": false
      }
    ],
    "networkx.classes.tests.test_subgraphviews": [
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubGraphView.setup_class",
        "name": "setup_class",
        "lineno": 14,
        "scope": "TestSubGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubGraphView.test_hidden_nodes",
        "name": "test_hidden_nodes",
        "lineno": 18,
        "scope": "TestSubGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubGraphView.test_hidden_edges",
        "name": "test_hidden_edges",
        "lineno": 37,
        "scope": "TestSubGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubGraphView.test_shown_node",
        "name": "test_shown_node",
        "lineno": 58,
        "scope": "TestSubGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubGraphView.test_shown_edges",
        "name": "test_shown_edges",
        "lineno": 74,
        "scope": "TestSubGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubDiGraphView.test_inoutedges",
        "name": "test_inoutedges",
        "lineno": 104,
        "scope": "TestSubDiGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubDiGraphView.test_pred",
        "name": "test_pred",
        "lineno": 113,
        "scope": "TestSubDiGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubDiGraphView.test_inout_degree",
        "name": "test_inout_degree",
        "lineno": 122,
        "scope": "TestSubDiGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestMultiGraphView.setup_class",
        "name": "setup_class",
        "lineno": 142,
        "scope": "TestMultiGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestMultiGraphView.test_hidden_edges",
        "name": "test_hidden_edges",
        "lineno": 148,
        "scope": "TestMultiGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestMultiGraphView.test_shown_edges",
        "name": "test_shown_edges",
        "lineno": 169,
        "scope": "TestMultiGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestMultiDiGraphView.test_inout_degree",
        "name": "test_inout_degree",
        "lineno": 199,
        "scope": "TestMultiDiGraphView",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.setup_class",
        "name": "setup_class",
        "lineno": 214,
        "scope": "TestInducedSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.test_full_graph",
        "name": "test_full_graph",
        "lineno": 223,
        "scope": "TestInducedSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.test_partial_subgraph",
        "name": "test_partial_subgraph",
        "lineno": 230,
        "scope": "TestInducedSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.same_attrdict",
        "name": "same_attrdict",
        "lineno": 239,
        "scope": "TestInducedSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.graphs_equal",
        "name": "graphs_equal",
        "lineno": 251,
        "scope": "TestInducedSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.setup_class",
        "name": "setup_class",
        "lineno": 275,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_correct_nodes",
        "name": "test_correct_nodes",
        "lineno": 287,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_correct_edges",
        "name": "test_correct_edges",
        "lineno": 293,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_add_node",
        "name": "test_add_node",
        "lineno": 299,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_remove_node",
        "name": "test_remove_node",
        "lineno": 308,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_node_attr_dict",
        "name": "test_node_attr_dict",
        "lineno": 318,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_edge_attr_dict",
        "name": "test_edge_attr_dict",
        "lineno": 334,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_graph_attr_dict",
        "name": "test_graph_attr_dict",
        "lineno": 350,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_readonly",
        "name": "test_readonly",
        "lineno": 357,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph.test_multigraph_filtered_edges",
        "name": "test_multigraph_filtered_edges",
        "lineno": 365,
        "scope": "TestEdgeSubGraph",
        "is_async": false
      }
    ],
    "networkx.classes.tests": [],
    "networkx.drawing.layout": [
      {
        "id": "networkx.drawing.layout._process_params",
        "name": "_process_params",
        "lineno": 42,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.random_layout",
        "name": "random_layout",
        "lineno": 64,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.circular_layout",
        "name": "circular_layout",
        "lineno": 129,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.shell_layout",
        "name": "shell_layout",
        "lineno": 214,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.bipartite_layout",
        "name": "bipartite_layout",
        "lineno": 322,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.spring_layout",
        "name": "spring_layout",
        "lineno": 452,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._fruchterman_reingold",
        "name": "_fruchterman_reingold",
        "lineno": 662,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._sparse_fruchterman_reingold",
        "name": "_sparse_fruchterman_reingold",
        "lineno": 726,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._energy_fruchterman_reingold",
        "name": "_energy_fruchterman_reingold",
        "lineno": 816,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._energy_fruchterman_reingold._cost_FR",
        "name": "_cost_FR",
        "lineno": 845,
        "scope": "_energy_fruchterman_reingold",
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.kamada_kawai_layout",
        "name": "kamada_kawai_layout",
        "lineno": 882,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._kamada_kawai_solve",
        "name": "_kamada_kawai_solve",
        "lineno": 984,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._kamada_kawai_costfn",
        "name": "_kamada_kawai_costfn",
        "lineno": 1006,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.spectral_layout",
        "name": "spectral_layout",
        "lineno": 1031,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._spectral",
        "name": "_spectral",
        "lineno": 1128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout._sparse_spectral",
        "name": "_sparse_spectral",
        "lineno": 1149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.planar_layout",
        "name": "planar_layout",
        "lineno": 1175,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.spiral_layout",
        "name": "spiral_layout",
        "lineno": 1248,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.multipartite_layout",
        "name": "multipartite_layout",
        "lineno": 1359,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.arf_layout",
        "name": "arf_layout",
        "lineno": 1472,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.forceatlas2_layout",
        "name": "forceatlas2_layout",
        "lineno": 1608,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.forceatlas2_layout.estimate_factor",
        "name": "estimate_factor",
        "lineno": 1738,
        "scope": "forceatlas2_layout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.rescale_layout",
        "name": "rescale_layout",
        "lineno": 1886,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.rescale_layout_dict",
        "name": "rescale_layout_dict",
        "lineno": 1931,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.layout.bfs_layout",
        "name": "bfs_layout",
        "lineno": 1969,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.nx_agraph": [
      {
        "id": "networkx.drawing.nx_agraph.from_agraph",
        "name": "from_agraph",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.to_agraph",
        "name": "to_agraph",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.write_dot",
        "name": "write_dot",
        "lineno": 191,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.read_dot",
        "name": "read_dot",
        "lineno": 214,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.graphviz_layout",
        "name": "graphviz_layout",
        "lineno": 234,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.pygraphviz_layout",
        "name": "pygraphviz_layout",
        "lineno": 268,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.view_pygraphviz",
        "name": "view_pygraphviz",
        "lineno": 329,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.view_pygraphviz.update_attrs",
        "name": "update_attrs",
        "lineno": 403,
        "scope": "view_pygraphviz",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.view_pygraphviz.clean_attrs",
        "name": "clean_attrs",
        "lineno": 411,
        "scope": "view_pygraphviz",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_agraph.view_pygraphviz.func",
        "name": "func",
        "lineno": 435,
        "scope": "view_pygraphviz",
        "is_async": false
      }
    ],
    "networkx.drawing.nx_latex": [
      {
        "id": "networkx.drawing.nx_latex.to_latex_raw",
        "name": "to_latex_raw",
        "lineno": 140,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_latex.to_latex",
        "name": "to_latex",
        "lineno": 310,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_latex.write_latex",
        "name": "write_latex",
        "lineno": 481,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.nx_pydot": [
      {
        "id": "networkx.drawing.nx_pydot.write_dot",
        "name": "write_dot",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pydot.read_dot",
        "name": "read_dot",
        "lineno": 57,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pydot.from_pydot",
        "name": "from_pydot",
        "lineno": 92,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pydot.to_pydot",
        "name": "to_pydot",
        "lineno": 185,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pydot.graphviz_layout",
        "name": "graphviz_layout",
        "lineno": 250,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pydot.pydot_layout",
        "name": "pydot_layout",
        "lineno": 283,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.nx_pylab": [
      {
        "id": "networkx.drawing.nx_pylab.apply_matplotlib_colors",
        "name": "apply_matplotlib_colors",
        "lineno": 48,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.apply_matplotlib_colors.do_map",
        "name": "do_map",
        "lineno": 101,
        "scope": "apply_matplotlib_colors",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.CurvedArrowTextBase.__init__",
        "name": "__init__",
        "lineno": 116,
        "scope": "CurvedArrowTextBase",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.CurvedArrowTextBase._get_arrow_path_disp",
        "name": "_get_arrow_path_disp",
        "lineno": 141,
        "scope": "CurvedArrowTextBase",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.CurvedArrowTextBase._update_text_pos_angle",
        "name": "_update_text_pos_angle",
        "lineno": 170,
        "scope": "CurvedArrowTextBase",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.CurvedArrowTextBase.draw",
        "name": "draw",
        "lineno": 248,
        "scope": "CurvedArrowTextBase",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display",
        "name": "display",
        "lineno": 257,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.node_property_sequence",
        "name": "node_property_sequence",
        "lineno": 611,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.compute_colors",
        "name": "compute_colors",
        "lineno": 637,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.collection_compatible",
        "name": "collection_compatible",
        "lineno": 662,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.edge_property_sequence",
        "name": "edge_property_sequence",
        "lineno": 672,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "name": "get_edge_attr",
        "lineno": 694,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.get_node_attr",
        "name": "get_node_attr",
        "lineno": 713,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.self_loop",
        "name": "self_loop",
        "lineno": 734,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.self_loop.self_loop_connection",
        "name": "self_loop_connection",
        "lineno": 735,
        "scope": "display.self_loop",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.to_marker_edge",
        "name": "to_marker_edge",
        "lineno": 776,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "name": "build_fancy_arrow",
        "lineno": 782,
        "scope": "display",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw",
        "name": "draw",
        "lineno": 1105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx",
        "name": "draw_networkx",
        "lineno": 1184,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_nodes",
        "name": "draw_networkx_nodes",
        "lineno": 1373,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.ConnectionStyleFactory.__init__",
        "name": "__init__",
        "lineno": 1549,
        "scope": "FancyArrowFactory.ConnectionStyleFactory",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.ConnectionStyleFactory.curved",
        "name": "curved",
        "lineno": 1563,
        "scope": "FancyArrowFactory.ConnectionStyleFactory",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.ConnectionStyleFactory.self_loop",
        "name": "self_loop",
        "lineno": 1566,
        "scope": "FancyArrowFactory.ConnectionStyleFactory",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.ConnectionStyleFactory.self_loop.self_loop_connection",
        "name": "self_loop_connection",
        "lineno": 1567,
        "scope": "FancyArrowFactory.ConnectionStyleFactory.self_loop",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.__init__",
        "name": "__init__",
        "lineno": 1606,
        "scope": "FancyArrowFactory",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.__call__",
        "name": "__call__",
        "lineno": 1659,
        "scope": "FancyArrowFactory",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.to_marker_edge",
        "name": "to_marker_edge",
        "lineno": 1756,
        "scope": "FancyArrowFactory",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "name": "draw_networkx_edges",
        "lineno": 1763,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "name": "draw_networkx_labels",
        "lineno": 2138,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_labels.check_individual_params",
        "name": "check_individual_params",
        "lineno": 2239,
        "scope": "draw_networkx_labels",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_labels.get_param_value",
        "name": "get_param_value",
        "lineno": 2245,
        "scope": "draw_networkx_labels",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "name": "draw_networkx_edge_labels",
        "lineno": 2291,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "name": "check_individual_params",
        "lineno": 2470,
        "scope": "draw_networkx_edge_labels",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "name": "get_param_value",
        "lineno": 2478,
        "scope": "draw_networkx_edge_labels",
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_bipartite",
        "name": "draw_bipartite",
        "lineno": 2563,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_circular",
        "name": "draw_circular",
        "lineno": 2607,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_kamada_kawai",
        "name": "draw_kamada_kawai",
        "lineno": 2646,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_random",
        "name": "draw_random",
        "lineno": 2686,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_spectral",
        "name": "draw_spectral",
        "lineno": 2725,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_spring",
        "name": "draw_spring",
        "lineno": 2767,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_shell",
        "name": "draw_shell",
        "lineno": 2810,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_planar",
        "name": "draw_planar",
        "lineno": 2855,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.draw_forceatlas2",
        "name": "draw_forceatlas2",
        "lineno": 2899,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.nx_pylab.apply_alpha",
        "name": "apply_alpha",
        "lineno": 2919,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing": [],
    "networkx.drawing.tests.test_agraph": [
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.build_graph",
        "name": "build_graph",
        "lineno": 14,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.assert_equal",
        "name": "assert_equal",
        "lineno": 21,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_agraph_roundtripping",
        "name": "test_agraph_roundtripping",
        "lineno": 29,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_from_agraph_name",
        "name": "test_from_agraph_name",
        "lineno": 48,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_from_agraph_create_using",
        "name": "test_from_agraph_create_using",
        "lineno": 57,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_from_agraph_named_edges",
        "name": "test_from_agraph_named_edges",
        "lineno": 63,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_to_agraph_with_nodedata",
        "name": "test_to_agraph_with_nodedata",
        "lineno": 75,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_to_agraph_with_edgedata",
        "name": "test_to_agraph_with_edgedata",
        "lineno": 82,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_path",
        "name": "test_view_pygraphviz_path",
        "lineno": 89,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_file_suffix",
        "name": "test_view_pygraphviz_file_suffix",
        "lineno": 99,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz",
        "name": "test_view_pygraphviz",
        "lineno": 104,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_edgelabel",
        "name": "test_view_pygraphviz_edgelabel",
        "lineno": 110,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_callable_edgelabel",
        "name": "test_view_pygraphviz_callable_edgelabel",
        "lineno": 118,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_callable_edgelabel.foo_label",
        "name": "foo_label",
        "lineno": 121,
        "scope": "TestAGraph.test_view_pygraphviz_callable_edgelabel",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_multigraph_edgelabels",
        "name": "test_view_pygraphviz_multigraph_edgelabels",
        "lineno": 128,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_graph_with_reserved_keywords",
        "name": "test_graph_with_reserved_keywords",
        "lineno": 138,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_no_added_attrs_to_input",
        "name": "test_view_pygraphviz_no_added_attrs_to_input",
        "lineno": 149,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_view_pygraphviz_leaves_input_graph_unmodified",
        "name": "test_view_pygraphviz_leaves_input_graph_unmodified",
        "lineno": 155,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_graph_with_AGraph_attrs",
        "name": "test_graph_with_AGraph_attrs",
        "lineno": 163,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_round_trip_empty_graph",
        "name": "test_round_trip_empty_graph",
        "lineno": 173,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_round_trip_integer_nodes",
        "name": "test_round_trip_integer_nodes",
        "lineno": 184,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_graphviz_alias",
        "name": "test_graphviz_alias",
        "lineno": 190,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_pygraphviz_layout_root",
        "name": "test_pygraphviz_layout_root",
        "lineno": 197,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_2d_layout",
        "name": "test_2d_layout",
        "lineno": 209,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_3d_layout",
        "name": "test_3d_layout",
        "lineno": 218,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_no_warnings_raised",
        "name": "test_no_warnings_raised",
        "lineno": 227,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_to_agraph_preserves_string_positions",
        "name": "test_to_agraph_preserves_string_positions",
        "lineno": 239,
        "scope": "TestAGraph",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph.test_to_agraph_converts_tuple_positions",
        "name": "test_to_agraph_converts_tuple_positions",
        "lineno": 252,
        "scope": "TestAGraph",
        "is_async": false
      }
    ],
    "networkx.drawing.tests.test_image_comparison_pylab_mpl": [
      {
        "id": "networkx.drawing.tests.test_image_comparison_pylab_mpl.test_display_house_with_colors",
        "name": "test_display_house_with_colors",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_image_comparison_pylab_mpl.test_display_labels_and_colors",
        "name": "test_display_labels_and_colors",
        "lineno": 54,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_image_comparison_pylab_mpl.test_display_complex",
        "name": "test_display_complex",
        "lineno": 121,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_image_comparison_pylab_mpl.test_display_shortest_path",
        "name": "test_display_shortest_path",
        "lineno": 151,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_image_comparison_pylab_mpl.test_display_empty_graph",
        "name": "test_display_empty_graph",
        "lineno": 197,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_image_comparison_pylab_mpl.test_house_with_colors",
        "name": "test_house_with_colors",
        "lineno": 207,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.tests.test_latex": [
      {
        "id": "networkx.drawing.tests.test_latex.test_tikz_attributes",
        "name": "test_tikz_attributes",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_latex.test_basic_multiple_graphs",
        "name": "test_basic_multiple_graphs",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_latex.test_basic_tikz",
        "name": "test_basic_tikz",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_latex.test_exception_pos_single_graph",
        "name": "test_exception_pos_single_graph",
        "lineno": 226,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_latex.test_exception_multiple_graphs",
        "name": "test_exception_multiple_graphs",
        "lineno": 249,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_latex.test_exception_multigraph",
        "name": "test_exception_multigraph",
        "lineno": 281,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.tests.test_layout": [
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.setup_class",
        "name": "setup_class",
        "lineno": 13,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_spring_fixed_without_pos",
        "name": "test_spring_fixed_without_pos",
        "lineno": 19,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_spring_init_pos",
        "name": "test_spring_init_pos",
        "lineno": 34,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_empty_graph",
        "name": "test_smoke_empty_graph",
        "lineno": 47,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_int",
        "name": "test_smoke_int",
        "lineno": 61,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_string",
        "name": "test_smoke_string",
        "lineno": 81,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.check_scale_and_center",
        "name": "check_scale_and_center",
        "lineno": 97,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_scale_and_center_arg",
        "name": "test_scale_and_center_arg",
        "lineno": 107,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_planar_layout_non_planar_input",
        "name": "test_planar_layout_non_planar_input",
        "lineno": 124,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_planar_layout_embedding_input",
        "name": "test_smoke_planar_layout_embedding_input",
        "lineno": 128,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_default_scale_and_center",
        "name": "test_default_scale_and_center",
        "lineno": 133,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_circular_planar_and_shell_dim_error",
        "name": "test_circular_planar_and_shell_dim_error",
        "lineno": 149,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_adjacency_interface_numpy",
        "name": "test_adjacency_interface_numpy",
        "lineno": 157,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_adjacency_interface_scipy",
        "name": "test_adjacency_interface_scipy",
        "lineno": 166,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_single_nodes",
        "name": "test_single_nodes",
        "lineno": 175,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_initial_pos_forceatlas2",
        "name": "test_smoke_initial_pos_forceatlas2",
        "lineno": 187,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_initial_pos_nonarray_forceatlas2",
        "name": "test_smoke_initial_pos_nonarray_forceatlas2",
        "lineno": 191,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_initial_pos_fruchterman_reingold",
        "name": "test_smoke_initial_pos_fruchterman_reingold",
        "lineno": 197,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_initial_pos_arf",
        "name": "test_smoke_initial_pos_arf",
        "lineno": 201,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_zero_iterations_fruchterman_reingold",
        "name": "test_zero_iterations_fruchterman_reingold",
        "lineno": 209,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_zero_iterations_arf",
        "name": "test_zero_iterations_arf",
        "lineno": 216,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_fixed_node_fruchterman_reingold",
        "name": "test_fixed_node_fruchterman_reingold",
        "lineno": 223,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_center_parameter",
        "name": "test_center_parameter",
        "lineno": 238,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_center_wrong_dimensions",
        "name": "test_center_wrong_dimensions",
        "lineno": 256,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 270,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_bipartite_layout",
        "name": "test_bipartite_layout",
        "lineno": 299,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_multipartite_layout",
        "name": "test_multipartite_layout",
        "lineno": 327,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_kamada_kawai_costfn_1d",
        "name": "test_kamada_kawai_costfn_1d",
        "lineno": 351,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.check_kamada_kawai_costfn",
        "name": "check_kamada_kawai_costfn",
        "lineno": 363,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_kamada_kawai_costfn",
        "name": "test_kamada_kawai_costfn",
        "lineno": 390,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_spiral_layout",
        "name": "test_spiral_layout",
        "lineno": 404,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_spiral_layout_equidistant",
        "name": "test_spiral_layout_equidistant",
        "lineno": 426,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_forceatlas2_layout_partial_input_test",
        "name": "test_forceatlas2_layout_partial_input_test",
        "lineno": 436,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_rescale_layout_dict",
        "name": "test_rescale_layout_dict",
        "lineno": 445,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_arf_layout_partial_input_test",
        "name": "test_arf_layout_partial_input_test",
        "lineno": 475,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_arf_layout_negative_a_check",
        "name": "test_arf_layout_negative_a_check",
        "lineno": 484,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_seed_input",
        "name": "test_smoke_seed_input",
        "lineno": 491,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_node_at_center",
        "name": "test_node_at_center",
        "lineno": 498,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout.test_initial_only_some_pos",
        "name": "test_initial_only_some_pos",
        "lineno": 504,
        "scope": "TestLayout",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_multipartite_layout_nonnumeric_partition_labels",
        "name": "test_multipartite_layout_nonnumeric_partition_labels",
        "lineno": 510,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_multipartite_layout_layer_order",
        "name": "test_multipartite_layout_layer_order",
        "lineno": 522,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout._num_nodes_per_bfs_layer",
        "name": "_num_nodes_per_bfs_layer",
        "lineno": 549,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_bfs_layout_complete_graph",
        "name": "test_bfs_layout_complete_graph",
        "lineno": 557,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_bfs_layout_barbell",
        "name": "test_bfs_layout_barbell",
        "lineno": 566,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_bfs_layout_disconnected",
        "name": "test_bfs_layout_disconnected",
        "lineno": 583,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_bipartite_layout_default_nodes_raises_non_bipartite_input",
        "name": "test_bipartite_layout_default_nodes_raises_non_bipartite_input",
        "lineno": 590,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_bipartite_layout_default_nodes",
        "name": "test_bipartite_layout_default_nodes",
        "lineno": 598,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_layouts_negative_dim",
        "name": "test_layouts_negative_dim",
        "lineno": 621,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_layout.test_spring_layout_graph_size_heuristic",
        "name": "test_spring_layout_graph_size_heuristic",
        "lineno": 646,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.tests.test_pydot": [
      {
        "id": "networkx.drawing.tests.test_pydot.TestPydot.test_pydot",
        "name": "test_pydot",
        "lineno": 16,
        "scope": "TestPydot",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pydot.TestPydot.test_read_write",
        "name": "test_read_write",
        "lineno": 82,
        "scope": "TestPydot",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pydot.test_pydot_issue_7581",
        "name": "test_pydot_issue_7581",
        "lineno": 93,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pydot.test_hashable_pydot",
        "name": "test_hashable_pydot",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pydot.test_pydot_numerical_name",
        "name": "test_pydot_numerical_name",
        "lineno": 136,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.tests.test_pylab": [
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_arg_handling_node_color",
        "name": "test_display_arg_handling_node_color",
        "lineno": 74,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_arg_handling_node_alpha",
        "name": "test_display_arg_handling_node_alpha",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_node_position",
        "name": "test_display_node_position",
        "lineno": 102,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_line_collection",
        "name": "test_display_line_collection",
        "lineno": 113,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_single_color",
        "name": "test_display_edge_single_color",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_multiple_colors",
        "name": "test_display_edge_multiple_colors",
        "lineno": 164,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_position",
        "name": "test_display_edge_position",
        "lineno": 185,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_position_function",
        "name": "test_display_position_function",
        "lineno": 216,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_position_function.fixed_layout",
        "name": "fixed_layout",
        "lineno": 219,
        "scope": "test_display_position_function",
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_colormaps",
        "name": "test_display_edge_colormaps",
        "lineno": 235,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_node_colormaps",
        "name": "test_display_node_colormaps",
        "lineno": 264,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_width",
        "name": "test_display_edge_width",
        "lineno": 293,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_style",
        "name": "test_display_edge_style",
        "lineno": 324,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_node_labels",
        "name": "test_display_node_labels",
        "lineno": 350,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_labels",
        "name": "test_display_edge_labels",
        "lineno": 361,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_multigraph_non_integer_keys",
        "name": "test_display_multigraph_non_integer_keys",
        "lineno": 376,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_raises_for_bad_arg",
        "name": "test_display_raises_for_bad_arg",
        "lineno": 403,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_arrow_size",
        "name": "test_display_arrow_size",
        "lineno": 410,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_mismatched_edge_position",
        "name": "test_display_mismatched_edge_position",
        "lineno": 425,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_edge_margins",
        "name": "test_display_edge_margins",
        "lineno": 443,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_hide_ticks",
        "name": "test_display_hide_ticks",
        "lineno": 494,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_self_loop",
        "name": "test_display_self_loop",
        "lineno": 505,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_display_remove_pos_attr",
        "name": "test_display_remove_pos_attr",
        "lineno": 524,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.subplots",
        "name": "subplots",
        "lineno": 536,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw",
        "name": "test_draw",
        "lineno": 556,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_shell_nlist",
        "name": "test_draw_shell_nlist",
        "lineno": 565,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_bipartite",
        "name": "test_draw_bipartite",
        "lineno": 572,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_colormap",
        "name": "test_edge_colormap",
        "lineno": 579,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_edge_labels",
        "name": "test_draw_networkx_edge_labels",
        "lineno": 587,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_arrows",
        "name": "test_arrows",
        "lineno": 597,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_single_edge_color_undirected",
        "name": "test_single_edge_color_undirected",
        "lineno": 617,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_single_edge_color_directed",
        "name": "test_single_edge_color_directed",
        "lineno": 643,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_color_tuple_interpretation",
        "name": "test_edge_color_tuple_interpretation",
        "lineno": 655,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_fewer_edge_colors_than_num_edges_directed",
        "name": "test_fewer_edge_colors_than_num_edges_directed",
        "lineno": 712,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_more_edge_colors_than_num_edges_directed",
        "name": "test_more_edge_colors_than_num_edges_directed",
        "lineno": 723,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_color_string_with_global_alpha_undirected",
        "name": "test_edge_color_string_with_global_alpha_undirected",
        "lineno": 734,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_color_string_with_global_alpha_directed",
        "name": "test_edge_color_string_with_global_alpha_directed",
        "lineno": 748,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_width_default_value",
        "name": "test_edge_width_default_value",
        "lineno": 764,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_width_single_value_undirected",
        "name": "test_edge_width_single_value_undirected",
        "lineno": 782,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_width_single_value_directed",
        "name": "test_edge_width_single_value_directed",
        "lineno": 797,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_width_sequence",
        "name": "test_edge_width_sequence",
        "lineno": 814,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_color_with_edge_vmin_vmax",
        "name": "test_edge_color_with_edge_vmin_vmax",
        "lineno": 823,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_directed_edges_linestyle_default",
        "name": "test_directed_edges_linestyle_default",
        "lineno": 839,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_directed_edges_linestyle_single_value",
        "name": "test_directed_edges_linestyle_single_value",
        "lineno": 859,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_directed_edges_linestyle_sequence",
        "name": "test_directed_edges_linestyle_sequence",
        "lineno": 884,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_return_types",
        "name": "test_return_types",
        "lineno": 897,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_labels_and_colors",
        "name": "test_labels_and_colors",
        "lineno": 923,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_axes",
        "name": "test_axes",
        "lineno": 984,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 990,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_empty_nodes_return_values",
        "name": "test_draw_empty_nodes_return_values",
        "lineno": 995,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_multigraph_edgelist_tuples",
        "name": "test_multigraph_edgelist_tuples",
        "lineno": 1017,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_alpha_iter",
        "name": "test_alpha_iter",
        "lineno": 1024,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_multiple_node_shapes",
        "name": "test_multiple_node_shapes",
        "lineno": 1042,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_individualized_font_attributes",
        "name": "test_individualized_font_attributes",
        "lineno": 1052,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_individualized_edge_attributes",
        "name": "test_individualized_edge_attributes",
        "lineno": 1075,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_error_invalid_kwds",
        "name": "test_error_invalid_kwds",
        "lineno": 1094,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_arrowsize_incorrect_size",
        "name": "test_draw_networkx_arrowsize_incorrect_size",
        "lineno": 1099,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_edges_arrowsize",
        "name": "test_draw_edges_arrowsize",
        "lineno": 1109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_edges_arrowstyle",
        "name": "test_draw_edges_arrowstyle",
        "lineno": 1122,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_np_edgelist",
        "name": "test_np_edgelist",
        "lineno": 1142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_nodes_missing_node_from_position",
        "name": "test_draw_nodes_missing_node_from_position",
        "lineno": 1147,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_nodes_node_shape_list_with_scalar_color",
        "name": "test_draw_networkx_nodes_node_shape_list_with_scalar_color",
        "lineno": 1154,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_edges_min_source_target_margins",
        "name": "test_draw_edges_min_source_target_margins",
        "lineno": 1184,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_edges_min_source_target_margins_individual",
        "name": "test_draw_edges_min_source_target_margins_individual",
        "lineno": 1231,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_nonzero_selfloop_with_single_node",
        "name": "test_nonzero_selfloop_with_single_node",
        "lineno": 1275,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_nonzero_selfloop_with_single_edge_in_edgelist",
        "name": "test_nonzero_selfloop_with_single_edge_in_edgelist",
        "lineno": 1290,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_apply_alpha",
        "name": "test_apply_alpha",
        "lineno": 1307,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_edges_toggling_with_arrows_kwarg",
        "name": "test_draw_edges_toggling_with_arrows_kwarg",
        "lineno": 1318,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_arrows_default_undirected",
        "name": "test_draw_networkx_arrows_default_undirected",
        "lineno": 1353,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_arrows_default_directed",
        "name": "test_draw_networkx_arrows_default_directed",
        "lineno": 1364,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edgelist_kwarg_not_ignored",
        "name": "test_edgelist_kwarg_not_ignored",
        "lineno": 1376,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_edges_multiedge_connectionstyle",
        "name": "test_draw_networkx_edges_multiedge_connectionstyle",
        "lineno": 1389,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_edge_labels_multiedge_connectionstyle",
        "name": "test_draw_networkx_edge_labels_multiedge_connectionstyle",
        "lineno": 1409,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_edge_label_multiedge",
        "name": "test_draw_networkx_edge_label_multiedge",
        "lineno": 1429,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_edge_label_empty_dict",
        "name": "test_draw_networkx_edge_label_empty_dict",
        "lineno": 1444,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_draw_networkx_edges_undirected_selfloop_colors",
        "name": "test_draw_networkx_edges_undirected_selfloop_colors",
        "lineno": 1452,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_user_warnings_for_unused_edge_drawing_kwargs",
        "name": "test_user_warnings_for_unused_edge_drawing_kwargs",
        "lineno": 1489,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_no_warning_on_default_draw_arrowstyle",
        "name": "test_no_warning_on_default_draw_arrowstyle",
        "lineno": 1513,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_hide_ticks",
        "name": "test_hide_ticks",
        "lineno": 1533,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_label_all_connectionstyles",
        "name": "test_edge_label_all_connectionstyles",
        "lineno": 1545,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.drawing.tests.test_pylab.test_edge_label_label_pos",
        "name": "test_edge_label_label_pos",
        "lineno": 1569,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.drawing.tests": [],
    "networkx.generators.atlas": [
      {
        "id": "networkx.generators.atlas._generate_graphs",
        "name": "_generate_graphs",
        "lineno": 56,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.atlas.graph_atlas",
        "name": "graph_atlas",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.atlas.graph_atlas_g",
        "name": "graph_atlas_g",
        "lineno": 130,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.classic": [
      {
        "id": "networkx.generators.classic._tree_edges",
        "name": "_tree_edges",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.full_rary_tree",
        "name": "full_rary_tree",
        "lineno": 69,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.kneser_graph",
        "name": "kneser_graph",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.balanced_tree",
        "name": "balanced_tree",
        "lineno": 154,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.barbell_graph",
        "name": "barbell_graph",
        "lineno": 204,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.binomial_tree",
        "name": "binomial_tree",
        "lineno": 277,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.complete_graph",
        "name": "complete_graph",
        "lineno": 316,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.circular_ladder_graph",
        "name": "circular_ladder_graph",
        "lineno": 363,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.circulant_graph",
        "name": "circulant_graph",
        "lineno": 404,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.cycle_graph",
        "name": "cycle_graph",
        "lineno": 478,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.dorogovtsev_goltsev_mendes_graph",
        "name": "dorogovtsev_goltsev_mendes_graph",
        "lineno": 509,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.empty_graph",
        "name": "empty_graph",
        "lineno": 586,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.ladder_graph",
        "name": "ladder_graph",
        "lineno": 684,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.lollipop_graph",
        "name": "lollipop_graph",
        "lineno": 708,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.null_graph",
        "name": "null_graph",
        "lineno": 776,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.path_graph",
        "name": "path_graph",
        "lineno": 788,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.star_graph",
        "name": "star_graph",
        "lineno": 814,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.tadpole_graph",
        "name": "tadpole_graph",
        "lineno": 878,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.trivial_graph",
        "name": "trivial_graph",
        "lineno": 941,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.turan_graph",
        "name": "turan_graph",
        "lineno": 954,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.wheel_graph",
        "name": "wheel_graph",
        "lineno": 993,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.classic.complete_multipartite_graph",
        "name": "complete_multipartite_graph",
        "lineno": 1028,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.cographs": [
      {
        "id": "networkx.generators.cographs.random_cograph",
        "name": "random_cograph",
        "lineno": 23,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.community": [
      {
        "id": "networkx.generators.community.caveman_graph",
        "name": "caveman_graph",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.connected_caveman_graph",
        "name": "connected_caveman_graph",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.relaxed_caveman_graph",
        "name": "relaxed_caveman_graph",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.random_partition_graph",
        "name": "random_partition_graph",
        "lineno": 178,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.planted_partition_graph",
        "name": "planted_partition_graph",
        "lineno": 257,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.gaussian_random_partition_graph",
        "name": "gaussian_random_partition_graph",
        "lineno": 313,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.ring_of_cliques",
        "name": "ring_of_cliques",
        "lineno": 389,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.windmill_graph",
        "name": "windmill_graph",
        "lineno": 445,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.stochastic_block_model",
        "name": "stochastic_block_model",
        "lineno": 499,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community._zipf_rv_below",
        "name": "_zipf_rv_below",
        "lineno": 662,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community._powerlaw_sequence",
        "name": "_powerlaw_sequence",
        "lineno": 674,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community._hurwitz_zeta",
        "name": "_hurwitz_zeta",
        "lineno": 705,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community._generate_min_degree",
        "name": "_generate_min_degree",
        "lineno": 723,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community._generate_min_degree.zeta",
        "name": "zeta",
        "lineno": 730,
        "scope": "_generate_min_degree",
        "is_async": false
      },
      {
        "id": "networkx.generators.community._generate_communities",
        "name": "_generate_communities",
        "lineno": 755,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.LFR_benchmark_graph",
        "name": "LFR_benchmark_graph",
        "lineno": 808,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.community.LFR_benchmark_graph.condition",
        "name": "condition",
        "lineno": 1015,
        "scope": "LFR_benchmark_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.community.LFR_benchmark_graph.length",
        "name": "length",
        "lineno": 1018,
        "scope": "LFR_benchmark_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.community.LFR_benchmark_graph.condition",
        "name": "condition",
        "lineno": 1039,
        "scope": "LFR_benchmark_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.community.LFR_benchmark_graph.length",
        "name": "length",
        "lineno": 1042,
        "scope": "LFR_benchmark_graph",
        "is_async": false
      }
    ],
    "networkx.generators.degree_seq": [
      {
        "id": "networkx.generators.degree_seq._to_stublist",
        "name": "_to_stublist",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq._configuration_model",
        "name": "_configuration_model",
        "lineno": 56,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.configuration_model",
        "name": "configuration_model",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.directed_configuration_model",
        "name": "directed_configuration_model",
        "lineno": 230,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.expected_degree_graph",
        "name": "expected_degree_graph",
        "lineno": 333,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.havel_hakimi_graph",
        "name": "havel_hakimi_graph",
        "lineno": 442,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.directed_havel_hakimi_graph",
        "name": "directed_havel_hakimi_graph",
        "lineno": 535,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.degree_sequence_tree",
        "name": "degree_sequence_tree",
        "lineno": 647,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.random_degree_sequence_graph",
        "name": "random_degree_sequence_graph",
        "lineno": 713,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.__init__",
        "name": "__init__",
        "lineno": 778,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.generate",
        "name": "generate",
        "lineno": 790,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.update_remaining",
        "name": "update_remaining",
        "lineno": 807,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.p",
        "name": "p",
        "lineno": 825,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.q",
        "name": "q",
        "lineno": 829,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.suitable_edge",
        "name": "suitable_edge",
        "lineno": 834,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase1",
        "name": "phase1",
        "lineno": 843,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase2",
        "name": "phase2",
        "lineno": 854,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase3",
        "name": "phase3",
        "lineno": 869,
        "scope": "DegreeSequenceRandomGraph",
        "is_async": false
      }
    ],
    "networkx.generators.directed": [
      {
        "id": "networkx.generators.directed.gn_graph",
        "name": "gn_graph",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.gn_graph.kernel",
        "name": "kernel",
        "lineno": 76,
        "scope": "gn_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.gnr_graph",
        "name": "gnr_graph",
        "lineno": 98,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.gnc_graph",
        "name": "gnc_graph",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.scale_free_graph",
        "name": "scale_free_graph",
        "lineno": 192,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.scale_free_graph._choose_node",
        "name": "_choose_node",
        "lineno": 252,
        "scope": "scale_free_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.random_uniform_k_out_graph",
        "name": "random_uniform_k_out_graph",
        "lineno": 343,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.random_uniform_k_out_graph.sample",
        "name": "sample",
        "lineno": 402,
        "scope": "random_uniform_k_out_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.random_uniform_k_out_graph.sample",
        "name": "sample",
        "lineno": 410,
        "scope": "random_uniform_k_out_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.directed.random_k_out_graph",
        "name": "random_k_out_graph",
        "lineno": 423,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.directed._random_k_out_graph_numpy",
        "name": "_random_k_out_graph_numpy",
        "lineno": 519,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.directed._random_k_out_graph_python",
        "name": "_random_k_out_graph_python",
        "lineno": 550,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.duplication": [
      {
        "id": "networkx.generators.duplication.partial_duplication_graph",
        "name": "partial_duplication_graph",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.duplication.duplication_divergence_graph",
        "name": "duplication_divergence_graph",
        "lineno": 98,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.ego": [
      {
        "id": "networkx.generators.ego.ego_graph",
        "name": "ego_graph",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.expanders": [
      {
        "id": "networkx.generators.expanders.margulis_gabber_galil_graph",
        "name": "margulis_gabber_galil_graph",
        "lineno": 51,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.expanders.chordal_cycle_graph",
        "name": "chordal_cycle_graph",
        "lineno": 94,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.expanders.paley_graph",
        "name": "paley_graph",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.expanders.maybe_regular_expander_graph",
        "name": "maybe_regular_expander_graph",
        "lineno": 223,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.expanders.maybe_regular_expander",
        "name": "maybe_regular_expander",
        "lineno": 339,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.expanders.is_regular_expander",
        "name": "is_regular_expander",
        "lineno": 362,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.expanders.random_regular_expander_graph",
        "name": "random_regular_expander_graph",
        "lineno": 431,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.geometric": [
      {
        "id": "networkx.generators.geometric.geometric_edges",
        "name": "geometric_edges",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric._geometric_edges",
        "name": "_geometric_edges",
        "lineno": 89,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.random_geometric_graph",
        "name": "random_geometric_graph",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.soft_random_geometric_graph",
        "name": "soft_random_geometric_graph",
        "lineno": 210,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.soft_random_geometric_graph.p_dist",
        "name": "p_dist",
        "lineno": 320,
        "scope": "soft_random_geometric_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.soft_random_geometric_graph.should_join",
        "name": "should_join",
        "lineno": 323,
        "scope": "soft_random_geometric_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.geographical_threshold_graph",
        "name": "geographical_threshold_graph",
        "lineno": 334,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.geographical_threshold_graph.p_dist",
        "name": "p_dist",
        "lineno": 483,
        "scope": "geographical_threshold_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.geographical_threshold_graph.should_join",
        "name": "should_join",
        "lineno": 489,
        "scope": "geographical_threshold_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.waxman_graph",
        "name": "waxman_graph",
        "lineno": 501,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.waxman_graph.dist",
        "name": "dist",
        "lineno": 616,
        "scope": "waxman_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.waxman_graph.dist",
        "name": "dist",
        "lineno": 621,
        "scope": "waxman_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.waxman_graph.should_join",
        "name": "should_join",
        "lineno": 625,
        "scope": "waxman_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.navigable_small_world_graph",
        "name": "navigable_small_world_graph",
        "lineno": 634,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.thresholded_random_geometric_graph",
        "name": "thresholded_random_geometric_graph",
        "lineno": 707,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.geometric.geometric_soft_configuration_graph",
        "name": "geometric_soft_configuration_graph",
        "lineno": 842,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.harary_graph": [
      {
        "id": "networkx.generators.harary_graph.hnm_harary_graph",
        "name": "hnm_harary_graph",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.harary_graph.hkn_harary_graph",
        "name": "hkn_harary_graph",
        "lineno": 98,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.internet_as_graphs": [
      {
        "id": "networkx.generators.internet_as_graphs.uniform_int_from_avg",
        "name": "uniform_int_from_avg",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.choose_pref_attach",
        "name": "choose_pref_attach",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.__init__",
        "name": "__init__",
        "lineno": 76,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.t_graph",
        "name": "t_graph",
        "lineno": 116,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.add_edge",
        "name": "add_edge",
        "lineno": 137,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.choose_peer_pref_attach",
        "name": "choose_peer_pref_attach",
        "lineno": 144,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.choose_node_pref_attach",
        "name": "choose_node_pref_attach",
        "lineno": 156,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.add_customer",
        "name": "add_customer",
        "lineno": 166,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "name": "add_node",
        "lineno": 175,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.add_m_peering_link",
        "name": "add_m_peering_link",
        "lineno": 234,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.add_cp_peering_link",
        "name": "add_cp_peering_link",
        "lineno": 274,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.graph_regions",
        "name": "graph_regions",
        "lineno": 321,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.add_peering_links",
        "name": "add_peering_links",
        "lineno": 334,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "name": "generate",
        "lineno": 352,
        "scope": "AS_graph_generator",
        "is_async": false
      },
      {
        "id": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "name": "random_internet_as_graph",
        "lineno": 403,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.intersection": [
      {
        "id": "networkx.generators.intersection.uniform_random_intersection_graph",
        "name": "uniform_random_intersection_graph",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.intersection.k_random_intersection_graph",
        "name": "k_random_intersection_graph",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.intersection.general_random_intersection_graph",
        "name": "general_random_intersection_graph",
        "lineno": 89,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.interval_graph": [
      {
        "id": "networkx.generators.interval_graph.interval_graph",
        "name": "interval_graph",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.joint_degree_seq": [
      {
        "id": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "name": "is_valid_joint_degree",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.joint_degree_seq._neighbor_switch",
        "name": "_neighbor_switch",
        "lineno": 81,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "name": "joint_degree_graph",
        "lineno": 146,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "name": "is_valid_directed_joint_degree",
        "lineno": 289,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.joint_degree_seq._directed_neighbor_switch",
        "name": "_directed_neighbor_switch",
        "lineno": 356,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.joint_degree_seq._directed_neighbor_switch_rev",
        "name": "_directed_neighbor_switch_rev",
        "lineno": 419,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "name": "directed_joint_degree_graph",
        "lineno": 473,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.lattice": [
      {
        "id": "networkx.generators.lattice.grid_2d_graph",
        "name": "grid_2d_graph",
        "lineno": 36,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.lattice.grid_graph",
        "name": "grid_graph",
        "lineno": 95,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.lattice.hypercube_graph",
        "name": "hypercube_graph",
        "lineno": 159,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.lattice.triangular_lattice_graph",
        "name": "triangular_lattice_graph",
        "lineno": 199,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.lattice.hexagonal_lattice_graph",
        "name": "hexagonal_lattice_graph",
        "lineno": 306,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.line": [
      {
        "id": "networkx.generators.line.line_graph",
        "name": "line_graph",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.line._lg_directed",
        "name": "_lg_directed",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.line._lg_undirected",
        "name": "_lg_undirected",
        "lineno": 153,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.line._lg_undirected.edge_key_function",
        "name": "edge_key_function",
        "lineno": 189,
        "scope": "_lg_undirected",
        "is_async": false
      },
      {
        "id": "networkx.generators.line.inverse_line_graph",
        "name": "inverse_line_graph",
        "lineno": 221,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.line._triangles",
        "name": "_triangles",
        "lineno": 314,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.line._odd_triangle",
        "name": "_odd_triangle",
        "lineno": 328,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.line._find_partition",
        "name": "_find_partition",
        "lineno": 368,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.line._select_starting_cell",
        "name": "_select_starting_cell",
        "lineno": 413,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.mycielski": [
      {
        "id": "networkx.generators.mycielski.mycielskian",
        "name": "mycielskian",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.mycielski.mycielski_graph",
        "name": "mycielski_graph",
        "lineno": 72,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.nonisomorphic_trees": [
      {
        "id": "networkx.generators.nonisomorphic_trees.nonisomorphic_trees",
        "name": "nonisomorphic_trees",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.nonisomorphic_trees.number_of_nonisomorphic_trees",
        "name": "number_of_nonisomorphic_trees",
        "lineno": 81,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.nonisomorphic_trees._unlabeled_trees",
        "name": "_unlabeled_trees",
        "lineno": 117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "name": "_rooted_trees",
        "lineno": 129,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.nonisomorphic_trees._next_rooted_tree",
        "name": "_next_rooted_tree",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.nonisomorphic_trees._next_tree",
        "name": "_next_tree",
        "lineno": 161,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.nonisomorphic_trees._split_tree",
        "name": "_split_tree",
        "lineno": 200,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.nonisomorphic_trees._layout_to_graph",
        "name": "_layout_to_graph",
        "lineno": 223,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.random_clustered": [
      {
        "id": "networkx.generators.random_clustered.random_clustered_graph",
        "name": "random_clustered_graph",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.random_graphs": [
      {
        "id": "networkx.generators.random_graphs.fast_gnp_random_graph",
        "name": "fast_gnp_random_graph",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.gnp_random_graph",
        "name": "gnp_random_graph",
        "lineno": 124,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.dense_gnm_random_graph",
        "name": "dense_gnm_random_graph",
        "lineno": 193,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.gnm_random_graph",
        "name": "gnm_random_graph",
        "lineno": 258,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.newman_watts_strogatz_graph",
        "name": "newman_watts_strogatz_graph",
        "lineno": 315,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.watts_strogatz_graph",
        "name": "watts_strogatz_graph",
        "lineno": 390,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.connected_watts_strogatz_graph",
        "name": "connected_watts_strogatz_graph",
        "lineno": 470,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_regular_graph",
        "name": "random_regular_graph",
        "lineno": 526,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_regular_graph._suitable",
        "name": "_suitable",
        "lineno": 585,
        "scope": "random_regular_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_regular_graph._try_creation",
        "name": "_try_creation",
        "lineno": 604,
        "scope": "random_regular_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs._random_subset",
        "name": "_random_subset",
        "lineno": 644,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.barabasi_albert_graph",
        "name": "barabasi_albert_graph",
        "lineno": 661,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "name": "dual_barabasi_albert_graph",
        "lineno": 737,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "name": "extended_barabasi_albert_graph",
        "lineno": 842,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.powerlaw_cluster_graph",
        "name": "powerlaw_cluster_graph",
        "lineno": 1008,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_lobster_graph",
        "name": "random_lobster_graph",
        "lineno": 1101,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_shell_graph",
        "name": "random_shell_graph",
        "lineno": 1156,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_powerlaw_tree",
        "name": "random_powerlaw_tree",
        "lineno": 1219,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_powerlaw_tree_sequence",
        "name": "random_powerlaw_tree_sequence",
        "lineno": 1260,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_kernel_graph",
        "name": "random_kernel_graph",
        "lineno": 1313,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_kernel_graph.kernel_root",
        "name": "kernel_root",
        "lineno": 1381,
        "scope": "random_kernel_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_kernel_graph.kernel_root.my_function",
        "name": "my_function",
        "lineno": 1382,
        "scope": "random_kernel_graph.kernel_root",
        "is_async": false
      },
      {
        "id": "networkx.generators.random_graphs.random_k_lift",
        "name": "random_k_lift",
        "lineno": 1402,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.small": [
      {
        "id": "networkx.generators.small._raise_on_directed",
        "name": "_raise_on_directed",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small._raise_on_directed.wrapper",
        "name": "wrapper",
        "lineno": 54,
        "scope": "_raise_on_directed",
        "is_async": false
      },
      {
        "id": "networkx.generators.small.LCF_graph",
        "name": "LCF_graph",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.bull_graph",
        "name": "bull_graph",
        "lineno": 148,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.chvatal_graph",
        "name": "chvatal_graph",
        "lineno": 182,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.cubical_graph",
        "name": "cubical_graph",
        "lineno": 227,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.desargues_graph",
        "name": "desargues_graph",
        "lineno": 274,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.diamond_graph",
        "name": "diamond_graph",
        "lineno": 305,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.dodecahedral_graph",
        "name": "dodecahedral_graph",
        "lineno": 334,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.frucht_graph",
        "name": "frucht_graph",
        "lineno": 369,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.heawood_graph",
        "name": "heawood_graph",
        "lineno": 416,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.hoffman_singleton_graph",
        "name": "hoffman_singleton_graph",
        "lineno": 450,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.house_graph",
        "name": "house_graph",
        "lineno": 494,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.house_x_graph",
        "name": "house_x_graph",
        "lineno": 525,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.icosahedral_graph",
        "name": "icosahedral_graph",
        "lineno": 555,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.krackhardt_kite_graph",
        "name": "krackhardt_kite_graph",
        "lineno": 602,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.moebius_kantor_graph",
        "name": "moebius_kantor_graph",
        "lineno": 652,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.octahedral_graph",
        "name": "octahedral_graph",
        "lineno": 682,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.pappus_graph",
        "name": "pappus_graph",
        "lineno": 721,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.petersen_graph",
        "name": "petersen_graph",
        "lineno": 745,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.generalized_petersen_graph",
        "name": "generalized_petersen_graph",
        "lineno": 789,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.sedgewick_maze_graph",
        "name": "sedgewick_maze_graph",
        "lineno": 842,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.tetrahedral_graph",
        "name": "tetrahedral_graph",
        "lineno": 875,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.truncated_cube_graph",
        "name": "truncated_cube_graph",
        "lineno": 909,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.truncated_tetrahedron_graph",
        "name": "truncated_tetrahedron_graph",
        "lineno": 967,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.small.tutte_graph",
        "name": "tutte_graph",
        "lineno": 998,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.social": [
      {
        "id": "networkx.generators.social.karate_club_graph",
        "name": "karate_club_graph",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.social.davis_southern_women_graph",
        "name": "davis_southern_women_graph",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.social.florentine_families_graph",
        "name": "florentine_families_graph",
        "lineno": 256,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.social.les_miserables_graph",
        "name": "les_miserables_graph",
        "lineno": 290,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.spectral_graph_forge": [
      {
        "id": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "name": "spectral_graph_forge",
        "lineno": 11,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.stochastic": [
      {
        "id": "networkx.generators.stochastic.stochastic_graph",
        "name": "stochastic_graph",
        "lineno": 17,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.sudoku": [
      {
        "id": "networkx.generators.sudoku.sudoku_graph",
        "name": "sudoku_graph",
        "lineno": 50,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.time_series": [
      {
        "id": "networkx.generators.time_series.visibility_graph",
        "name": "visibility_graph",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.trees": [
      {
        "id": "networkx.generators.trees.prefix_tree",
        "name": "prefix_tree",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.prefix_tree.get_children",
        "name": "get_children",
        "lineno": 141,
        "scope": "prefix_tree",
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.prefix_tree_recursive",
        "name": "prefix_tree_recursive",
        "lineno": 183,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.prefix_tree_recursive._helper",
        "name": "_helper",
        "lineno": 277,
        "scope": "prefix_tree_recursive",
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.random_labeled_tree",
        "name": "random_labeled_tree",
        "lineno": 326,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.random_labeled_rooted_tree",
        "name": "random_labeled_rooted_tree",
        "lineno": 380,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.random_labeled_rooted_forest",
        "name": "random_labeled_rooted_forest",
        "lineno": 417,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.random_labeled_rooted_forest._select_k",
        "name": "_select_k",
        "lineno": 449,
        "scope": "random_labeled_rooted_forest",
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._to_nx",
        "name": "_to_nx",
        "lineno": 499,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._num_rooted_trees",
        "name": "_num_rooted_trees",
        "lineno": 531,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._select_jd_trees",
        "name": "_select_jd_trees",
        "lineno": 563,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "name": "_random_unlabeled_rooted_tree",
        "lineno": 604,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.random_unlabeled_rooted_tree",
        "name": "random_unlabeled_rooted_tree",
        "lineno": 655,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._num_rooted_forests",
        "name": "_num_rooted_forests",
        "lineno": 710,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._select_jd_forests",
        "name": "_select_jd_forests",
        "lineno": 755,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "name": "_random_unlabeled_rooted_forest",
        "lineno": 794,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.random_unlabeled_rooted_forest",
        "name": "random_unlabeled_rooted_forest",
        "lineno": 840,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._num_trees",
        "name": "_num_trees",
        "lineno": 910,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._bicenter",
        "name": "_bicenter",
        "lineno": 938,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees._random_unlabeled_tree",
        "name": "_random_unlabeled_tree",
        "lineno": 973,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.trees.random_unlabeled_tree",
        "name": "random_unlabeled_tree",
        "lineno": 1017,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.triads": [
      {
        "id": "networkx.generators.triads.triad_graph",
        "name": "triad_graph",
        "lineno": 38,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators": [],
    "networkx.generators.tests.test_atlas": [
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraph.test_index_too_small",
        "name": "test_index_too_small",
        "lineno": 14,
        "scope": "TestAtlasGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraph.test_index_too_large",
        "name": "test_index_too_large",
        "lineno": 18,
        "scope": "TestAtlasGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraph.test_graph",
        "name": "test_graph",
        "lineno": 22,
        "scope": "TestAtlasGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraphG.setup_class",
        "name": "setup_class",
        "lineno": 32,
        "scope": "TestAtlasGraphG",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_sizes",
        "name": "test_sizes",
        "lineno": 35,
        "scope": "TestAtlasGraphG",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_names",
        "name": "test_names",
        "lineno": 44,
        "scope": "TestAtlasGraphG",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_nondecreasing_nodes",
        "name": "test_nondecreasing_nodes",
        "lineno": 48,
        "scope": "TestAtlasGraphG",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_nondecreasing_edges",
        "name": "test_nondecreasing_edges",
        "lineno": 53,
        "scope": "TestAtlasGraphG",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_nondecreasing_degree_sequence",
        "name": "test_nondecreasing_degree_sequence",
        "lineno": 60,
        "scope": "TestAtlasGraphG",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_classic": [
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_balanced_tree",
        "name": "test_balanced_tree",
        "lineno": 19,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_balanced_tree_star",
        "name": "test_balanced_tree_star",
        "lineno": 34,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_balanced_tree_path",
        "name": "test_balanced_tree_path",
        "lineno": 43,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_full_rary_tree",
        "name": "test_full_rary_tree",
        "lineno": 53,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_full_rary_tree_balanced",
        "name": "test_full_rary_tree_balanced",
        "lineno": 66,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_full_rary_tree_path",
        "name": "test_full_rary_tree_path",
        "lineno": 71,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_full_rary_tree_empty",
        "name": "test_full_rary_tree_empty",
        "lineno": 75,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_full_rary_tree_3_20",
        "name": "test_full_rary_tree_3_20",
        "lineno": 81,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_barbell_graph",
        "name": "test_barbell_graph",
        "lineno": 85,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_binomial_tree",
        "name": "test_binomial_tree",
        "lineno": 139,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 147,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_complete_digraph",
        "name": "test_complete_digraph",
        "lineno": 171,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_circular_ladder_graph",
        "name": "test_circular_ladder_graph",
        "lineno": 184,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_circulant_graph",
        "name": "test_circulant_graph",
        "lineno": 196,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_cycle_graph",
        "name": "test_cycle_graph",
        "lineno": 212,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_dorogovtsev_goltsev_mendes_graph",
        "name": "test_dorogovtsev_goltsev_mendes_graph",
        "lineno": 236,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_create_using",
        "name": "test_create_using",
        "lineno": 268,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 307,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_ladder_graph",
        "name": "test_ladder_graph",
        "lineno": 337,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_lollipop_graph_right_sizes",
        "name": "test_lollipop_graph_right_sizes",
        "lineno": 353,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_lollipop_graph_size_node_sequence",
        "name": "test_lollipop_graph_size_node_sequence",
        "lineno": 359,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_lollipop_graph_exceptions",
        "name": "test_lollipop_graph_exceptions",
        "lineno": 364,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_lollipop_graph_same_as_path_when_m1_is_2",
        "name": "test_lollipop_graph_same_as_path_when_m1_is_2",
        "lineno": 381,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_lollipop_graph_for_multigraph",
        "name": "test_lollipop_graph_for_multigraph",
        "lineno": 385,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_lollipop_graph_mixing_input_types",
        "name": "test_lollipop_graph_mixing_input_types",
        "lineno": 394,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_lollipop_graph_non_builtin_ints",
        "name": "test_lollipop_graph_non_builtin_ints",
        "lineno": 399,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_null_graph",
        "name": "test_null_graph",
        "lineno": 406,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_path_graph",
        "name": "test_path_graph",
        "lineno": 409,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_star_graph",
        "name": "test_star_graph",
        "lineno": 445,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_star_graph_directed",
        "name": "test_star_graph_directed",
        "lineno": 477,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_non_int_integers_for_star_graph",
        "name": "test_non_int_integers_for_star_graph",
        "lineno": 481,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_right_sizes",
        "name": "test_tadpole_graph_right_sizes",
        "lineno": 488,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_size_node_sequences",
        "name": "test_tadpole_graph_size_node_sequences",
        "lineno": 494,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_exceptions",
        "name": "test_tadpole_graph_exceptions",
        "lineno": 499,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_same_as_path_when_m_is_2",
        "name": "test_tadpole_graph_same_as_path_when_m_is_2",
        "lineno": 515,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_same_as_cycle_when_m2_is_0",
        "name": "test_tadpole_graph_same_as_cycle_when_m2_is_0",
        "lineno": 520,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_for_multigraph",
        "name": "test_tadpole_graph_for_multigraph",
        "lineno": 524,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_mixing_input_types",
        "name": "test_tadpole_graph_mixing_input_types",
        "lineno": 533,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_tadpole_graph_non_builtin_integers",
        "name": "test_tadpole_graph_non_builtin_integers",
        "lineno": 538,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_trivial_graph",
        "name": "test_trivial_graph",
        "lineno": 545,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_turan_graph",
        "name": "test_turan_graph",
        "lineno": 548,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_wheel_graph",
        "name": "test_wheel_graph",
        "lineno": 554,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_non_int_integers_for_wheel_graph",
        "name": "test_non_int_integers_for_wheel_graph",
        "lineno": 585,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_complete_0_partite_graph",
        "name": "test_complete_0_partite_graph",
        "lineno": 591,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_complete_1_partite_graph",
        "name": "test_complete_1_partite_graph",
        "lineno": 598,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_complete_2_partite_graph",
        "name": "test_complete_2_partite_graph",
        "lineno": 605,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_complete_multipartite_graph",
        "name": "test_complete_multipartite_graph",
        "lineno": 615,
        "scope": "TestGeneratorClassic",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.test_kneser_graph",
        "name": "test_kneser_graph",
        "lineno": 632,
        "scope": "TestGeneratorClassic",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_cographs": [
      {
        "id": "networkx.generators.tests.test_cographs.test_random_cograph",
        "name": "test_random_cograph",
        "lineno": 10,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_community": [
      {
        "id": "networkx.generators.tests.test_community.test_random_partition_graph",
        "name": "test_random_partition_graph",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_planted_partition_graph",
        "name": "test_planted_partition_graph",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_relaxed_caveman_graph",
        "name": "test_relaxed_caveman_graph",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_connected_caveman_graph",
        "name": "test_connected_caveman_graph",
        "lineno": 96,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_caveman_graph",
        "name": "test_caveman_graph",
        "lineno": 109,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_gaussian_random_partition_graph",
        "name": "test_gaussian_random_partition_graph",
        "lineno": 122,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_ring_of_cliques",
        "name": "test_ring_of_cliques",
        "lineno": 145,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_windmill_graph",
        "name": "test_windmill_graph",
        "lineno": 166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_stochastic_block_model",
        "name": "test_stochastic_block_model",
        "lineno": 185,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_sbm_sparse_applies_to_diagonal_blocks",
        "name": "test_sbm_sparse_applies_to_diagonal_blocks",
        "lineno": 223,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_generator",
        "name": "test_generator",
        "lineno": 238,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_invalid_tau1",
        "name": "test_invalid_tau1",
        "lineno": 251,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_invalid_tau2",
        "name": "test_invalid_tau2",
        "lineno": 260,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_mu_too_large",
        "name": "test_mu_too_large",
        "lineno": 269,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_mu_too_small",
        "name": "test_mu_too_small",
        "lineno": 278,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_both_degrees_none",
        "name": "test_both_degrees_none",
        "lineno": 287,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_neither_degrees_none",
        "name": "test_neither_degrees_none",
        "lineno": 299,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_max_iters_exceeded",
        "name": "test_max_iters_exceeded",
        "lineno": 311,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_max_deg_out_of_range",
        "name": "test_max_deg_out_of_range",
        "lineno": 323,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_max_community",
        "name": "test_max_community",
        "lineno": 336,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_powerlaw_iterations_exceeded",
        "name": "test_powerlaw_iterations_exceeded",
        "lineno": 357,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_no_scipy_zeta",
        "name": "test_no_scipy_zeta",
        "lineno": 368,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_community.test_generate_min_degree_itr",
        "name": "test_generate_min_degree_itr",
        "lineno": 373,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_degree_seq": [
      {
        "id": "networkx.generators.tests.test_degree_seq.TestConfigurationModel.test_empty_degree_sequence",
        "name": "test_empty_degree_sequence",
        "lineno": 12,
        "scope": "TestConfigurationModel",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.TestConfigurationModel.test_degree_zero",
        "name": "test_degree_zero",
        "lineno": 17,
        "scope": "TestConfigurationModel",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.TestConfigurationModel.test_degree_sequence",
        "name": "test_degree_sequence",
        "lineno": 26,
        "scope": "TestConfigurationModel",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.TestConfigurationModel.test_random_seed",
        "name": "test_random_seed",
        "lineno": 37,
        "scope": "TestConfigurationModel",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.TestConfigurationModel.test_directed_disallowed",
        "name": "test_directed_disallowed",
        "lineno": 47,
        "scope": "TestConfigurationModel",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.TestConfigurationModel.test_odd_degree_sum",
        "name": "test_odd_degree_sum",
        "lineno": 55,
        "scope": "TestConfigurationModel",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_directed_configuration_raise_unequal",
        "name": "test_directed_configuration_raise_unequal",
        "lineno": 64,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_directed_configuration_model",
        "name": "test_directed_configuration_model",
        "lineno": 71,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_simple_directed_configuration_model",
        "name": "test_simple_directed_configuration_model",
        "lineno": 76,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_expected_degree_graph_empty",
        "name": "test_expected_degree_graph_empty",
        "lineno": 81,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_expected_degree_graph",
        "name": "test_expected_degree_graph",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_expected_degree_graph_selfloops",
        "name": "test_expected_degree_graph_selfloops",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_havel_hakimi_construction",
        "name": "test_havel_hakimi_construction",
        "lineno": 106,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_directed_havel_hakimi",
        "name": "test_directed_havel_hakimi",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_degree_sequence_tree",
        "name": "test_degree_sequence_tree",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_degree_sequence_tree_directed",
        "name": "test_degree_sequence_tree_directed",
        "lineno": 180,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_degree_sequence_tree_invalid_degree_sequence",
        "name": "test_degree_sequence_tree_invalid_degree_sequence",
        "lineno": 195,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_random_degree_sequence_graph",
        "name": "test_random_degree_sequence_graph",
        "lineno": 201,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_random_degree_sequence_graph_raise",
        "name": "test_random_degree_sequence_graph_raise",
        "lineno": 207,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_random_degree_sequence_large",
        "name": "test_random_degree_sequence_large",
        "lineno": 212,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_degree_seq.test_random_degree_sequence_iterator",
        "name": "test_random_degree_sequence_iterator",
        "lineno": 220,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_directed": [
      {
        "id": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "name": "test_smoke_test_random_graphs",
        "lineno": 29,
        "scope": "TestGeneratorsDirected",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "name": "test_create_using_keyword_arguments",
        "lineno": 40,
        "scope": "TestGeneratorsDirected",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_parameters",
        "name": "test_parameters",
        "lineno": 69,
        "scope": "TestGeneratorsDirected",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_parameters.kernel",
        "name": "kernel",
        "lineno": 73,
        "scope": "TestGeneratorsDirected.test_parameters",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.test_scale_free_graph_negative_delta",
        "name": "test_scale_free_graph_negative_delta",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.test_non_numeric_ordering",
        "name": "test_non_numeric_ordering",
        "lineno": 89,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.test_scale_free_graph_initial_graph_kwarg",
        "name": "test_scale_free_graph_initial_graph_kwarg",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestRandomKOutGraph.f",
        "name": "f",
        "lineno": 117,
        "scope": "TestRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestRandomKOutGraph.nkalpha",
        "name": "nkalpha",
        "lineno": 121,
        "scope": "TestRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_regularity",
        "name": "test_regularity",
        "lineno": 124,
        "scope": "TestRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_no_self_loops",
        "name": "test_no_self_loops",
        "lineno": 130,
        "scope": "TestRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_random_k_out_graph",
        "name": "test_random_k_out_graph",
        "lineno": 136,
        "scope": "TestRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_negative_alpha",
        "name": "test_negative_alpha",
        "lineno": 143,
        "scope": "TestRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_regularity",
        "name": "test_regularity",
        "lineno": 155,
        "scope": "TestUniformRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_no_self_loops",
        "name": "test_no_self_loops",
        "lineno": 164,
        "scope": "TestUniformRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_with_replacement",
        "name": "test_with_replacement",
        "lineno": 172,
        "scope": "TestUniformRandomKOutGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_without_replacement",
        "name": "test_without_replacement",
        "lineno": 184,
        "scope": "TestUniformRandomKOutGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_duplication": [
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.test_final_size",
        "name": "test_final_size",
        "lineno": 15,
        "scope": "TestDuplicationDivergenceGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.test_probability_too_large",
        "name": "test_probability_too_large",
        "lineno": 21,
        "scope": "TestDuplicationDivergenceGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.test_probability_too_small",
        "name": "test_probability_too_small",
        "lineno": 25,
        "scope": "TestDuplicationDivergenceGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.test_non_extreme_probability_value",
        "name": "test_non_extreme_probability_value",
        "lineno": 29,
        "scope": "TestDuplicationDivergenceGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.test_minimum_desired_nodes",
        "name": "test_minimum_desired_nodes",
        "lineno": 34,
        "scope": "TestDuplicationDivergenceGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.test_create_using",
        "name": "test_create_using",
        "lineno": 40,
        "scope": "TestDuplicationDivergenceGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph.test_final_size",
        "name": "test_final_size",
        "lineno": 60,
        "scope": "TestPartialDuplicationGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph.test_initial_clique_size",
        "name": "test_initial_clique_size",
        "lineno": 70,
        "scope": "TestPartialDuplicationGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph.test_invalid_initial_size",
        "name": "test_invalid_initial_size",
        "lineno": 78,
        "scope": "TestPartialDuplicationGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph.test_invalid_probabilities",
        "name": "test_invalid_probabilities",
        "lineno": 86,
        "scope": "TestPartialDuplicationGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph.test_create_using",
        "name": "test_create_using",
        "lineno": 93,
        "scope": "TestPartialDuplicationGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_ego": [
      {
        "id": "networkx.generators.tests.test_ego.TestGeneratorEgo.test_ego",
        "name": "test_ego",
        "lineno": 11,
        "scope": "TestGeneratorEgo",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_ego.TestGeneratorEgo.test_ego_distance",
        "name": "test_ego_distance",
        "lineno": 28,
        "scope": "TestGeneratorEgo",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_expanders": [
      {
        "id": "networkx.generators.tests.test_expanders.test_margulis_gabber_galil_graph_properties",
        "name": "test_margulis_gabber_galil_graph_properties",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_margulis_gabber_galil_graph_eigvals",
        "name": "test_margulis_gabber_galil_graph_eigvals",
        "lineno": 21,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_chordal_cycle_graph",
        "name": "test_chordal_cycle_graph",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_paley_graph",
        "name": "test_paley_graph",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_maybe_regular_expander_graph",
        "name": "test_maybe_regular_expander_graph",
        "lineno": 65,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_maybe_regular_expander_graph_max_tries",
        "name": "test_maybe_regular_expander_graph_max_tries",
        "lineno": 74,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_maybe_regular_expander_deprecated",
        "name": "test_maybe_regular_expander_deprecated",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_is_regular_expander",
        "name": "test_is_regular_expander",
        "lineno": 96,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_random_regular_expander",
        "name": "test_random_regular_expander",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_random_regular_expander_explicit_construction",
        "name": "test_random_regular_expander_explicit_construction",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_margulis_gabber_galil_graph_badinput",
        "name": "test_margulis_gabber_galil_graph_badinput",
        "lineno": 125,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_chordal_cycle_graph_badinput",
        "name": "test_chordal_cycle_graph_badinput",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_paley_graph_badinput",
        "name": "test_paley_graph_badinput",
        "lineno": 140,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_maybe_regular_expander_graph_badinput",
        "name": "test_maybe_regular_expander_graph_badinput",
        "lineno": 147,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_is_regular_expander_badinput",
        "name": "test_is_regular_expander_badinput",
        "lineno": 160,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_expanders.test_random_regular_expander_badinput",
        "name": "test_random_regular_expander_badinput",
        "lineno": 168,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_geometric": [
      {
        "id": "networkx.generators.tests.test_geometric.l1dist",
        "name": "l1dist",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_number_of_nodes",
        "name": "test_number_of_nodes",
        "lineno": 17,
        "scope": "TestRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_distances",
        "name": "test_distances",
        "lineno": 23,
        "scope": "TestRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_p",
        "name": "test_p",
        "lineno": 38,
        "scope": "TestRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_node_names",
        "name": "test_node_names",
        "lineno": 50,
        "scope": "TestRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_pos_name",
        "name": "test_pos_name",
        "lineno": 66,
        "scope": "TestRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_number_of_nodes",
        "name": "test_number_of_nodes",
        "lineno": 74,
        "scope": "TestSoftRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_distances",
        "name": "test_distances",
        "lineno": 80,
        "scope": "TestSoftRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p",
        "name": "test_p",
        "lineno": 92,
        "scope": "TestSoftRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p.dist",
        "name": "dist",
        "lineno": 96,
        "scope": "TestSoftRandomGeometricGraph.test_p",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_node_names",
        "name": "test_node_names",
        "lineno": 105,
        "scope": "TestSoftRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p_dist_default",
        "name": "test_p_dist_default",
        "lineno": 118,
        "scope": "TestSoftRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p_dist_zero",
        "name": "test_p_dist_zero",
        "lineno": 129,
        "scope": "TestSoftRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p_dist_zero.p_dist",
        "name": "p_dist",
        "lineno": 132,
        "scope": "TestSoftRandomGeometricGraph.test_p_dist_zero",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_pos_name",
        "name": "test_pos_name",
        "lineno": 138,
        "scope": "TestSoftRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.join",
        "name": "join",
        "lineno": 143,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_number_of_nodes",
        "name": "test_number_of_nodes",
        "lineno": 163,
        "scope": "TestGeographicalThresholdGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_distances",
        "name": "test_distances",
        "lineno": 169,
        "scope": "TestGeographicalThresholdGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_metric",
        "name": "test_metric",
        "lineno": 184,
        "scope": "TestGeographicalThresholdGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_p_dist_zero",
        "name": "test_p_dist_zero",
        "lineno": 196,
        "scope": "TestGeographicalThresholdGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_p_dist_zero.p_dist",
        "name": "p_dist",
        "lineno": 199,
        "scope": "TestGeographicalThresholdGraph.test_p_dist_zero",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_pos_weight_name",
        "name": "test_pos_weight_name",
        "lineno": 205,
        "scope": "TestGeographicalThresholdGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestWaxmanGraph.test_number_of_nodes_1",
        "name": "test_number_of_nodes_1",
        "lineno": 215,
        "scope": "TestWaxmanGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestWaxmanGraph.test_number_of_nodes_2",
        "name": "test_number_of_nodes_2",
        "lineno": 221,
        "scope": "TestWaxmanGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestWaxmanGraph.test_metric",
        "name": "test_metric",
        "lineno": 227,
        "scope": "TestWaxmanGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestWaxmanGraph.test_pos_name",
        "name": "test_pos_name",
        "lineno": 233,
        "scope": "TestWaxmanGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestNavigableSmallWorldGraph.test_navigable_small_world",
        "name": "test_navigable_small_world",
        "lineno": 239,
        "scope": "TestNavigableSmallWorldGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestNavigableSmallWorldGraph.test_invalid_diameter_value",
        "name": "test_invalid_diameter_value",
        "lineno": 252,
        "scope": "TestNavigableSmallWorldGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestNavigableSmallWorldGraph.test_invalid_long_range_connections_value",
        "name": "test_invalid_long_range_connections_value",
        "lineno": 256,
        "scope": "TestNavigableSmallWorldGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestNavigableSmallWorldGraph.test_invalid_exponent_for_decaying_probability_value",
        "name": "test_invalid_exponent_for_decaying_probability_value",
        "lineno": 260,
        "scope": "TestNavigableSmallWorldGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestNavigableSmallWorldGraph.test_r_between_0_and_1",
        "name": "test_r_between_0_and_1",
        "lineno": 264,
        "scope": "TestNavigableSmallWorldGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestNavigableSmallWorldGraph.test_r_general_scaling",
        "name": "test_r_general_scaling",
        "lineno": 272,
        "scope": "TestNavigableSmallWorldGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_number_of_nodes",
        "name": "test_number_of_nodes",
        "lineno": 289,
        "scope": "TestThresholdedRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_distances",
        "name": "test_distances",
        "lineno": 295,
        "scope": "TestThresholdedRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_p",
        "name": "test_p",
        "lineno": 307,
        "scope": "TestThresholdedRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_p.dist",
        "name": "dist",
        "lineno": 311,
        "scope": "TestThresholdedRandomGeometricGraph.test_p",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_node_names",
        "name": "test_node_names",
        "lineno": 320,
        "scope": "TestThresholdedRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_theta",
        "name": "test_theta",
        "lineno": 333,
        "scope": "TestThresholdedRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_pos_name",
        "name": "test_pos_name",
        "lineno": 344,
        "scope": "TestThresholdedRandomGeometricGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_geometric_edges_pos_attribute",
        "name": "test_geometric_edges_pos_attribute",
        "lineno": 351,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_geometric_edges_raises_no_pos",
        "name": "test_geometric_edges_raises_no_pos",
        "lineno": 364,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_number_of_nodes_S1",
        "name": "test_number_of_nodes_S1",
        "lineno": 371,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_set_attributes_S1",
        "name": "test_set_attributes_S1",
        "lineno": 378,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_mean_kappas_mean_degree_S1",
        "name": "test_mean_kappas_mean_degree_S1",
        "lineno": 390,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_dict_kappas_S1",
        "name": "test_dict_kappas_S1",
        "lineno": 404,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_beta_clustering_S1",
        "name": "test_beta_clustering_S1",
        "lineno": 412,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_wrong_parameters_S1",
        "name": "test_wrong_parameters_S1",
        "lineno": 422,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_negative_beta_S1",
        "name": "test_negative_beta_S1",
        "lineno": 447,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_non_zero_clustering_beta_lower_one_S1",
        "name": "test_non_zero_clustering_beta_lower_one_S1",
        "lineno": 456,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_mean_degree_influence_on_connectivity_S1",
        "name": "test_mean_degree_influence_on_connectivity_S1",
        "lineno": 463,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_geometric.test_compare_mean_kappas_different_gammas_S1",
        "name": "test_compare_mean_kappas_different_gammas_S1",
        "lineno": 477,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_harary_graph": [
      {
        "id": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "name": "test_hnm_harary_graph",
        "lineno": 15,
        "scope": "TestHararyGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "name": "test_hkn_harary_graph",
        "lineno": 86,
        "scope": "TestHararyGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_internet_as_graphs": [
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.setup_class",
        "name": "setup_class",
        "lineno": 14,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.set_customers",
        "name": "set_customers",
        "lineno": 40,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.set_providers",
        "name": "set_providers",
        "lineno": 57,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_wrong_input",
        "name": "test_wrong_input",
        "lineno": 73,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_node_numbers",
        "name": "test_node_numbers",
        "lineno": 83,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_connectivity",
        "name": "test_connectivity",
        "lineno": 91,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_relationships",
        "name": "test_relationships",
        "lineno": 94,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "name": "test_degree_values",
        "lineno": 119,
        "scope": "TestInternetASTopology",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "name": "test_AS_graph_coverage",
        "lineno": 184,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.test_choose_pref_attach",
        "name": "test_choose_pref_attach",
        "lineno": 219,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_intersection": [
      {
        "id": "networkx.generators.tests.test_intersection.TestIntersectionGraph.test_random_intersection_graph",
        "name": "test_random_intersection_graph",
        "lineno": 7,
        "scope": "TestIntersectionGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_intersection.TestIntersectionGraph.test_k_random_intersection_graph",
        "name": "test_k_random_intersection_graph",
        "lineno": 11,
        "scope": "TestIntersectionGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_intersection.TestIntersectionGraph.test_k_random_intersection_graph_seeded",
        "name": "test_k_random_intersection_graph_seeded",
        "lineno": 15,
        "scope": "TestIntersectionGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_intersection.TestIntersectionGraph.test_general_random_intersection_graph",
        "name": "test_general_random_intersection_graph",
        "lineno": 19,
        "scope": "TestIntersectionGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_interval_graph": [
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_empty",
        "name": "test_empty",
        "lineno": 15,
        "scope": "TestIntervalGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_check_invalid",
        "name": "test_interval_graph_check_invalid",
        "lineno": 19,
        "scope": "TestIntervalGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_0",
        "name": "test_interval_graph_0",
        "lineno": 38,
        "scope": "TestIntervalGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_1",
        "name": "test_interval_graph_1",
        "lineno": 49,
        "scope": "TestIntervalGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_2",
        "name": "test_interval_graph_2",
        "lineno": 67,
        "scope": "TestIntervalGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_3",
        "name": "test_interval_graph_3",
        "lineno": 78,
        "scope": "TestIntervalGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_4",
        "name": "test_interval_graph_4",
        "lineno": 94,
        "scope": "TestIntervalGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_5",
        "name": "test_interval_graph_5",
        "lineno": 131,
        "scope": "TestIntervalGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_joint_degree_seq": [
      {
        "id": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_joint_degree",
        "name": "test_is_valid_joint_degree",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_joint_degree_seq.test_joint_degree_graph",
        "name": "test_joint_degree_graph",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_directed_joint_degree",
        "name": "test_is_valid_directed_joint_degree",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_joint_degree_seq.test_directed_joint_degree_graph",
        "name": "test_directed_joint_degree_graph",
        "lineno": 106,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_lattice": [
      {
        "id": "networkx.generators.tests.test_lattice.test_hexagonal_lattice_no_pos",
        "name": "test_hexagonal_lattice_no_pos",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.test_2D_lattice_no_contraction_leftovers",
        "name": "test_2D_lattice_no_contraction_leftovers",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_number_of_vertices",
        "name": "test_number_of_vertices",
        "lineno": 32,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_degree_distribution",
        "name": "test_degree_distribution",
        "lineno": 37,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_directed",
        "name": "test_directed",
        "lineno": 43,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_multigraph",
        "name": "test_multigraph",
        "lineno": 50,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_periodic",
        "name": "test_periodic",
        "lineno": 56,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_periodic_iterable",
        "name": "test_periodic_iterable",
        "lineno": 72,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_periodic_directed",
        "name": "test_periodic_directed",
        "lineno": 79,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_periodic_multigraph",
        "name": "test_periodic_multigraph",
        "lineno": 85,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_exceptions",
        "name": "test_exceptions",
        "lineno": 90,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_node_input",
        "name": "test_node_input",
        "lineno": 96,
        "scope": "TestGrid2DGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGridGraph.test_grid_graph",
        "name": "test_grid_graph",
        "lineno": 110,
        "scope": "TestGridGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGridGraph.test_node_input",
        "name": "test_node_input",
        "lineno": 137,
        "scope": "TestGridGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGridGraph.test_periodic_iterable",
        "name": "test_periodic_iterable",
        "lineno": 142,
        "scope": "TestGridGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHypercubeGraph.test_special_cases",
        "name": "test_special_cases",
        "lineno": 154,
        "scope": "TestHypercubeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHypercubeGraph.test_degree_distribution",
        "name": "test_degree_distribution",
        "lineno": 164,
        "scope": "TestHypercubeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestTriangularLatticeGraph.test_lattice_points",
        "name": "test_lattice_points",
        "lineno": 174,
        "scope": "TestTriangularLatticeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestTriangularLatticeGraph.test_directed",
        "name": "test_directed",
        "lineno": 189,
        "scope": "TestTriangularLatticeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestTriangularLatticeGraph.test_multigraph",
        "name": "test_multigraph",
        "lineno": 199,
        "scope": "TestTriangularLatticeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestTriangularLatticeGraph.test_periodic",
        "name": "test_periodic",
        "lineno": 205,
        "scope": "TestTriangularLatticeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHexagonalLatticeGraph.test_lattice_points",
        "name": "test_lattice_points",
        "lineno": 221,
        "scope": "TestHexagonalLatticeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHexagonalLatticeGraph.test_directed",
        "name": "test_directed",
        "lineno": 237,
        "scope": "TestHexagonalLatticeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHexagonalLatticeGraph.test_multigraph",
        "name": "test_multigraph",
        "lineno": 248,
        "scope": "TestHexagonalLatticeGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHexagonalLatticeGraph.test_periodic",
        "name": "test_periodic",
        "lineno": 254,
        "scope": "TestHexagonalLatticeGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_line": [
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_star",
        "name": "test_star",
        "lineno": 9,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_path",
        "name": "test_path",
        "lineno": 14,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_cycle",
        "name": "test_cycle",
        "lineno": 19,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_digraph1",
        "name": "test_digraph1",
        "lineno": 24,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_multigraph1",
        "name": "test_multigraph1",
        "lineno": 30,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_multigraph2",
        "name": "test_multigraph2",
        "lineno": 55,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_multidigraph1",
        "name": "test_multidigraph1",
        "lineno": 60,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_multidigraph2",
        "name": "test_multidigraph2",
        "lineno": 67,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_digraph2",
        "name": "test_digraph2",
        "lineno": 76,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_create1",
        "name": "test_create1",
        "lineno": 83,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine.test_create2",
        "name": "test_create2",
        "lineno": 88,
        "scope": "TestGeneratorLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_example",
        "name": "test_example",
        "lineno": 97,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_example_2",
        "name": "test_example_2",
        "lineno": 130,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_pair",
        "name": "test_pair",
        "lineno": 140,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line",
        "name": "test_line",
        "lineno": 146,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_triangle_graph",
        "name": "test_triangle_graph",
        "lineno": 152,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_cycle",
        "name": "test_cycle",
        "lineno": 161,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_empty",
        "name": "test_empty",
        "lineno": 166,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_K1",
        "name": "test_K1",
        "lineno": 171,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_edgeless_graph",
        "name": "test_edgeless_graph",
        "lineno": 177,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_selfloops_error",
        "name": "test_selfloops_error",
        "lineno": 182,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_non_line_graphs",
        "name": "test_non_line_graphs",
        "lineno": 187,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_wrong_graph_type",
        "name": "test_wrong_graph_type",
        "lineno": 234,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_inverse_line_complete",
        "name": "test_line_inverse_line_complete",
        "lineno": 245,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_inverse_line_path",
        "name": "test_line_inverse_line_path",
        "lineno": 251,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_inverse_line_hypercube",
        "name": "test_line_inverse_line_hypercube",
        "lineno": 257,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_inverse_line_cycle",
        "name": "test_line_inverse_line_cycle",
        "lineno": 263,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_inverse_line_star",
        "name": "test_line_inverse_line_star",
        "lineno": 269,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_inverse_line_multipartite",
        "name": "test_line_inverse_line_multipartite",
        "lineno": 275,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_inverse_line_dgm",
        "name": "test_line_inverse_line_dgm",
        "lineno": 281,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine.test_line_different_node_types",
        "name": "test_line_different_node_types",
        "lineno": 287,
        "scope": "TestGeneratorInverseLine",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorPrivateFunctions.test_triangles_error",
        "name": "test_triangles_error",
        "lineno": 295,
        "scope": "TestGeneratorPrivateFunctions",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorPrivateFunctions.test_odd_triangles_error",
        "name": "test_odd_triangles_error",
        "lineno": 300,
        "scope": "TestGeneratorPrivateFunctions",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorPrivateFunctions.test_select_starting_cell_error",
        "name": "test_select_starting_cell_error",
        "lineno": 305,
        "scope": "TestGeneratorPrivateFunctions",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorPrivateFunctions.test_diamond_graph",
        "name": "test_diamond_graph",
        "lineno": 310,
        "scope": "TestGeneratorPrivateFunctions",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_mycielski": [
      {
        "id": "networkx.generators.tests.test_mycielski.TestMycielski.test_construction",
        "name": "test_construction",
        "lineno": 9,
        "scope": "TestMycielski",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_mycielski.TestMycielski.test_size",
        "name": "test_size",
        "lineno": 14,
        "scope": "TestMycielski",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_mycielski.TestMycielski.test_mycielski_graph_generator",
        "name": "test_mycielski_graph_generator",
        "lineno": 20,
        "scope": "TestMycielski",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_nonisomorphic_trees": [
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.test_nonisomorphic_tree_negative_order",
        "name": "test_nonisomorphic_tree_negative_order",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.test_nonisomorphic_tree_order_0",
        "name": "test_nonisomorphic_tree_order_0",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.test_nonisomorphic_tree_order_1",
        "name": "test_nonisomorphic_tree_order_1",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.test_nonisomorphic_tree_low_order_agreement",
        "name": "test_nonisomorphic_tree_low_order_agreement",
        "lineno": 32,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_tree_structure",
        "name": "test_tree_structure",
        "lineno": 38,
        "scope": "TestGeneratorNonIsomorphicTrees",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_tree_structure.f",
        "name": "f",
        "lineno": 40,
        "scope": "TestGeneratorNonIsomorphicTrees.test_tree_structure",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphism",
        "name": "test_nonisomorphism",
        "lineno": 48,
        "scope": "TestGeneratorNonIsomorphicTrees",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphism.f",
        "name": "f",
        "lineno": 50,
        "scope": "TestGeneratorNonIsomorphicTrees.test_nonisomorphism",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_number_of_nonisomorphic_trees",
        "name": "test_number_of_nonisomorphic_trees",
        "lineno": 62,
        "scope": "TestGeneratorNonIsomorphicTrees",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees",
        "name": "test_nonisomorphic_trees",
        "lineno": 76,
        "scope": "TestGeneratorNonIsomorphicTrees",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "name": "f",
        "lineno": 77,
        "scope": "TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_random_clustered": [
      {
        "id": "networkx.generators.tests.test_random_clustered.TestRandomClusteredGraph.test_custom_joint_degree_sequence",
        "name": "test_custom_joint_degree_sequence",
        "lineno": 7,
        "scope": "TestRandomClusteredGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_clustered.TestRandomClusteredGraph.test_tuple_joint_degree_sequence",
        "name": "test_tuple_joint_degree_sequence",
        "lineno": 15,
        "scope": "TestRandomClusteredGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_clustered.TestRandomClusteredGraph.test_invalid_joint_degree_sequence_type",
        "name": "test_invalid_joint_degree_sequence_type",
        "lineno": 20,
        "scope": "TestRandomClusteredGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_clustered.TestRandomClusteredGraph.test_invalid_joint_degree_sequence_value",
        "name": "test_invalid_joint_degree_sequence_value",
        "lineno": 24,
        "scope": "TestRandomClusteredGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_clustered.TestRandomClusteredGraph.test_directed_graph_raises_error",
        "name": "test_directed_graph_raises_error",
        "lineno": 28,
        "scope": "TestRandomClusteredGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_random_graphs": [
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnp_generators_negative_edge_probability",
        "name": "test_gnp_generators_negative_edge_probability",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnp_generators_greater_than_1_edge_probability",
        "name": "test_gnp_generators_greater_than_1_edge_probability",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnp_generators_basic",
        "name": "test_gnp_generators_basic",
        "lineno": 42,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnp_generators_for_p_close_to_1",
        "name": "test_gnp_generators_for_p_close_to_1",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnp_generators_edge_probability",
        "name": "test_gnp_generators_edge_probability",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnp_random_graph_aliases",
        "name": "test_gnp_random_graph_aliases",
        "lineno": 90,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph",
        "name": "test_random_graph",
        "lineno": 99,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph.is_caterpillar",
        "name": "is_caterpillar",
        "lineno": 138,
        "scope": "TestGeneratorsRandom.test_random_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph.is_lobster",
        "name": "is_lobster",
        "lineno": 151,
        "scope": "TestGeneratorsRandom.test_random_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_dual_barabasi_albert",
        "name": "test_dual_barabasi_albert",
        "lineno": 175,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_extended_barabasi_albert",
        "name": "test_extended_barabasi_albert",
        "lineno": 220,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_zero_regular_graph",
        "name": "test_random_zero_regular_graph",
        "lineno": 258,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_gnm",
        "name": "test_gnm",
        "lineno": 268,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_watts_strogatz_big_k",
        "name": "test_watts_strogatz_big_k",
        "lineno": 289,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_kernel_graph",
        "name": "test_random_kernel_graph",
        "lineno": 303,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_kernel_graph.integral",
        "name": "integral",
        "lineno": 304,
        "scope": "TestGeneratorsRandom.test_random_kernel_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_kernel_graph.root",
        "name": "root",
        "lineno": 307,
        "scope": "TestGeneratorsRandom.test_random_kernel_graph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_kernel_graph_default_root",
        "name": "test_random_kernel_graph_default_root",
        "lineno": 314,
        "scope": "TestGeneratorsRandom",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_kernel_graph_default_root.integral",
        "name": "integral",
        "lineno": 320,
        "scope": "TestGeneratorsRandom.test_random_kernel_graph_default_root",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_watts_strogatz",
        "name": "test_watts_strogatz",
        "lineno": 334,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_newman_watts_strogatz_zero_probability",
        "name": "test_newman_watts_strogatz_zero_probability",
        "lineno": 340,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_newman_watts_strogatz_nonzero_probability",
        "name": "test_newman_watts_strogatz_nonzero_probability",
        "lineno": 346,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_connected_watts_strogatz",
        "name": "test_connected_watts_strogatz",
        "lineno": 352,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_connected_watts_strogatz_zero_tries",
        "name": "test_connected_watts_strogatz_zero_tries",
        "lineno": 358,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_connected_watts_strogatz_graph_disconnected",
        "name": "test_connected_watts_strogatz_graph_disconnected",
        "lineno": 363,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_create_using",
        "name": "test_create_using",
        "lineno": 401,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnp_fns_disallow_multigraph",
        "name": "test_gnp_fns_disallow_multigraph",
        "lineno": 416,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_gnm_fns_disallow_directed_and_multigraph",
        "name": "test_gnm_fns_disallow_directed_and_multigraph",
        "lineno": 423,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_watts_strogatz_disallow_directed_and_multigraph",
        "name": "test_watts_strogatz_disallow_directed_and_multigraph",
        "lineno": 437,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_regular_graph_disallow_directed_and_multigraph",
        "name": "test_random_regular_graph_disallow_directed_and_multigraph",
        "lineno": 443,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_barabasi_albert_disallow_directed_and_multigraph",
        "name": "test_barabasi_albert_disallow_directed_and_multigraph",
        "lineno": 449,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_dual_barabasi_albert_disallow_directed_and_multigraph",
        "name": "test_dual_barabasi_albert_disallow_directed_and_multigraph",
        "lineno": 455,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_extended_barabasi_albert_disallow_directed_and_multigraph",
        "name": "test_extended_barabasi_albert_disallow_directed_and_multigraph",
        "lineno": 461,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_powerlaw_cluster_disallow_directed_and_multigraph",
        "name": "test_powerlaw_cluster_disallow_directed_and_multigraph",
        "lineno": 467,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_lobster_disallow_directed_and_multigraph",
        "name": "test_random_lobster_disallow_directed_and_multigraph",
        "lineno": 473,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_shell_disallow_directed_and_multigraph",
        "name": "test_random_shell_disallow_directed_and_multigraph",
        "lineno": 479,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_powerlaw_tree_disallow_directed_and_multigraph",
        "name": "test_random_powerlaw_tree_disallow_directed_and_multigraph",
        "lineno": 485,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_kernel_disallow_directed_and_multigraph",
        "name": "test_random_kernel_disallow_directed_and_multigraph",
        "lineno": 491,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_k_lift_size_and_structure",
        "name": "test_random_k_lift_size_and_structure",
        "lineno": 512,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_k_lift__digraph",
        "name": "test_random_k_lift__digraph",
        "lineno": 521,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_k_lift_multigraph",
        "name": "test_random_k_lift_multigraph",
        "lineno": 533,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.test_random_k_lift_non_regular",
        "name": "test_random_k_lift_non_regular",
        "lineno": 545,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_small": [
      {
        "id": "networkx.generators.tests.test_small.TestGeneratorsSmall.test__LCF_graph",
        "name": "test__LCF_graph",
        "lineno": 9,
        "scope": "TestGeneratorsSmall",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_small.TestGeneratorsSmall.test_properties_of_named_small_graphs",
        "name": "test_properties_of_named_small_graphs",
        "lineno": 31,
        "scope": "TestGeneratorsSmall",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_small.tests_raises_with_directed_create_using",
        "name": "tests_raises_with_directed_create_using",
        "lineno": 215,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_spectral_graph_forge": [
      {
        "id": "networkx.generators.tests.test_spectral_graph_forge.test_spectral_graph_forge",
        "name": "test_spectral_graph_forge",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_stochastic": [
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph.test_default_weights",
        "name": "test_default_weights",
        "lineno": 11,
        "scope": "TestStochasticGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph.test_in_place",
        "name": "test_in_place",
        "lineno": 22,
        "scope": "TestStochasticGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph.test_arbitrary_weights",
        "name": "test_arbitrary_weights",
        "lineno": 33,
        "scope": "TestStochasticGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 43,
        "scope": "TestStochasticGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph.test_zero_weights",
        "name": "test_zero_weights",
        "lineno": 55,
        "scope": "TestStochasticGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph.test_graph_disallowed",
        "name": "test_graph_disallowed",
        "lineno": 66,
        "scope": "TestStochasticGraph",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph.test_multigraph_disallowed",
        "name": "test_multigraph_disallowed",
        "lineno": 70,
        "scope": "TestStochasticGraph",
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_sudoku": [
      {
        "id": "networkx.generators.tests.test_sudoku.test_sudoku_negative",
        "name": "test_sudoku_negative",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_sudoku.test_sudoku_generator",
        "name": "test_sudoku_generator",
        "lineno": 14,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_time_series": [
      {
        "id": "networkx.generators.tests.test_time_series.test_visibility_graph__empty_series__empty_graph",
        "name": "test_visibility_graph__empty_series__empty_graph",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_time_series.test_visibility_graph__single_value_ts__single_node_graph",
        "name": "test_visibility_graph__single_value_ts__single_node_graph",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_time_series.test_visibility_graph__two_values_ts__single_edge_graph",
        "name": "test_visibility_graph__two_values_ts__single_edge_graph",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_time_series.test_visibility_graph__convex_series__complete_graph",
        "name": "test_visibility_graph__convex_series__complete_graph",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_time_series.test_visibility_graph__concave_series__path_graph",
        "name": "test_visibility_graph__concave_series__path_graph",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_time_series.test_visibility_graph__flat_series__path_graph",
        "name": "test_visibility_graph__flat_series__path_graph",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_time_series.test_visibility_graph_cyclic_series",
        "name": "test_visibility_graph_cyclic_series",
        "lineno": 57,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_trees": [
      {
        "id": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "name": "test_basic_prefix_tree",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "name": "source_label",
        "lineno": 17,
        "scope": "test_basic_prefix_tree",
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_implementations_consistent",
        "name": "test_implementations_consistent",
        "lineno": 82,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_labeled_rooted_tree",
        "name": "test_random_labeled_rooted_tree",
        "lineno": 87,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_labeled_tree_n_zero",
        "name": "test_random_labeled_tree_n_zero",
        "lineno": 97,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_labeled_rooted_forest",
        "name": "test_random_labeled_rooted_forest",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_labeled_rooted_forest_n_zero",
        "name": "test_random_labeled_rooted_forest_n_zero",
        "lineno": 116,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_unlabeled_rooted_tree",
        "name": "test_random_unlabeled_rooted_tree",
        "lineno": 123,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_unlabeled_tree_n_zero",
        "name": "test_random_unlabeled_tree_n_zero",
        "lineno": 141,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_unlabeled_rooted_forest",
        "name": "test_random_unlabeled_rooted_forest",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_unlabeled_forest_n_zero",
        "name": "test_random_unlabeled_forest_n_zero",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_trees.test_random_unlabeled_tree",
        "name": "test_random_unlabeled_tree",
        "lineno": 180,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests.test_triads": [
      {
        "id": "networkx.generators.tests.test_triads.test_triad_graph",
        "name": "test_triad_graph",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.generators.tests.test_triads.test_invalid_name",
        "name": "test_invalid_name",
        "lineno": 13,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.generators.tests": [],
    "networkx.linalg.algebraicconnectivity": [
      {
        "id": "networkx.linalg.algebraicconnectivity._PCGSolver.__init__",
        "name": "__init__",
        "lineno": 36,
        "scope": "_PCGSolver",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._PCGSolver.solve",
        "name": "solve",
        "lineno": 40,
        "scope": "_PCGSolver",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._PCGSolver._solve",
        "name": "_solve",
        "lineno": 50,
        "scope": "_PCGSolver",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._LUSolver.__init__",
        "name": "__init__",
        "lineno": 88,
        "scope": "_LUSolver",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._LUSolver.solve",
        "name": "solve",
        "lineno": 98,
        "scope": "_LUSolver",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._preprocess_graph",
        "name": "_preprocess_graph",
        "lineno": 108,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._rcm_estimate",
        "name": "_rcm_estimate",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._tracemin_fiedler",
        "name": "_tracemin_fiedler",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._tracemin_fiedler.project",
        "name": "project",
        "lineno": 198,
        "scope": "_tracemin_fiedler",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._tracemin_fiedler.project",
        "name": "project",
        "lineno": 206,
        "scope": "_tracemin_fiedler",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._get_fiedler_func",
        "name": "_get_fiedler_func",
        "lineno": 256,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._get_fiedler_func.find_fiedler",
        "name": "find_fiedler",
        "lineno": 264,
        "scope": "_get_fiedler_func",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._get_fiedler_func.find_fiedler",
        "name": "find_fiedler",
        "lineno": 272,
        "scope": "_get_fiedler_func",
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity.algebraic_connectivity",
        "name": "algebraic_connectivity",
        "lineno": 310,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity.fiedler_vector",
        "name": "fiedler_vector",
        "lineno": 406,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity.spectral_ordering",
        "name": "spectral_ordering",
        "lineno": 503,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.algebraicconnectivity.spectral_bisection",
        "name": "spectral_bisection",
        "lineno": 586,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.attrmatrix": [
      {
        "id": "networkx.linalg.attrmatrix._node_value",
        "name": "_node_value",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._node_value.value",
        "name": "value",
        "lineno": 36,
        "scope": "_node_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._node_value.value",
        "name": "value",
        "lineno": 41,
        "scope": "_node_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._edge_value",
        "name": "_edge_value",
        "lineno": 55,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._edge_value.value",
        "name": "value",
        "lineno": 91,
        "scope": "_edge_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._edge_value.value",
        "name": "value",
        "lineno": 96,
        "scope": "_edge_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._edge_value.value",
        "name": "value",
        "lineno": 106,
        "scope": "_edge_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._edge_value.value",
        "name": "value",
        "lineno": 111,
        "scope": "_edge_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._edge_value.value",
        "name": "value",
        "lineno": 118,
        "scope": "_edge_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix._edge_value.value",
        "name": "value",
        "lineno": 123,
        "scope": "_edge_value",
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix.attr_matrix",
        "name": "attr_matrix",
        "lineno": 147,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.attrmatrix.attr_sparse_matrix",
        "name": "attr_sparse_matrix",
        "lineno": 312,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.bethehessianmatrix": [
      {
        "id": "networkx.linalg.bethehessianmatrix.bethe_hessian_matrix",
        "name": "bethe_hessian_matrix",
        "lineno": 12,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.graphmatrix": [
      {
        "id": "networkx.linalg.graphmatrix.incidence_matrix",
        "name": "incidence_matrix",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.graphmatrix.adjacency_matrix",
        "name": "adjacency_matrix",
        "lineno": 109,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.laplacianmatrix": [
      {
        "id": "networkx.linalg.laplacianmatrix.laplacian_matrix",
        "name": "laplacian_matrix",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.laplacianmatrix.normalized_laplacian_matrix",
        "name": "normalized_laplacian_matrix",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.laplacianmatrix.directed_laplacian_matrix",
        "name": "directed_laplacian_matrix",
        "lineno": 253,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.laplacianmatrix.directed_combinatorial_laplacian_matrix",
        "name": "directed_combinatorial_laplacian_matrix",
        "lineno": 351,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.laplacianmatrix._transition_matrix",
        "name": "_transition_matrix",
        "lineno": 436,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.modularitymatrix": [
      {
        "id": "networkx.linalg.modularitymatrix.modularity_matrix",
        "name": "modularity_matrix",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.modularitymatrix.directed_modularity_matrix",
        "name": "directed_modularity_matrix",
        "lineno": 81,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.spectrum": [
      {
        "id": "networkx.linalg.spectrum.laplacian_spectrum",
        "name": "laplacian_spectrum",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.spectrum.normalized_laplacian_spectrum",
        "name": "normalized_laplacian_spectrum",
        "lineno": 61,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.spectrum.adjacency_spectrum",
        "name": "adjacency_spectrum",
        "lineno": 95,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.spectrum.modularity_spectrum",
        "name": "modularity_spectrum",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.spectrum.bethe_hessian_spectrum",
        "name": "bethe_hessian_spectrum",
        "lineno": 158,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg": [],
    "networkx.linalg.tests.test_algebraic_connectivity": [
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.test_algebraic_connectivity_tracemin_chol",
        "name": "test_algebraic_connectivity_tracemin_chol",
        "lineno": 11,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.test_fiedler_vector_tracemin_chol",
        "name": "test_fiedler_vector_tracemin_chol",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.test_spectral_ordering_tracemin_chol",
        "name": "test_spectral_ordering_tracemin_chol",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.test_fiedler_vector_tracemin_unknown",
        "name": "test_fiedler_vector_tracemin_unknown",
        "lineno": 35,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.test_spectral_bisection",
        "name": "test_spectral_bisection",
        "lineno": 47,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "name": "check_eigenvector",
        "lineno": 62,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_directed",
        "name": "test_directed",
        "lineno": 76,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_null_and_singleton",
        "name": "test_null_and_singleton",
        "lineno": 84,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_disconnected",
        "name": "test_disconnected",
        "lineno": 93,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_unrecognized_method",
        "name": "test_unrecognized_method",
        "lineno": 102,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_two_nodes",
        "name": "test_two_nodes",
        "lineno": 109,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_two_nodes_multigraph",
        "name": "test_two_nodes_multigraph",
        "lineno": 121,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_abbreviation_of_method",
        "name": "test_abbreviation_of_method",
        "lineno": 134,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_path",
        "name": "test_path",
        "lineno": 145,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_problematic_graph_issue_2381",
        "name": "test_problematic_graph_issue_2381",
        "lineno": 156,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_cycle",
        "name": "test_cycle",
        "lineno": 168,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_seed_argument",
        "name": "test_seed_argument",
        "lineno": 179,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_buckminsterfullerene",
        "name": "test_buckminsterfullerene",
        "lineno": 197,
        "scope": "TestAlgebraicConnectivity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_nullgraph",
        "name": "test_nullgraph",
        "lineno": 312,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_singleton",
        "name": "test_singleton",
        "lineno": 317,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_unrecognized_method",
        "name": "test_unrecognized_method",
        "lineno": 325,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_three_nodes",
        "name": "test_three_nodes",
        "lineno": 330,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_three_nodes_multigraph",
        "name": "test_three_nodes_multigraph",
        "lineno": 339,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_path",
        "name": "test_path",
        "lineno": 348,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_seed_argument",
        "name": "test_seed_argument",
        "lineno": 358,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_disconnected",
        "name": "test_disconnected",
        "lineno": 368,
        "scope": "TestSpectralOrdering",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering.test_cycle",
        "name": "test_cycle",
        "lineno": 392,
        "scope": "TestSpectralOrdering",
        "is_async": false
      }
    ],
    "networkx.linalg.tests.test_attrmatrix": [
      {
        "id": "networkx.linalg.tests.test_attrmatrix.test_attr_matrix",
        "name": "test_attr_matrix",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_attrmatrix.test_attr_matrix.node_attr",
        "name": "node_attr",
        "lineno": 15,
        "scope": "test_attr_matrix",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_attrmatrix.test_attr_matrix.edge_attr",
        "name": "edge_attr",
        "lineno": 18,
        "scope": "test_attr_matrix",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_attrmatrix.test_attr_matrix_directed",
        "name": "test_attr_matrix_directed",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_attrmatrix.test_attr_matrix_multigraph",
        "name": "test_attr_matrix_multigraph",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_attrmatrix.test_attr_sparse_matrix",
        "name": "test_attr_sparse_matrix",
        "lineno": 79,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_attrmatrix.test_attr_sparse_matrix_directed",
        "name": "test_attr_sparse_matrix_directed",
        "lineno": 93,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.tests.test_bethehessian": [
      {
        "id": "networkx.linalg.tests.test_bethehessian.TestBetheHessian.setup_class",
        "name": "setup_class",
        "lineno": 11,
        "scope": "TestBetheHessian",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_bethehessian.TestBetheHessian.test_bethe_hessian",
        "name": "test_bethe_hessian",
        "lineno": 16,
        "scope": "TestBetheHessian",
        "is_async": false
      }
    ],
    "networkx.linalg.tests.test_graphmatrix": [
      {
        "id": "networkx.linalg.tests.test_graphmatrix.test_adjacency_matrix_format",
        "name": "test_adjacency_matrix_format",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_graphmatrix.test_incidence_matrix_simple",
        "name": "test_incidence_matrix_simple",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_graphmatrix.TestGraphMatrix.setup_class",
        "name": "setup_class",
        "lineno": 70,
        "scope": "TestGraphMatrix",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_graphmatrix.TestGraphMatrix.test_incidence_matrix",
        "name": "test_incidence_matrix",
        "lineno": 124,
        "scope": "TestGraphMatrix",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_graphmatrix.TestGraphMatrix.test_weighted_incidence_matrix",
        "name": "test_weighted_incidence_matrix",
        "lineno": 183,
        "scope": "TestGraphMatrix",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_graphmatrix.TestGraphMatrix.test_adjacency_matrix",
        "name": "test_adjacency_matrix",
        "lineno": 275,
        "scope": "TestGraphMatrix",
        "is_async": false
      }
    ],
    "networkx.linalg.tests.test_laplacian": [
      {
        "id": "networkx.linalg.tests.test_laplacian.TestLaplacian.setup_class",
        "name": "setup_class",
        "lineno": 11,
        "scope": "TestLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_laplacian.TestLaplacian.test_laplacian",
        "name": "test_laplacian",
        "lineno": 50,
        "scope": "TestLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_laplacian.TestLaplacian.test_normalized_laplacian",
        "name": "test_normalized_laplacian",
        "lineno": 97,
        "scope": "TestLaplacian",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_laplacian.test_directed_laplacian",
        "name": "test_directed_laplacian",
        "lineno": 186,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_laplacian.test_directed_combinatorial_laplacian",
        "name": "test_directed_combinatorial_laplacian",
        "lineno": 256,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.linalg.tests.test_modularity": [
      {
        "id": "networkx.linalg.tests.test_modularity.TestModularity.setup_class",
        "name": "setup_class",
        "lineno": 11,
        "scope": "TestModularity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_modularity.TestModularity.test_modularity",
        "name": "test_modularity",
        "lineno": 32,
        "scope": "TestModularity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_modularity.TestModularity.test_modularity_weight",
        "name": "test_modularity_weight",
        "lineno": 49,
        "scope": "TestModularity",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_modularity.TestModularity.test_directed_modularity",
        "name": "test_directed_modularity",
        "lineno": 69,
        "scope": "TestModularity",
        "is_async": false
      }
    ],
    "networkx.linalg.tests.test_spectrum": [
      {
        "id": "networkx.linalg.tests.test_spectrum.TestSpectrum.setup_class",
        "name": "setup_class",
        "lineno": 11,
        "scope": "TestSpectrum",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_spectrum.TestSpectrum.test_laplacian_spectrum",
        "name": "test_laplacian_spectrum",
        "lineno": 22,
        "scope": "TestSpectrum",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_spectrum.TestSpectrum.test_normalized_laplacian_spectrum",
        "name": "test_normalized_laplacian_spectrum",
        "lineno": 34,
        "scope": "TestSpectrum",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_spectrum.TestSpectrum.test_adjacency_spectrum",
        "name": "test_adjacency_spectrum",
        "lineno": 46,
        "scope": "TestSpectrum",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_spectrum.TestSpectrum.test_modularity_spectrum",
        "name": "test_modularity_spectrum",
        "lineno": 52,
        "scope": "TestSpectrum",
        "is_async": false
      },
      {
        "id": "networkx.linalg.tests.test_spectrum.TestSpectrum.test_bethe_hessian_spectrum",
        "name": "test_bethe_hessian_spectrum",
        "lineno": 62,
        "scope": "TestSpectrum",
        "is_async": false
      }
    ],
    "networkx.linalg.tests": [],
    "networkx.readwrite.adjlist": [
      {
        "id": "networkx.readwrite.adjlist.generate_adjlist",
        "name": "generate_adjlist",
        "lineno": 31,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.adjlist.write_adjlist",
        "name": "write_adjlist",
        "lineno": 110,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.adjlist.parse_adjlist",
        "name": "parse_adjlist",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.adjlist.read_adjlist",
        "name": "read_adjlist",
        "lineno": 248,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.edgelist": [
      {
        "id": "networkx.readwrite.edgelist.generate_edgelist",
        "name": "generate_edgelist",
        "lineno": 43,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.edgelist.write_edgelist",
        "name": "write_edgelist",
        "lineno": 127,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.edgelist.parse_edgelist",
        "name": "parse_edgelist",
        "lineno": 177,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.edgelist.read_edgelist",
        "name": "read_edgelist",
        "lineno": 302,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.edgelist.write_weighted_edgelist",
        "name": "write_weighted_edgelist",
        "lineno": 388,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.edgelist.read_weighted_edgelist",
        "name": "read_weighted_edgelist",
        "lineno": 429,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.gexf": [
      {
        "id": "networkx.readwrite.gexf.write_gexf",
        "name": "write_gexf",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.generate_gexf",
        "name": "generate_gexf",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.read_gexf",
        "name": "read_gexf",
        "lineno": 166,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXF.construct_types",
        "name": "construct_types",
        "lineno": 252,
        "scope": "GEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXF.set_version",
        "name": "set_version",
        "lineno": 306,
        "scope": "GEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "name": "__init__",
        "lineno": 321,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.__str__",
        "name": "__str__",
        "lineno": 364,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "name": "add_graph",
        "lineno": 370,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "name": "add_nodes",
        "lineno": 401,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "name": "add_edges",
        "lineno": 440,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_edges.edge_key_data",
        "name": "edge_key_data",
        "lineno": 441,
        "scope": "GEXFWriter.add_edges",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "name": "add_attributes",
        "lineno": 508,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.get_attr_id",
        "name": "get_attr_id",
        "lineno": 574,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "name": "add_viz",
        "lineno": 617,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_parents",
        "name": "add_parents",
        "lineno": 670,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_slices",
        "name": "add_slices",
        "lineno": 681,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.add_spells",
        "name": "add_spells",
        "lineno": 691,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "name": "alter_graph_mode_timeformat",
        "lineno": 707,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.write",
        "name": "write",
        "lineno": 725,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter.indent",
        "name": "indent",
        "lineno": 732,
        "scope": "GEXFWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.__init__",
        "name": "__init__",
        "lineno": 752,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.__call__",
        "name": "__call__",
        "lineno": 759,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "name": "make_graph",
        "lineno": 774,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.add_node",
        "name": "add_node",
        "lineno": 862,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.add_start_end",
        "name": "add_start_end",
        "lineno": 897,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.add_viz",
        "name": "add_viz",
        "lineno": 908,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.add_parents",
        "name": "add_parents",
        "lineno": 953,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.add_slices",
        "name": "add_slices",
        "lineno": 962,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.add_spells",
        "name": "add_spells",
        "lineno": 972,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.add_edge",
        "name": "add_edge",
        "lineno": 983,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.decode_attr_elements",
        "name": "decode_attr_elements",
        "lineno": 1035,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader.find_gexf_attributes",
        "name": "find_gexf_attributes",
        "lineno": 1069,
        "scope": "GEXFReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gexf.relabel_gexf_graph",
        "name": "relabel_gexf_graph",
        "lineno": 1090,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.gml": [
      {
        "id": "networkx.readwrite.gml.escape",
        "name": "escape",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.escape.fixup",
        "name": "fixup",
        "lineno": 52,
        "scope": "escape",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.unescape",
        "name": "unescape",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.unescape.fixup",
        "name": "fixup",
        "lineno": 63,
        "scope": "unescape",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.literal_destringizer",
        "name": "literal_destringizer",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.read_gml",
        "name": "read_gml",
        "lineno": 115,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.read_gml.filter_lines",
        "name": "filter_lines",
        "lineno": 182,
        "scope": "read_gml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml",
        "name": "parse_gml",
        "lineno": 199,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml.decode_line",
        "name": "decode_line",
        "lineno": 248,
        "scope": "parse_gml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml.filter_lines",
        "name": "filter_lines",
        "lineno": 258,
        "scope": "parse_gml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines",
        "name": "parse_gml_lines",
        "lineno": 298,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.tokenize",
        "name": "tokenize",
        "lineno": 301,
        "scope": "parse_gml_lines",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.unexpected",
        "name": "unexpected",
        "lineno": 365,
        "scope": "parse_gml_lines",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.consume",
        "name": "consume",
        "lineno": 372,
        "scope": "parse_gml_lines",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "name": "parse_kv",
        "lineno": 377,
        "scope": "parse_gml_lines",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.parse_kv.clean_dict_value",
        "name": "clean_dict_value",
        "lineno": 432,
        "scope": "parse_gml_lines.parse_kv",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.parse_dict",
        "name": "parse_dict",
        "lineno": 444,
        "scope": "parse_gml_lines",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.parse_graph",
        "name": "parse_graph",
        "lineno": 453,
        "scope": "parse_gml_lines",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.parse_gml_lines.pop_attr",
        "name": "pop_attr",
        "lineno": 476,
        "scope": "parse_gml_lines",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.literal_stringizer",
        "name": "literal_stringizer",
        "lineno": 528,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.literal_stringizer.stringize",
        "name": "stringize",
        "lineno": 553,
        "scope": "literal_stringizer",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.generate_gml",
        "name": "generate_gml",
        "lineno": 629,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.generate_gml.stringize",
        "name": "stringize",
        "lineno": 714,
        "scope": "generate_gml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.gml.write_gml",
        "name": "write_gml",
        "lineno": 821,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.graph6": [
      {
        "id": "networkx.readwrite.graph6._generate_graph6_bytes",
        "name": "_generate_graph6_bytes",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.from_graph6_bytes",
        "name": "from_graph6_bytes",
        "lineno": 64,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.from_graph6_bytes.bits",
        "name": "bits",
        "lineno": 107,
        "scope": "from_graph6_bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.to_graph6_bytes",
        "name": "to_graph6_bytes",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.read_graph6",
        "name": "read_graph6",
        "lineno": 196,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.write_graph6",
        "name": "write_graph6",
        "lineno": 262,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.write_graph6_file",
        "name": "write_graph6_file",
        "lineno": 323,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.data_to_n",
        "name": "data_to_n",
        "lineno": 386,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graph6.n_to_data",
        "name": "n_to_data",
        "lineno": 406,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.graphml": [
      {
        "id": "networkx.readwrite.graphml.write_graphml_xml",
        "name": "write_graphml_xml",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.write_graphml_lxml",
        "name": "write_graphml_lxml",
        "lineno": 118,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.generate_graphml",
        "name": "generate_graphml",
        "lineno": 189,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.read_graphml",
        "name": "read_graphml",
        "lineno": 238,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.parse_graphml",
        "name": "parse_graphml",
        "lineno": 311,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphML.construct_types",
        "name": "construct_types",
        "lineno": 396,
        "scope": "GraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphML.get_xml_type",
        "name": "get_xml_type",
        "lineno": 451,
        "scope": "GraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "name": "__init__",
        "lineno": 464,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.__str__",
        "name": "__str__",
        "lineno": 498,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "name": "attr_type",
        "lineno": 506,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.get_key",
        "name": "get_key",
        "lineno": 531,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.add_data",
        "name": "add_data",
        "lineno": 557,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.add_attributes",
        "name": "add_attributes",
        "lineno": 571,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.add_nodes",
        "name": "add_nodes",
        "lineno": 579,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.add_edges",
        "name": "add_edges",
        "lineno": 586,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "name": "add_graph_element",
        "lineno": 618,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.add_graphs",
        "name": "add_graphs",
        "lineno": 657,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.dump",
        "name": "dump",
        "lineno": 662,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter.indent",
        "name": "indent",
        "lineno": 670,
        "scope": "GraphMLWriter",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.IncrementalElement.__init__",
        "name": "__init__",
        "lineno": 694,
        "scope": "IncrementalElement",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.IncrementalElement.append",
        "name": "append",
        "lineno": 698,
        "scope": "IncrementalElement",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriterLxml.__init__",
        "name": "__init__",
        "lineno": 703,
        "scope": "GraphMLWriterLxml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "name": "add_graph_element",
        "lineno": 749,
        "scope": "GraphMLWriterLxml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriterLxml.add_attributes",
        "name": "add_attributes",
        "lineno": 819,
        "scope": "GraphMLWriterLxml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriterLxml.__str__",
        "name": "__str__",
        "lineno": 827,
        "scope": "GraphMLWriterLxml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriterLxml.dump",
        "name": "dump",
        "lineno": 830,
        "scope": "GraphMLWriterLxml",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader.__init__",
        "name": "__init__",
        "lineno": 842,
        "scope": "GraphMLReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader.__call__",
        "name": "__call__",
        "lineno": 849,
        "scope": "GraphMLReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader.make_graph",
        "name": "make_graph",
        "lineno": 862,
        "scope": "GraphMLReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader.add_node",
        "name": "add_node",
        "lineno": 904,
        "scope": "GraphMLReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader.add_edge",
        "name": "add_edge",
        "lineno": 920,
        "scope": "GraphMLReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader.decode_data_elements",
        "name": "decode_data_elements",
        "lineno": 961,
        "scope": "GraphMLReader",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader.find_graphml_keys",
        "name": "find_graphml_keys",
        "lineno": 1020,
        "scope": "GraphMLReader",
        "is_async": false
      }
    ],
    "networkx.readwrite.leda": [
      {
        "id": "networkx.readwrite.leda.read_leda",
        "name": "read_leda",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.leda.parse_leda",
        "name": "parse_leda",
        "lineno": 49,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.multiline_adjlist": [
      {
        "id": "networkx.readwrite.multiline_adjlist.generate_multiline_adjlist",
        "name": "generate_multiline_adjlist",
        "lineno": 39,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.multiline_adjlist.write_multiline_adjlist",
        "name": "write_multiline_adjlist",
        "lineno": 138,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.multiline_adjlist.parse_multiline_adjlist",
        "name": "parse_multiline_adjlist",
        "lineno": 196,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.multiline_adjlist.read_multiline_adjlist",
        "name": "read_multiline_adjlist",
        "lineno": 306,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.p2g": [
      {
        "id": "networkx.readwrite.p2g.write_p2g",
        "name": "write_p2g",
        "lineno": 42,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.p2g.read_p2g",
        "name": "read_p2g",
        "lineno": 64,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.p2g.parse_p2g",
        "name": "parse_p2g",
        "lineno": 88,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.pajek": [
      {
        "id": "networkx.readwrite.pajek.generate_pajek",
        "name": "generate_pajek",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.pajek.write_pajek",
        "name": "write_pajek",
        "lineno": 100,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.pajek.read_pajek",
        "name": "read_pajek",
        "lineno": 134,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.pajek.parse_pajek",
        "name": "parse_pajek",
        "lineno": 167,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.pajek.make_qstr",
        "name": "make_qstr",
        "lineno": 278,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.sparse6": [
      {
        "id": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "name": "_generate_sparse6_bytes",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.sparse6._generate_sparse6_bytes.enc",
        "name": "enc",
        "lineno": 58,
        "scope": "_generate_sparse6_bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.sparse6.from_sparse6_bytes",
        "name": "from_sparse6_bytes",
        "lineno": 105,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.sparse6.from_sparse6_bytes.parseData",
        "name": "parseData",
        "lineno": 151,
        "scope": "from_sparse6_bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.sparse6.to_sparse6_bytes",
        "name": "to_sparse6_bytes",
        "lineno": 204,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.sparse6.read_sparse6",
        "name": "read_sparse6",
        "lineno": 256,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.sparse6.write_sparse6",
        "name": "write_sparse6",
        "lineno": 321,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.text": [
      {
        "id": "networkx.readwrite.text.BaseGlyphs.as_dict",
        "name": "as_dict",
        "lineno": 16,
        "scope": "BaseGlyphs",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.text.generate_network_text",
        "name": "generate_network_text",
        "lineno": 73,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.text.write_network_text",
        "name": "write_network_text",
        "lineno": 423,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.text._find_sources",
        "name": "_find_sources",
        "lineno": 610,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.text._parse_network_text",
        "name": "_parse_network_text",
        "lineno": 647,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite": [],
    "networkx.readwrite.json_graph.adjacency": [
      {
        "id": "networkx.readwrite.json_graph.adjacency.adjacency_data",
        "name": "adjacency_data",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.adjacency.adjacency_graph",
        "name": "adjacency_graph",
        "lineno": 85,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph.cytoscape": [
      {
        "id": "networkx.readwrite.json_graph.cytoscape.cytoscape_data",
        "name": "cytoscape_data",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.cytoscape.cytoscape_graph",
        "name": "cytoscape_graph",
        "lineno": 96,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph.node_link": [
      {
        "id": "networkx.readwrite.json_graph.node_link._to_tuple",
        "name": "_to_tuple",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.node_link.node_link_data",
        "name": "node_link_data",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.node_link.node_link_graph",
        "name": "node_link_graph",
        "lineno": 143,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph.tree": [
      {
        "id": "networkx.readwrite.json_graph.tree.tree_data",
        "name": "tree_data",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tree.tree_data.add_children",
        "name": "add_children",
        "lineno": 68,
        "scope": "tree_data",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tree.tree_graph",
        "name": "tree_graph",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tree.tree_graph.add_children",
        "name": "add_children",
        "lineno": 118,
        "scope": "tree_graph",
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph": [],
    "networkx.readwrite.json_graph.tests.test_adjacency": [
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_graph",
        "name": "test_graph",
        "lineno": 12,
        "scope": "TestAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_graph_attributes",
        "name": "test_graph_attributes",
        "lineno": 17,
        "scope": "TestAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_digraph",
        "name": "test_digraph",
        "lineno": 38,
        "scope": "TestAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 45,
        "scope": "TestAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_multigraph",
        "name": "test_multigraph",
        "lineno": 53,
        "scope": "TestAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_input_data_is_not_modified_when_building_graph",
        "name": "test_input_data_is_not_modified_when_building_graph",
        "lineno": 61,
        "scope": "TestAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_adjacency_form_json_serialisable",
        "name": "test_adjacency_form_json_serialisable",
        "lineno": 69,
        "scope": "TestAdjacency",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency.test_exception",
        "name": "test_exception",
        "lineno": 74,
        "scope": "TestAdjacency",
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph.tests.test_cytoscape": [
      {
        "id": "networkx.readwrite.json_graph.tests.test_cytoscape.test_graph",
        "name": "test_graph",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_cytoscape.test_input_data_is_not_modified_when_building_graph",
        "name": "test_input_data_is_not_modified_when_building_graph",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_cytoscape.test_graph_attributes",
        "name": "test_graph_attributes",
        "lineno": 25,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_cytoscape.test_digraph",
        "name": "test_digraph",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_cytoscape.test_multidigraph",
        "name": "test_multidigraph",
        "lineno": 58,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_cytoscape.test_multigraph",
        "name": "test_multigraph",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_cytoscape.test_exception",
        "name": "test_exception",
        "lineno": 75,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph.tests.test_node_link": [
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_exception_dep",
        "name": "test_exception_dep",
        "lineno": 10,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_graph",
        "name": "test_graph",
        "lineno": 15,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_graph_attributes",
        "name": "test_graph_attributes",
        "lineno": 20,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_digraph",
        "name": "test_digraph",
        "lineno": 39,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_multigraph",
        "name": "test_multigraph",
        "lineno": 44,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_graph_with_tuple_nodes",
        "name": "test_graph_with_tuple_nodes",
        "lineno": 52,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_unicode_keys",
        "name": "test_unicode_keys",
        "lineno": 62,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_exception",
        "name": "test_exception",
        "lineno": 72,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_string_ids",
        "name": "test_string_ids",
        "lineno": 78,
        "scope": "TestNodeLink",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink.test_custom_attrs",
        "name": "test_custom_attrs",
        "lineno": 90,
        "scope": "TestNodeLink",
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph.tests.test_tree": [
      {
        "id": "networkx.readwrite.json_graph.tests.test_tree.test_graph",
        "name": "test_graph",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_tree.test_graph_attributes",
        "name": "test_graph_attributes",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.json_graph.tests.test_tree.test_exceptions",
        "name": "test_exceptions",
        "lineno": 33,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.json_graph.tests": [],
    "networkx.readwrite.tests.test_adjlist": [
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist.test_undirected",
        "name": "test_undirected",
        "lineno": 15,
        "scope": "TestGenerateAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist.test_directed",
        "name": "test_directed",
        "lineno": 27,
        "scope": "TestGenerateAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist.test_delimiter",
        "name": "test_delimiter",
        "lineno": 50,
        "scope": "TestGenerateAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist.test_multiple_edges_undirected",
        "name": "test_multiple_edges_undirected",
        "lineno": 59,
        "scope": "TestGenerateAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist.test_multiple_edges_directed",
        "name": "test_multiple_edges_directed",
        "lineno": 69,
        "scope": "TestGenerateAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist.test_multiple_edges_with_data",
        "name": "test_multiple_edges_with_data",
        "lineno": 83,
        "scope": "TestGenerateAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist.test_with_self_loop",
        "name": "test_with_self_loop",
        "lineno": 94,
        "scope": "TestGenerateAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.setup_class",
        "name": "setup_class",
        "lineno": 107,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_read_multiline_adjlist_1",
        "name": "test_read_multiline_adjlist_1",
        "lineno": 117,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_unicode",
        "name": "test_unicode",
        "lineno": 130,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_latin1_err",
        "name": "test_latin1_err",
        "lineno": 141,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_latin1",
        "name": "test_latin1",
        "lineno": 150,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_parse_adjlist",
        "name": "test_parse_adjlist",
        "lineno": 160,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_adjlist_graph",
        "name": "test_adjlist_graph",
        "lineno": 169,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_adjlist_digraph",
        "name": "test_adjlist_digraph",
        "lineno": 179,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_adjlist_integers",
        "name": "test_adjlist_integers",
        "lineno": 189,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_adjlist_multigraph",
        "name": "test_adjlist_multigraph",
        "lineno": 199,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_adjlist_multidigraph",
        "name": "test_adjlist_multidigraph",
        "lineno": 209,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist.test_adjlist_delimiter",
        "name": "test_adjlist_delimiter",
        "lineno": 219,
        "scope": "TestAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.setup_class",
        "name": "setup_class",
        "lineno": 231,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.test_parse_multiline_adjlist",
        "name": "test_parse_multiline_adjlist",
        "lineno": 243,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.test_multiline_adjlist_graph",
        "name": "test_multiline_adjlist_graph",
        "lineno": 270,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.test_multiline_adjlist_digraph",
        "name": "test_multiline_adjlist_digraph",
        "lineno": 280,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.test_multiline_adjlist_integers",
        "name": "test_multiline_adjlist_integers",
        "lineno": 290,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.test_multiline_adjlist_multigraph",
        "name": "test_multiline_adjlist_multigraph",
        "lineno": 300,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.test_multiline_adjlist_multidigraph",
        "name": "test_multiline_adjlist_multidigraph",
        "lineno": 312,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist.test_multiline_adjlist_delimiter",
        "name": "test_multiline_adjlist_delimiter",
        "lineno": 326,
        "scope": "TestMultilineAdjlist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.test_adjlist_rstrip_parsing",
        "name": "test_adjlist_rstrip_parsing",
        "lineno": 351,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_edgelist": [
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_read_edgelist_no_data",
        "name": "test_read_edgelist_no_data",
        "lineno": 80,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_read_weighted_edgelist",
        "name": "test_read_weighted_edgelist",
        "lineno": 86,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_read_edgelist_with_data",
        "name": "test_read_edgelist_with_data",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.example_graph",
        "name": "example_graph",
        "lineno": 111,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_parse_edgelist_no_data",
        "name": "test_parse_edgelist_no_data",
        "lineno": 117,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_parse_edgelist_with_data_dict",
        "name": "test_parse_edgelist_with_data_dict",
        "lineno": 124,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_parse_edgelist_with_data_list",
        "name": "test_parse_edgelist_with_data_list",
        "lineno": 133,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_parse_edgelist",
        "name": "test_parse_edgelist",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_comments_None",
        "name": "test_comments_None",
        "lineno": 167,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.setup_class",
        "name": "setup_class",
        "lineno": 177,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_write_edgelist_1",
        "name": "test_write_edgelist_1",
        "lineno": 187,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_write_edgelist_2",
        "name": "test_write_edgelist_2",
        "lineno": 195,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_write_edgelist_3",
        "name": "test_write_edgelist_3",
        "lineno": 203,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_write_edgelist_4",
        "name": "test_write_edgelist_4",
        "lineno": 212,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_unicode",
        "name": "test_unicode",
        "lineno": 221,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_latin1_issue",
        "name": "test_latin1_issue",
        "lineno": 231,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_latin1",
        "name": "test_latin1",
        "lineno": 240,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_edgelist_graph",
        "name": "test_edgelist_graph",
        "lineno": 251,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_edgelist_digraph",
        "name": "test_edgelist_digraph",
        "lineno": 262,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_edgelist_integers",
        "name": "test_edgelist_integers",
        "lineno": 273,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_edgelist_multigraph",
        "name": "test_edgelist_multigraph",
        "lineno": 283,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist.test_edgelist_multidigraph",
        "name": "test_edgelist_multidigraph",
        "lineno": 293,
        "scope": "TestEdgelist",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_edgelist.test_edgelist_consistent_strip_handling",
        "name": "test_edgelist_consistent_strip_handling",
        "lineno": 304,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_gexf": [
      {
        "id": "networkx.readwrite.tests.test_gexf.test_gexf_v1_3",
        "name": "test_gexf_v1_3",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.test_dynamic_graph_has_timeformat",
        "name": "test_dynamic_graph_has_timeformat",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.setup_class",
        "name": "setup_class",
        "lineno": 66,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_read_simple_directed_graphml",
        "name": "test_read_simple_directed_graphml",
        "lineno": 191,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_write_read_simple_directed_graphml",
        "name": "test_write_read_simple_directed_graphml",
        "lineno": 199,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_read_simple_undirected_graphml",
        "name": "test_read_simple_undirected_graphml",
        "lineno": 210,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_read_attribute_graphml",
        "name": "test_read_attribute_graphml",
        "lineno": 219,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_directed_edge_in_undirected",
        "name": "test_directed_edge_in_undirected",
        "lineno": 230,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_undirected_edge_in_directed",
        "name": "test_undirected_edge_in_directed",
        "lineno": 247,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_key_raises",
        "name": "test_key_raises",
        "lineno": 264,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_relabel",
        "name": "test_relabel",
        "lineno": 285,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_default_attribute",
        "name": "test_default_attribute",
        "lineno": 303,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_serialize_ints_to_strings",
        "name": "test_serialize_ints_to_strings",
        "lineno": 324,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_write_with_node_attributes",
        "name": "test_write_with_node_attributes",
        "lineno": 334,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_edge_id_construct",
        "name": "test_edge_id_construct",
        "lineno": 369,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_numpy_type",
        "name": "test_numpy_type",
        "lineno": 397,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_bool",
        "name": "test_bool",
        "lineno": 453,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_specials",
        "name": "test_specials",
        "lineno": 463,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_simple_list",
        "name": "test_simple_list",
        "lineno": 495,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_dynamic_mode",
        "name": "test_dynamic_mode",
        "lineno": 505,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_multigraph_with_missing_attributes",
        "name": "test_multigraph_with_missing_attributes",
        "lineno": 518,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_missing_viz_attributes",
        "name": "test_missing_viz_attributes",
        "lineno": 534,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_slice_and_spell",
        "name": "test_slice_and_spell",
        "lineno": 578,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_add_parent",
        "name": "test_add_parent",
        "lineno": 604,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_round_trip_mixed_type_float_to_string",
        "name": "test_round_trip_mixed_type_float_to_string",
        "lineno": 616,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_round_trip_mixed_type_int_to_string",
        "name": "test_round_trip_mixed_type_int_to_string",
        "lineno": 628,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_type_promotion_integer_to_integer",
        "name": "test_type_promotion_integer_to_integer",
        "lineno": 640,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_type_promotion_float_to_float",
        "name": "test_type_promotion_float_to_float",
        "lineno": 655,
        "scope": "TestGEXF",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF.test_meta_description_keywords_round_trip",
        "name": "test_meta_description_keywords_round_trip",
        "lineno": 670,
        "scope": "TestGEXF",
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_gml": [
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.setup_class",
        "name": "setup_class",
        "lineno": 16,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_parse_gml_cytoscape_bug",
        "name": "test_parse_gml_cytoscape_bug",
        "lineno": 59,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_parse_gml",
        "name": "test_parse_gml",
        "lineno": 144,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_read_gml",
        "name": "test_read_gml",
        "lineno": 166,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_labels_are_strings",
        "name": "test_labels_are_strings",
        "lineno": 175,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_relabel_duplicate",
        "name": "test_relabel_duplicate",
        "lineno": 188,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_tuplelabels",
        "name": "test_tuplelabels",
        "lineno": 211,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_quotes",
        "name": "test_quotes",
        "lineno": 233,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_unicode_node",
        "name": "test_unicode_node",
        "lineno": 255,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_float_label",
        "name": "test_float_label",
        "lineno": 272,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_special_float_label",
        "name": "test_special_float_label",
        "lineno": 289,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_name",
        "name": "test_name",
        "lineno": 391,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_graph_types",
        "name": "test_graph_types",
        "lineno": 398,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_data_types",
        "name": "test_data_types",
        "lineno": 430,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_escape_unescape",
        "name": "test_escape_unescape",
        "lineno": 458,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "name": "test_exceptions",
        "lineno": 478,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "name": "assert_parse_error",
        "lineno": 489,
        "scope": "TestGraph.test_exceptions",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_generate_error",
        "name": "assert_generate_error",
        "lineno": 556,
        "scope": "TestGraph.test_exceptions",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_label_kwarg",
        "name": "test_label_kwarg",
        "lineno": 571,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_outofrange_integers",
        "name": "test_outofrange_integers",
        "lineno": 582,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph.test_multiline",
        "name": "test_multiline",
        "lineno": 609,
        "scope": "TestGraph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.byte_file",
        "name": "byte_file",
        "lineno": 633,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_writing_graph_with_multi_element_property_list",
        "name": "test_writing_graph_with_multi_element_property_list",
        "lineno": 640,
        "scope": "TestPropertyLists",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_writing_graph_with_one_element_property_list",
        "name": "test_writing_graph_with_one_element_property_list",
        "lineno": 664,
        "scope": "TestPropertyLists",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_reading_graph_with_list_property",
        "name": "test_reading_graph_with_list_property",
        "lineno": 684,
        "scope": "TestPropertyLists",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_reading_graph_with_single_element_list_property",
        "name": "test_reading_graph_with_single_element_list_property",
        "lineno": 706,
        "scope": "TestPropertyLists",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_gml.test_stringize_empty_list_tuple",
        "name": "test_stringize_empty_list_tuple",
        "lineno": 728,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_graph6": [
      {
        "id": "networkx.readwrite.tests.test_graph6.test_from_graph6_invariant_to_trailing_newline",
        "name": "test_from_graph6_invariant_to_trailing_newline",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.test_from_graph6_raises_header_newline",
        "name": "test_from_graph6_raises_header_newline",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestGraph6Utils.test_n_data_n_conversion",
        "name": "test_n_data_n_conversion",
        "lineno": 24,
        "scope": "TestGraph6Utils",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestFromGraph6Bytes.test_from_graph6_bytes",
        "name": "test_from_graph6_bytes",
        "lineno": 32,
        "scope": "TestFromGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestFromGraph6Bytes.test_read_equals_from_bytes",
        "name": "test_read_equals_from_bytes",
        "lineno": 40,
        "scope": "TestFromGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestFromGraph6Bytes.test_from_graph6_bytes_rejects_below_range",
        "name": "test_from_graph6_bytes_rejects_below_range",
        "lineno": 48,
        "scope": "TestFromGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestReadGraph6.test_read_many_graph6",
        "name": "test_read_many_graph6",
        "lineno": 56,
        "scope": "TestReadGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_null_graph",
        "name": "test_null_graph",
        "lineno": 69,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_trivial_graph",
        "name": "test_trivial_graph",
        "lineno": 74,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 79,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_large_complete_graph",
        "name": "test_large_complete_graph",
        "lineno": 84,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_no_header",
        "name": "test_no_header",
        "lineno": 89,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_complete_bipartite_graph",
        "name": "test_complete_bipartite_graph",
        "lineno": 94,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_no_directed_or_multi_graphs",
        "name": "test_no_directed_or_multi_graphs",
        "lineno": 102,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_length",
        "name": "test_length",
        "lineno": 106,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_roundtrip",
        "name": "test_roundtrip",
        "lineno": 115,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_write_path",
        "name": "test_write_path",
        "lineno": 125,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_relabeling",
        "name": "test_relabeling",
        "lineno": 132,
        "scope": "TestWriteGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_null_graph",
        "name": "test_null_graph",
        "lineno": 141,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_trivial_graph",
        "name": "test_trivial_graph",
        "lineno": 145,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 149,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_large_complete_graph",
        "name": "test_large_complete_graph",
        "lineno": 152,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_no_header",
        "name": "test_no_header",
        "lineno": 156,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_complete_bipartite_graph",
        "name": "test_complete_bipartite_graph",
        "lineno": 160,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_no_directed_or_multi_graphs",
        "name": "test_no_directed_or_multi_graphs",
        "lineno": 165,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_length",
        "name": "test_length",
        "lineno": 169,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_roundtrip",
        "name": "test_roundtrip",
        "lineno": 176,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes.test_relabeling",
        "name": "test_relabeling",
        "lineno": 185,
        "scope": "TestToGraph6Bytes",
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_graphml": [
      {
        "id": "networkx.readwrite.tests.test_graphml.BaseGraphML.setup_class",
        "name": "setup_class",
        "lineno": 12,
        "scope": "BaseGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_simple_directed_graphml",
        "name": "test_read_simple_directed_graphml",
        "lineno": 314,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_simple_undirected_graphml",
        "name": "test_read_simple_undirected_graphml",
        "lineno": 327,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_undirected_multigraph_graphml",
        "name": "test_read_undirected_multigraph_graphml",
        "lineno": 338,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_undirected_multigraph_no_multiedge_graphml",
        "name": "test_read_undirected_multigraph_no_multiedge_graphml",
        "lineno": 349,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_undirected_multigraph_only_ids_for_multiedges_graphml",
        "name": "test_read_undirected_multigraph_only_ids_for_multiedges_graphml",
        "lineno": 360,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_attribute_graphml",
        "name": "test_read_attribute_graphml",
        "lineno": 371,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_node_default_attribute_graphml",
        "name": "test_node_default_attribute_graphml",
        "lineno": 388,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_directed_edge_in_undirected",
        "name": "test_directed_edge_in_undirected",
        "lineno": 393,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_undirected_edge_in_directed",
        "name": "test_undirected_edge_in_directed",
        "lineno": 411,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_key_raise",
        "name": "test_key_raise",
        "lineno": 429,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_hyperedge_raise",
        "name": "test_hyperedge_raise",
        "lineno": 457,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_multigraph_keys",
        "name": "test_multigraph_keys",
        "lineno": 487,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_preserve_multi_edge_data",
        "name": "test_preserve_multi_edge_data",
        "lineno": 510,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_yfiles_extension",
        "name": "test_yfiles_extension",
        "lineno": 555,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_bool",
        "name": "test_bool",
        "lineno": 683,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_graphml_header_line",
        "name": "test_graphml_header_line",
        "lineno": 726,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_attributes_with_groups",
        "name": "test_read_attributes_with_groups",
        "lineno": 777,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_long_attribute_type",
        "name": "test_long_attribute_type",
        "lineno": 1069,
        "scope": "TestReadGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.setup_class",
        "name": "setup_class",
        "lineno": 1097,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_interface",
        "name": "test_write_interface",
        "lineno": 1101,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_read_simple_directed_graphml",
        "name": "test_write_read_simple_directed_graphml",
        "lineno": 1109,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_GraphMLWriter_add_graphs",
        "name": "test_GraphMLWriter_add_graphs",
        "lineno": 1121,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_read_simple_no_prettyprint",
        "name": "test_write_read_simple_no_prettyprint",
        "lineno": 1127,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_read_attribute_named_key_ids_graphml",
        "name": "test_write_read_attribute_named_key_ids_graphml",
        "lineno": 1140,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_read_attribute_numeric_type_graphml",
        "name": "test_write_read_attribute_numeric_type_graphml",
        "lineno": 1185,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_more_multigraph_keys",
        "name": "test_more_multigraph_keys",
        "lineno": 1211,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_default_attribute",
        "name": "test_default_attribute",
        "lineno": 1226,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_mixed_type_attributes",
        "name": "test_mixed_type_attributes",
        "lineno": 1241,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_str_number_mixed_type_attributes",
        "name": "test_str_number_mixed_type_attributes",
        "lineno": 1256,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_mixed_int_type_number_attributes",
        "name": "test_mixed_int_type_number_attributes",
        "lineno": 1271,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_to_graph",
        "name": "test_multigraph_to_graph",
        "lineno": 1287,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_generate_edge_id_from_attribute",
        "name": "test_write_generate_edge_id_from_attribute",
        "lineno": 1307,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_write_generate_edge_id_from_attribute",
        "name": "test_multigraph_write_generate_edge_id_from_attribute",
        "lineno": 1348,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_numpy_float64",
        "name": "test_numpy_float64",
        "lineno": 1403,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_numpy_float32",
        "name": "test_numpy_float32",
        "lineno": 1417,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_numpy_float64_inference",
        "name": "test_numpy_float64_inference",
        "lineno": 1431,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_unicode_attributes",
        "name": "test_unicode_attributes",
        "lineno": 1440,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_unicode_escape",
        "name": "test_unicode_escape",
        "lineno": 1451,
        "scope": "TestWriteGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestXMLGraphML.setup_class",
        "name": "setup_class",
        "lineno": 1470,
        "scope": "TestXMLGraphML",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.test_exception_for_unsupported_datatype_node_attr",
        "name": "test_exception_for_unsupported_datatype_node_attr",
        "lineno": 1474,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.test_exception_for_unsupported_datatype_edge_attr",
        "name": "test_exception_for_unsupported_datatype_edge_attr",
        "lineno": 1486,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.test_exception_for_unsupported_datatype_graph_attr",
        "name": "test_exception_for_unsupported_datatype_graph_attr",
        "lineno": 1498,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.test_empty_attribute",
        "name": "test_empty_attribute",
        "lineno": 1510,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_leda": [
      {
        "id": "networkx.readwrite.tests.test_leda.TestLEDA.test_parse_leda",
        "name": "test_parse_leda",
        "lineno": 7,
        "scope": "TestLEDA",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_leda.TestLEDA.test_read_LEDA",
        "name": "test_read_LEDA",
        "lineno": 22,
        "scope": "TestLEDA",
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_p2g": [
      {
        "id": "networkx.readwrite.tests.test_p2g.TestP2G.setup_class",
        "name": "setup_class",
        "lineno": 10,
        "scope": "TestP2G",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_p2g.TestP2G.test_read_p2g",
        "name": "test_read_p2g",
        "lineno": 17,
        "scope": "TestP2G",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_p2g.TestP2G.test_write_p2g",
        "name": "test_write_p2g",
        "lineno": 36,
        "scope": "TestP2G",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_p2g.TestP2G.test_write_read_p2g",
        "name": "test_write_read_p2g",
        "lineno": 55,
        "scope": "TestP2G",
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_pajek": [
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.setup_class",
        "name": "setup_class",
        "lineno": 11,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_parse_pajek_simple",
        "name": "test_parse_pajek_simple",
        "lineno": 29,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_parse_pajek",
        "name": "test_parse_pajek",
        "lineno": 36,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_parse_pajek_mat",
        "name": "test_parse_pajek_mat",
        "lineno": 53,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_read_pajek",
        "name": "test_read_pajek",
        "lineno": 64,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_write_pajek",
        "name": "test_write_pajek",
        "lineno": 78,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_ignored_attribute",
        "name": "test_ignored_attribute",
        "lineno": 91,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_noname",
        "name": "test_noname",
        "lineno": 107,
        "scope": "TestPajek",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek.test_unicode",
        "name": "test_unicode",
        "lineno": 115,
        "scope": "TestPajek",
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_sparse6": [
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6.test_from_sparse6_bytes",
        "name": "test_from_sparse6_bytes",
        "lineno": 10,
        "scope": "TestSparseGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6.test_from_sparse6_bytes_rejects_out_of_range",
        "name": "test_from_sparse6_bytes_rejects_out_of_range",
        "lineno": 50,
        "scope": "TestSparseGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6.test_from_bytes_multigraph_graph",
        "name": "test_from_bytes_multigraph_graph",
        "lineno": 58,
        "scope": "TestSparseGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6.test_read_sparse6",
        "name": "test_read_sparse6",
        "lineno": 66,
        "scope": "TestSparseGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6.test_read_many_graph6",
        "name": "test_read_many_graph6",
        "lineno": 74,
        "scope": "TestSparseGraph6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_null_graph",
        "name": "test_null_graph",
        "lineno": 94,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_trivial_graph",
        "name": "test_trivial_graph",
        "lineno": 100,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_empty_graph",
        "name": "test_empty_graph",
        "lineno": 106,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_large_empty_graph",
        "name": "test_large_empty_graph",
        "lineno": 112,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_very_large_empty_graph",
        "name": "test_very_large_empty_graph",
        "lineno": 118,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_complete_graph",
        "name": "test_complete_graph",
        "lineno": 124,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_no_header",
        "name": "test_no_header",
        "lineno": 130,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_padding",
        "name": "test_padding",
        "lineno": 136,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_complete_bipartite",
        "name": "test_complete_bipartite",
        "lineno": 144,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_read_write_inverse",
        "name": "test_read_write_inverse",
        "lineno": 152,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_no_directed_graphs",
        "name": "test_no_directed_graphs",
        "lineno": 164,
        "scope": "TestWriteSparse6",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_write_path",
        "name": "test_write_path",
        "lineno": 168,
        "scope": "TestWriteSparse6",
        "is_async": false
      }
    ],
    "networkx.readwrite.tests.test_text": [
      {
        "id": "networkx.readwrite.tests.test_text.test_generate_network_text_forest_directed",
        "name": "test_generate_network_text_forest_directed",
        "lineno": 10,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph",
        "name": "test_write_network_text_empty_graph",
        "lineno": 49,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph._graph_str",
        "name": "_graph_str",
        "lineno": 50,
        "scope": "test_write_network_text_empty_graph",
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_within_forest_glyph",
        "name": "test_write_network_text_within_forest_glyph",
        "lineno": 61,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_generate_network_text_directed_multi_tree",
        "name": "test_generate_network_text_directed_multi_tree",
        "lineno": 85,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_generate_network_text_undirected_multi_tree",
        "name": "test_generate_network_text_undirected_multi_tree",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_generate_network_text_forest_undirected",
        "name": "test_generate_network_text_forest_undirected",
        "lineno": 224,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_generate_network_text_overspecified_sources",
        "name": "test_generate_network_text_overspecified_sources",
        "lineno": 260,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_directed_edges",
        "name": "test_write_network_text_iterative_add_directed_edges",
        "lineno": 309,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_undirected_edges",
        "name": "test_write_network_text_iterative_add_undirected_edges",
        "lineno": 456,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_random_directed_edges",
        "name": "test_write_network_text_iterative_add_random_directed_edges",
        "lineno": 560,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_nearly_forest",
        "name": "test_write_network_text_nearly_forest",
        "lineno": 638,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_complete_graph_ascii_only",
        "name": "test_write_network_text_complete_graph_ascii_only",
        "lineno": 710,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_with_labels",
        "name": "test_write_network_text_with_labels",
        "lineno": 746,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_complete_graphs",
        "name": "test_write_network_text_complete_graphs",
        "lineno": 773,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_multiple_sources",
        "name": "test_write_network_text_multiple_sources",
        "lineno": 856,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_star_graph",
        "name": "test_write_network_text_star_graph",
        "lineno": 932,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_path_graph",
        "name": "test_write_network_text_path_graph",
        "lineno": 951,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_lollipop_graph",
        "name": "test_write_network_text_lollipop_graph",
        "lineno": 967,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_wheel_graph",
        "name": "test_write_network_text_wheel_graph",
        "lineno": 988,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_circular_ladder_graph",
        "name": "test_write_network_text_circular_ladder_graph",
        "lineno": 1010,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_dorogovtsev_goltsev_mendes_graph",
        "name": "test_write_network_text_dorogovtsev_goltsev_mendes_graph",
        "lineno": 1035,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_tree_max_depth",
        "name": "test_write_network_text_tree_max_depth",
        "lineno": 1097,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_graph_max_depth",
        "name": "test_write_network_text_graph_max_depth",
        "lineno": 1167,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_clique_max_depth",
        "name": "test_write_network_text_clique_max_depth",
        "lineno": 1273,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_custom_label",
        "name": "test_write_network_text_custom_label",
        "lineno": 1374,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_write_network_text_vertical_chains",
        "name": "test_write_network_text_vertical_chains",
        "lineno": 1438,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_collapse_directed",
        "name": "test_collapse_directed",
        "lineno": 1538,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_collapse_undirected",
        "name": "test_collapse_undirected",
        "lineno": 1605,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.generate_test_graphs",
        "name": "generate_test_graphs",
        "lineno": 1672,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.readwrite.tests.test_text.test_network_text_round_trip",
        "name": "test_network_text_round_trip",
        "lineno": 1721,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.readwrite.tests": [],
    "networkx.tests.test_all_random_functions": [
      {
        "id": "networkx.tests.test_all_random_functions.t",
        "name": "t",
        "lineno": 20,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "name": "run_all_random_functions",
        "lineno": 41,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_all_random_functions.run_all_random_functions.kernel_integral",
        "name": "kernel_integral",
        "lineno": 145,
        "scope": "run_all_random_functions",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_all_random_functions.test_rng_interface",
        "name": "test_rng_interface",
        "lineno": 225,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_convert": [
      {
        "id": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "name": "edgelists_equal",
        "lineno": 16,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_simple_graphs",
        "name": "test_simple_graphs",
        "lineno": 19,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_exceptions",
        "name": "test_exceptions",
        "lineno": 45,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_digraphs",
        "name": "test_digraphs",
        "lineno": 71,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_graph",
        "name": "test_graph",
        "lineno": 102,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "name": "test_with_multiedges_self_loops",
        "lineno": 134,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_edgelists",
        "name": "test_edgelists",
        "lineno": 212,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "name": "test_directed_to_undirected",
        "lineno": 232,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_attribute_dict_integrity",
        "name": "test_attribute_dict_integrity",
        "lineno": 250,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_to_edgelist",
        "name": "test_to_edgelist",
        "lineno": 259,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.test_custom_node_attr_dict_safekeeping",
        "name": "test_custom_node_attr_dict_safekeeping",
        "lineno": 264,
        "scope": "TestConvert",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.test_to_dict_of_dicts_with_edgedata_param",
        "name": "test_to_dict_of_dicts_with_edgedata_param",
        "lineno": 292,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.test_to_dict_of_dicts_with_edgedata_and_nodelist",
        "name": "test_to_dict_of_dicts_with_edgedata_and_nodelist",
        "lineno": 301,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.test_to_dict_of_dicts_with_edgedata_multigraph",
        "name": "test_to_dict_of_dicts_with_edgedata_multigraph",
        "lineno": 308,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert.test_to_networkx_graph_non_edgelist",
        "name": "test_to_networkx_graph_non_edgelist",
        "lineno": 318,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_convert_numpy": [
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.setup_method",
        "name": "setup_method",
        "lineno": 13,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.create_weighted",
        "name": "create_weighted",
        "lineno": 19,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.assert_equal",
        "name": "assert_equal",
        "lineno": 25,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "name": "identity_conversion",
        "lineno": 29,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_shape",
        "name": "test_shape",
        "lineno": 38,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_graph_array",
        "name": "test_identity_graph_array",
        "lineno": 43,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_digraph_array",
        "name": "test_identity_digraph_array",
        "lineno": 48,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_weighted_graph_array",
        "name": "test_identity_weighted_graph_array",
        "lineno": 53,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_weighted_digraph_array",
        "name": "test_identity_weighted_digraph_array",
        "lineno": 58,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_nodelist",
        "name": "test_nodelist",
        "lineno": 63,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_weight_keyword",
        "name": "test_weight_keyword",
        "lineno": 84,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_from_numpy_array_type",
        "name": "test_from_numpy_array_type",
        "lineno": 93,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_from_numpy_array_dtype",
        "name": "test_from_numpy_array_dtype",
        "lineno": 123,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_from_numpy_array_parallel_edges",
        "name": "test_from_numpy_array_parallel_edges",
        "lineno": 132,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_from_numpy_array_no_edge_attr",
        "name": "test_from_numpy_array_no_edge_attr",
        "lineno": 178,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_from_numpy_array_multiedge_no_edge_attr",
        "name": "test_from_numpy_array_multiedge_no_edge_attr",
        "lineno": 184,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_from_numpy_array_custom_edge_attr",
        "name": "test_from_numpy_array_custom_edge_attr",
        "lineno": 190,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_symmetric",
        "name": "test_symmetric",
        "lineno": 196,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_dtype_int_graph",
        "name": "test_dtype_int_graph",
        "lineno": 207,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_dtype_int_multigraph",
        "name": "test_dtype_int_multigraph",
        "lineno": 217,
        "scope": "TestConvertNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.multigraph_test_graph",
        "name": "multigraph_test_graph",
        "lineno": 229,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_numpy_multigraph",
        "name": "test_numpy_multigraph",
        "lineno": 237,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_multigraph_nodelist",
        "name": "test_to_numpy_array_multigraph_nodelist",
        "lineno": 242,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_complex_weights",
        "name": "test_to_numpy_array_complex_weights",
        "lineno": 257,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_arbitrary_weights",
        "name": "test_to_numpy_array_arbitrary_weights",
        "lineno": 263,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_multiweight_reduction",
        "name": "test_to_numpy_array_multiweight_reduction",
        "lineno": 281,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_dtype_attrs_from_fields",
        "name": "test_to_numpy_array_structured_dtype_attrs_from_fields",
        "lineno": 302,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_dtype_single_attr_default",
        "name": "test_to_numpy_array_structured_dtype_single_attr_default",
        "lineno": 312,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_dtype_single_attr",
        "name": "test_to_numpy_array_structured_dtype_single_attr",
        "lineno": 327,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_dtype_multiple_fields",
        "name": "test_to_numpy_array_structured_dtype_multiple_fields",
        "lineno": 346,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_dtype_scalar_nonedge",
        "name": "test_to_numpy_array_structured_dtype_scalar_nonedge",
        "lineno": 356,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_dtype_nonedge_ary",
        "name": "test_to_numpy_array_structured_dtype_nonedge_ary",
        "lineno": 366,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_dtype_with_weight_raises",
        "name": "test_to_numpy_array_structured_dtype_with_weight_raises",
        "lineno": 379,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_to_numpy_array_structured_multigraph_raises",
        "name": "test_to_numpy_array_structured_multigraph_raises",
        "lineno": 392,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_from_numpy_array_nodelist_bad_size",
        "name": "test_from_numpy_array_nodelist_bad_size",
        "lineno": 399,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_from_numpy_array_nodelist",
        "name": "test_from_numpy_array_nodelist",
        "lineno": 432,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_from_numpy_array_nodelist_directed",
        "name": "test_from_numpy_array_nodelist_directed",
        "lineno": 457,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_from_numpy_array_nodelist_multigraph",
        "name": "test_from_numpy_array_nodelist_multigraph",
        "lineno": 481,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_from_numpy_array_nodelist_rountrip",
        "name": "test_from_numpy_array_nodelist_rountrip",
        "lineno": 518,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_from_numpy_array_nonedge",
        "name": "test_from_numpy_array_nonedge",
        "lineno": 535,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_numpy.test_from_numpy_array_nonedge_roundtrip",
        "name": "test_from_numpy_array_nonedge_roundtrip",
        "lineno": 543,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_convert_pandas": [
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.setup_method",
        "name": "setup_method",
        "lineno": 11,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_exceptions",
        "name": "test_exceptions",
        "lineno": 24,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_all_attr",
        "name": "test_from_edgelist_all_attr",
        "lineno": 32,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_multi_attr",
        "name": "test_from_edgelist_multi_attr",
        "lineno": 48,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_multi_attr_incl_target",
        "name": "test_from_edgelist_multi_attr_incl_target",
        "lineno": 59,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_multidigraph_and_edge_attr",
        "name": "test_from_edgelist_multidigraph_and_edge_attr",
        "lineno": 70,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_one_attr",
        "name": "test_from_edgelist_one_attr",
        "lineno": 106,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_int_attr_name",
        "name": "test_from_edgelist_int_attr_name",
        "lineno": 117,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_invalid_attr",
        "name": "test_from_edgelist_invalid_attr",
        "lineno": 125,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist_no_attr",
        "name": "test_from_edgelist_no_attr",
        "lineno": 147,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_edgelist",
        "name": "test_from_edgelist",
        "lineno": 152,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_to_edgelist_default_source_or_target_col_exists",
        "name": "test_to_edgelist_default_source_or_target_col_exists",
        "lineno": 170,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_to_edgelist_custom_source_or_target_col_exists",
        "name": "test_to_edgelist_custom_source_or_target_col_exists",
        "lineno": 183,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_to_edgelist_edge_key_col_exists",
        "name": "test_to_edgelist_edge_key_col_exists",
        "lineno": 200,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_adjacency",
        "name": "test_from_adjacency",
        "lineno": 208,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_roundtrip",
        "name": "test_roundtrip",
        "lineno": 218,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_from_adjacency_named",
        "name": "test_from_adjacency_named",
        "lineno": 231,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_edgekey_with_multigraph",
        "name": "test_edgekey_with_multigraph",
        "lineno": 245,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_edgekey_with_normal_graph_no_action",
        "name": "test_edgekey_with_normal_graph_no_action",
        "lineno": 281,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_nonexisting_edgekey_raises",
        "name": "test_nonexisting_edgekey_raises",
        "lineno": 292,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas.test_multigraph_with_edgekey_no_edgeattrs",
        "name": "test_multigraph_with_edgekey_no_edgeattrs",
        "lineno": 303,
        "scope": "TestConvertPandas",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.test_to_pandas_adjacency_with_nodelist",
        "name": "test_to_pandas_adjacency_with_nodelist",
        "lineno": 314,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.test_to_pandas_edgelist_with_nodelist",
        "name": "test_to_pandas_edgelist_with_nodelist",
        "lineno": 325,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_pandas.test_from_pandas_adjacency_with_index_collisions",
        "name": "test_from_pandas_adjacency_with_index_collisions",
        "lineno": 334,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_convert_scipy": [
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.setup_method",
        "name": "setup_method",
        "lineno": 11,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_exceptions",
        "name": "test_exceptions",
        "lineno": 18,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.create_weighted",
        "name": "create_weighted",
        "lineno": 24,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.identity_conversion",
        "name": "identity_conversion",
        "lineno": 34,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_shape",
        "name": "test_shape",
        "lineno": 64,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_graph_matrix",
        "name": "test_identity_graph_matrix",
        "lineno": 69,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_digraph_matrix",
        "name": "test_identity_digraph_matrix",
        "lineno": 74,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_weighted_graph_matrix",
        "name": "test_identity_weighted_graph_matrix",
        "lineno": 79,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_weighted_digraph_matrix",
        "name": "test_identity_weighted_digraph_matrix",
        "lineno": 84,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_nodelist",
        "name": "test_nodelist",
        "lineno": 89,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_weight_keyword",
        "name": "test_weight_keyword",
        "lineno": 107,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_format_keyword",
        "name": "test_format_keyword",
        "lineno": 122,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_format_keyword_raise",
        "name": "test_format_keyword_raise",
        "lineno": 161,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_null_raise",
        "name": "test_null_raise",
        "lineno": 170,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_empty",
        "name": "test_empty",
        "lineno": 174,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_ordering",
        "name": "test_ordering",
        "lineno": 180,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_selfloop_graph",
        "name": "test_selfloop_graph",
        "lineno": 190,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_selfloop_digraph",
        "name": "test_selfloop_digraph",
        "lineno": 201,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_from_scipy_sparse_array_parallel_edges",
        "name": "test_from_scipy_sparse_array_parallel_edges",
        "lineno": 212,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.test_symmetric",
        "name": "test_symmetric",
        "lineno": 252,
        "scope": "TestConvertScipy",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_convert_scipy.test_from_scipy_sparse_array_formats",
        "name": "test_from_scipy_sparse_array_formats",
        "lineno": 266,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_exceptions": [
      {
        "id": "networkx.tests.test_exceptions.test_raises_networkxexception",
        "name": "test_raises_networkxexception",
        "lineno": 8,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_exceptions.test_raises_networkxerr",
        "name": "test_raises_networkxerr",
        "lineno": 13,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_exceptions.test_raises_networkx_pointless_concept",
        "name": "test_raises_networkx_pointless_concept",
        "lineno": 18,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_exceptions.test_raises_networkxalgorithmerr",
        "name": "test_raises_networkxalgorithmerr",
        "lineno": 23,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_exceptions.test_raises_networkx_unfeasible",
        "name": "test_raises_networkx_unfeasible",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_exceptions.test_raises_networkx_no_path",
        "name": "test_raises_networkx_no_path",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_exceptions.test_raises_networkx_unbounded",
        "name": "test_raises_networkx_unbounded",
        "lineno": 38,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_import": [
      {
        "id": "networkx.tests.test_import.test_namespace_alias",
        "name": "test_namespace_alias",
        "lineno": 4,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_import.test_namespace_nesting",
        "name": "test_namespace_nesting",
        "lineno": 9,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_lazy_imports": [
      {
        "id": "networkx.tests.test_lazy_imports.test_lazy_import_basics",
        "name": "test_lazy_import_basics",
        "lineno": 9,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_lazy_imports.test_lazy_import_impact_on_sys_modules",
        "name": "test_lazy_import_impact_on_sys_modules",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_lazy_imports.test_lazy_import_nonbuiltins",
        "name": "test_lazy_import_nonbuiltins",
        "lineno": 51,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.tests.test_lazy_imports.test_lazy_attach",
        "name": "test_lazy_attach",
        "lineno": 70,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests.test_relabel": [
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_convert_node_labels_to_integers",
        "name": "test_convert_node_labels_to_integers",
        "lineno": 9,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_convert_to_integers2",
        "name": "test_convert_to_integers2",
        "lineno": 70,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_convert_to_integers_raise",
        "name": "test_convert_to_integers_raise",
        "lineno": 86,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_copy",
        "name": "test_relabel_nodes_copy",
        "lineno": 91,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_function",
        "name": "test_relabel_nodes_function",
        "lineno": 98,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_function.mapping",
        "name": "mapping",
        "lineno": 103,
        "scope": "TestRelabel.test_relabel_nodes_function",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_callable_type",
        "name": "test_relabel_nodes_callable_type",
        "lineno": 109,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_non_mapping_or_callable",
        "name": "test_relabel_nodes_non_mapping_or_callable",
        "lineno": 115,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_graph",
        "name": "test_relabel_nodes_graph",
        "lineno": 122,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_orderedgraph",
        "name": "test_relabel_nodes_orderedgraph",
        "lineno": 128,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_digraph",
        "name": "test_relabel_nodes_digraph",
        "lineno": 136,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_multigraph",
        "name": "test_relabel_nodes_multigraph",
        "lineno": 142,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_multidigraph",
        "name": "test_relabel_nodes_multidigraph",
        "lineno": 149,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_isolated_nodes_to_same",
        "name": "test_relabel_isolated_nodes_to_same",
        "lineno": 158,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_nodes_missing",
        "name": "test_relabel_nodes_missing",
        "lineno": 165,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_copy_name",
        "name": "test_relabel_copy_name",
        "lineno": 176,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_toposort",
        "name": "test_relabel_toposort",
        "lineno": 188,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_selfloop",
        "name": "test_relabel_selfloop",
        "lineno": 197,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_multidigraph_inout_merge_nodes",
        "name": "test_relabel_multidigraph_inout_merge_nodes",
        "lineno": 208,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_multigraph_merge_inplace",
        "name": "test_relabel_multigraph_merge_inplace",
        "lineno": 230,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_multidigraph_merge_inplace",
        "name": "test_relabel_multidigraph_merge_inplace",
        "lineno": 242,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_multidigraph_inout_copy",
        "name": "test_relabel_multidigraph_inout_copy",
        "lineno": 254,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_multigraph_merge_copy",
        "name": "test_relabel_multigraph_merge_copy",
        "lineno": 274,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_multidigraph_merge_copy",
        "name": "test_relabel_multidigraph_merge_copy",
        "lineno": 285,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_multigraph_nonnumeric_key",
        "name": "test_relabel_multigraph_nonnumeric_key",
        "lineno": 296,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_circular",
        "name": "test_relabel_circular",
        "lineno": 312,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_full_mapping_with_copy_true",
        "name": "test_relabel_preserve_node_order_full_mapping_with_copy_true",
        "lineno": 319,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_full_mapping_with_copy_false",
        "name": "test_relabel_preserve_node_order_full_mapping_with_copy_false",
        "lineno": 327,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_partial_mapping_with_copy_true",
        "name": "test_relabel_preserve_node_order_partial_mapping_with_copy_true",
        "lineno": 335,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_partial_mapping_with_copy_false",
        "name": "test_relabel_preserve_node_order_partial_mapping_with_copy_false",
        "lineno": 343,
        "scope": "TestRelabel",
        "is_async": false
      },
      {
        "id": "networkx.tests.test_relabel.TestRelabel.test_relabel_copy_false_undirected",
        "name": "test_relabel_copy_false_undirected",
        "lineno": 351,
        "scope": "TestRelabel",
        "is_async": false
      }
    ],
    "networkx.tests.test_removed_functions_exception_messages": [
      {
        "id": "networkx.tests.test_removed_functions_exception_messages.test_random_tree",
        "name": "test_random_tree",
        "lineno": 6,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.tests": [],
    "networkx.utils.backends": [
      {
        "id": "networkx.utils.backends._get_backends",
        "name": "_get_backends",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._comma_sep_to_list",
        "name": "_comma_sep_to_list",
        "lineno": 114,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._set_configs_from_environment",
        "name": "_set_configs_from_environment",
        "lineno": 118,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._do_nothing",
        "name": "_do_nothing",
        "lineno": 188,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._always_run",
        "name": "_always_run",
        "lineno": 198,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._load_backend",
        "name": "_load_backend",
        "lineno": 202,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable.__new__",
        "name": "__new__",
        "lineno": 218,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable.__doc__",
        "name": "__doc__",
        "lineno": 485,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable.__doc__",
        "name": "__doc__",
        "lineno": 496,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable.__signature__",
        "name": "__signature__",
        "lineno": 504,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._call_if_no_backends_installed",
        "name": "_call_if_no_backends_installed",
        "lineno": 541,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "name": "_call_if_any_backends_installed",
        "lineno": 554,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._will_call_mutate_input",
        "name": "_will_call_mutate_input",
        "lineno": 1052,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._can_convert",
        "name": "_can_convert",
        "lineno": 1077,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._does_backend_have",
        "name": "_does_backend_have",
        "lineno": 1091,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._can_backend_run",
        "name": "_can_backend_run",
        "lineno": 1099,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._should_backend_run",
        "name": "_should_backend_run",
        "lineno": 1124,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._convert_arguments",
        "name": "_convert_arguments",
        "lineno": 1148,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._convert_graph",
        "name": "_convert_graph",
        "lineno": 1359,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._call_with_backend",
        "name": "_call_with_backend",
        "lineno": 1484,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._convert_and_call",
        "name": "_convert_and_call",
        "lineno": 1508,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "name": "_convert_and_call_for_tests",
        "lineno": 1588,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "name": "check_result",
        "lineno": 1785,
        "scope": "_dispatchable._convert_and_call_for_tests",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_iterator",
        "name": "check_iterator",
        "lineno": 1805,
        "scope": "_dispatchable._convert_and_call_for_tests",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.assert_graphs_equal",
        "name": "assert_graphs_equal",
        "lineno": 1833,
        "scope": "_dispatchable._convert_and_call_for_tests",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable._make_doc",
        "name": "_make_doc",
        "lineno": 1882,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable.__reduce__",
        "name": "__reduce__",
        "lineno": 1977,
        "scope": "_dispatchable",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._restore_dispatchable",
        "name": "_restore_dispatchable",
        "lineno": 1985,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._get_cache_key",
        "name": "_get_cache_key",
        "lineno": 1989,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._get_from_cache",
        "name": "_get_from_cache",
        "lineno": 2012,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._set_to_cache",
        "name": "_set_to_cache",
        "lineno": 2096,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._LazyArgsRepr.__init__",
        "name": "__init__",
        "lineno": 2150,
        "scope": "_LazyArgsRepr",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._LazyArgsRepr.__repr__",
        "name": "__repr__",
        "lineno": 2156,
        "scope": "_LazyArgsRepr",
        "is_async": false
      },
      {
        "id": "networkx.utils.backends._dispatchable",
        "name": "_dispatchable",
        "lineno": 2172,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.configs": [
      {
        "id": "networkx.utils.configs.Config.__init_subclass__",
        "name": "__init_subclass__",
        "lineno": 70,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__new__",
        "name": "__new__",
        "lineno": 73,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config._on_setattr",
        "name": "_on_setattr",
        "lineno": 98,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config._on_delattr",
        "name": "_on_delattr",
        "lineno": 102,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__dir__",
        "name": "__dir__",
        "lineno": 106,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__setattr__",
        "name": "__setattr__",
        "lineno": 109,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__delattr__",
        "name": "__delattr__",
        "lineno": 116,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__contains__",
        "name": "__contains__",
        "lineno": 126,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__iter__",
        "name": "__iter__",
        "lineno": 131,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__len__",
        "name": "__len__",
        "lineno": 134,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__reversed__",
        "name": "__reversed__",
        "lineno": 137,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__getitem__",
        "name": "__getitem__",
        "lineno": 141,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__setitem__",
        "name": "__setitem__",
        "lineno": 147,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__delitem__",
        "name": "__delitem__",
        "lineno": 153,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.get",
        "name": "get",
        "lineno": 162,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.items",
        "name": "items",
        "lineno": 165,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.keys",
        "name": "keys",
        "lineno": 168,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.values",
        "name": "values",
        "lineno": 171,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__eq__",
        "name": "__eq__",
        "lineno": 175,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__reduce__",
        "name": "__reduce__",
        "lineno": 181,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config._deserialize",
        "name": "_deserialize",
        "lineno": 185,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__call__",
        "name": "__call__",
        "lineno": 189,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__enter__",
        "name": "__enter__",
        "lineno": 197,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.Config.__exit__",
        "name": "__exit__",
        "lineno": 210,
        "scope": "Config",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs._flexible_repr",
        "name": "_flexible_repr",
        "lineno": 216,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.BackendPriorities._on_setattr",
        "name": "_on_setattr",
        "lineno": 252,
        "scope": "BackendPriorities",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.BackendPriorities._on_delattr",
        "name": "_on_delattr",
        "lineno": 272,
        "scope": "BackendPriorities",
        "is_async": false
      },
      {
        "id": "networkx.utils.configs.NetworkXConfig._on_setattr",
        "name": "_on_setattr",
        "lineno": 348,
        "scope": "NetworkXConfig",
        "is_async": false
      }
    ],
    "networkx.utils.decorators": [
      {
        "id": "networkx.utils.decorators.not_implemented_for",
        "name": "not_implemented_for",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.not_implemented_for._not_implemented_for",
        "name": "_not_implemented_for",
        "lineno": 83,
        "scope": "not_implemented_for",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.open_file",
        "name": "open_file",
        "lineno": 104,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.open_file._open_file",
        "name": "_open_file",
        "lineno": 180,
        "scope": "open_file",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.nodes_or_number",
        "name": "nodes_or_number",
        "lineno": 200,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.nodes_or_number._nodes_or_number",
        "name": "_nodes_or_number",
        "lineno": 246,
        "scope": "nodes_or_number",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.np_random_state",
        "name": "np_random_state",
        "lineno": 264,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.py_random_state",
        "name": "py_random_state",
        "lineno": 311,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap.__init__",
        "name": "__init__",
        "lineno": 710,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap._lazy_compile",
        "name": "_lazy_compile",
        "lineno": 716,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap.__call__",
        "name": "__call__",
        "lineno": 763,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap.__call__.func",
        "name": "func",
        "lineno": 784,
        "scope": "argmap.__call__",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap._count",
        "name": "_count",
        "lineno": 831,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap._name",
        "name": "_name",
        "lineno": 854,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap.compile",
        "name": "compile",
        "lineno": 873,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap.assemble",
        "name": "assemble",
        "lineno": 921,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap.assemble.get_name",
        "name": "get_name",
        "lineno": 1012,
        "scope": "argmap.assemble",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap.signature",
        "name": "signature",
        "lineno": 1064,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap._flatten",
        "name": "_flatten",
        "lineno": 1170,
        "scope": "argmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.decorators.argmap._indent",
        "name": "_indent",
        "lineno": 1200,
        "scope": "argmap",
        "is_async": false
      }
    ],
    "networkx.utils.heaps": [
      {
        "id": "networkx.utils.heaps.MinHeap._Item.__init__",
        "name": "__init__",
        "lineno": 26,
        "scope": "MinHeap._Item",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap._Item.__repr__",
        "name": "__repr__",
        "lineno": 30,
        "scope": "MinHeap._Item",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.__init__",
        "name": "__init__",
        "lineno": 33,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.min",
        "name": "min",
        "lineno": 37,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.pop",
        "name": "pop",
        "lineno": 52,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.get",
        "name": "get",
        "lineno": 67,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.insert",
        "name": "insert",
        "lineno": 86,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.__nonzero__",
        "name": "__nonzero__",
        "lineno": 109,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.__bool__",
        "name": "__bool__",
        "lineno": 113,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.__len__",
        "name": "__len__",
        "lineno": 117,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.MinHeap.__contains__",
        "name": "__contains__",
        "lineno": 121,
        "scope": "MinHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap._Node.__init__",
        "name": "__init__",
        "lineno": 144,
        "scope": "PairingHeap._Node",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap.__init__",
        "name": "__init__",
        "lineno": 155,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap.min",
        "name": "min",
        "lineno": 160,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap.pop",
        "name": "pop",
        "lineno": 165,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap.get",
        "name": "get",
        "lineno": 173,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap.insert",
        "name": "insert",
        "lineno": 177,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap._link",
        "name": "_link",
        "lineno": 213,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap._merge_children",
        "name": "_merge_children",
        "lineno": 228,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.PairingHeap._cut",
        "name": "_cut",
        "lineno": 266,
        "scope": "PairingHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.BinaryHeap.__init__",
        "name": "__init__",
        "lineno": 284,
        "scope": "BinaryHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.BinaryHeap.min",
        "name": "min",
        "lineno": 290,
        "scope": "BinaryHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.BinaryHeap.pop",
        "name": "pop",
        "lineno": 304,
        "scope": "BinaryHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.BinaryHeap.get",
        "name": "get",
        "lineno": 319,
        "scope": "BinaryHeap",
        "is_async": false
      },
      {
        "id": "networkx.utils.heaps.BinaryHeap.insert",
        "name": "insert",
        "lineno": 322,
        "scope": "BinaryHeap",
        "is_async": false
      }
    ],
    "networkx.utils.mapped_queue": [
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__init__",
        "name": "__init__",
        "lineno": 33,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__lt__",
        "name": "__lt__",
        "lineno": 38,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__gt__",
        "name": "__gt__",
        "lineno": 53,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__eq__",
        "name": "__eq__",
        "lineno": 68,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__hash__",
        "name": "__hash__",
        "lineno": 74,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__getitem__",
        "name": "__getitem__",
        "lineno": 77,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__iter__",
        "name": "__iter__",
        "lineno": 80,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue._HeapElement.__repr__",
        "name": "__repr__",
        "lineno": 87,
        "scope": "_HeapElement",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "name": "__init__",
        "lineno": 153,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue._heapify",
        "name": "_heapify",
        "lineno": 164,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue.__len__",
        "name": "__len__",
        "lineno": 171,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue.push",
        "name": "push",
        "lineno": 174,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue.pop",
        "name": "pop",
        "lineno": 189,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue.update",
        "name": "update",
        "lineno": 207,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue.remove",
        "name": "remove",
        "lineno": 219,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue._siftup",
        "name": "_siftup",
        "lineno": 239,
        "scope": "MappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue._siftdown",
        "name": "_siftdown",
        "lineno": 278,
        "scope": "MappedQueue",
        "is_async": false
      }
    ],
    "networkx.utils.misc": [
      {
        "id": "networkx.utils.misc.flatten",
        "name": "flatten",
        "lineno": 46,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.make_list_of_ints",
        "name": "make_list_of_ints",
        "lineno": 60,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.dict_to_numpy_array",
        "name": "dict_to_numpy_array",
        "lineno": 96,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc._dict_to_numpy_array2",
        "name": "_dict_to_numpy_array2",
        "lineno": 107,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc._dict_to_numpy_array1",
        "name": "_dict_to_numpy_array1",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.arbitrary_element",
        "name": "arbitrary_element",
        "lineno": 145,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.pairwise",
        "name": "pairwise",
        "lineno": 214,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.groups",
        "name": "groups",
        "lineno": 249,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.create_random_state",
        "name": "create_random_state",
        "lineno": 271,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomViaNumpyBits.__init__",
        "name": "__init__",
        "lineno": 319,
        "scope": "PythonRandomViaNumpyBits",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomViaNumpyBits.random",
        "name": "random",
        "lineno": 335,
        "scope": "PythonRandomViaNumpyBits",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomViaNumpyBits.getrandbits",
        "name": "getrandbits",
        "lineno": 339,
        "scope": "PythonRandomViaNumpyBits",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomViaNumpyBits.getstate",
        "name": "getstate",
        "lineno": 347,
        "scope": "PythonRandomViaNumpyBits",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomViaNumpyBits.setstate",
        "name": "setstate",
        "lineno": 350,
        "scope": "PythonRandomViaNumpyBits",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomViaNumpyBits.seed",
        "name": "seed",
        "lineno": 353,
        "scope": "PythonRandomViaNumpyBits",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.__init__",
        "name": "__init__",
        "lineno": 367,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.random",
        "name": "random",
        "lineno": 379,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.uniform",
        "name": "uniform",
        "lineno": 382,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.randrange",
        "name": "randrange",
        "lineno": 385,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.choice",
        "name": "choice",
        "lineno": 400,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.gauss",
        "name": "gauss",
        "lineno": 409,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.shuffle",
        "name": "shuffle",
        "lineno": 412,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.sample",
        "name": "sample",
        "lineno": 418,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.randint",
        "name": "randint",
        "lineno": 421,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.expovariate",
        "name": "expovariate",
        "lineno": 433,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.paretovariate",
        "name": "paretovariate",
        "lineno": 437,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface.__getattr__",
        "name": "__getattr__",
        "lineno": 440,
        "scope": "PythonRandomInterface",
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.create_py_random_state",
        "name": "create_py_random_state",
        "lineno": 462,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.nodes_equal",
        "name": "nodes_equal",
        "lineno": 528,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.edges_equal",
        "name": "edges_equal",
        "lineno": 555,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.graphs_equal",
        "name": "graphs_equal",
        "lineno": 636,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc._clear_cache",
        "name": "_clear_cache",
        "lineno": 658,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.misc.check_create_using",
        "name": "check_create_using",
        "lineno": 667,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.random_sequence": [
      {
        "id": "networkx.utils.random_sequence.powerlaw_sequence",
        "name": "powerlaw_sequence",
        "lineno": 26,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.random_sequence.is_valid_tree_degree_sequence",
        "name": "is_valid_tree_degree_sequence",
        "lineno": 33,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.random_sequence.zipf_rv",
        "name": "zipf_rv",
        "lineno": 66,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.random_sequence.cumulative_distribution",
        "name": "cumulative_distribution",
        "lineno": 130,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.random_sequence.discrete_sequence",
        "name": "discrete_sequence",
        "lineno": 142,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.random_sequence.random_weighted_sample",
        "name": "random_weighted_sample",
        "lineno": 174,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.random_sequence.weighted_choice",
        "name": "weighted_choice",
        "lineno": 188,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.rcm": [
      {
        "id": "networkx.utils.rcm.cuthill_mckee_ordering",
        "name": "cuthill_mckee_ordering",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.rcm.reverse_cuthill_mckee_ordering",
        "name": "reverse_cuthill_mckee_ordering",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.rcm.connected_cuthill_mckee_ordering",
        "name": "connected_cuthill_mckee_ordering",
        "lineno": 128,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.rcm.pseudo_peripheral_node",
        "name": "pseudo_peripheral_node",
        "lineno": 145,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.union_find": [
      {
        "id": "networkx.utils.union_find.UnionFind.__init__",
        "name": "__init__",
        "lineno": 31,
        "scope": "UnionFind",
        "is_async": false
      },
      {
        "id": "networkx.utils.union_find.UnionFind.__getitem__",
        "name": "__getitem__",
        "lineno": 46,
        "scope": "UnionFind",
        "is_async": false
      },
      {
        "id": "networkx.utils.union_find.UnionFind.__iter__",
        "name": "__iter__",
        "lineno": 68,
        "scope": "UnionFind",
        "is_async": false
      },
      {
        "id": "networkx.utils.union_find.UnionFind.to_sets",
        "name": "to_sets",
        "lineno": 72,
        "scope": "UnionFind",
        "is_async": false
      },
      {
        "id": "networkx.utils.union_find.UnionFind.union",
        "name": "union",
        "lineno": 91,
        "scope": "UnionFind",
        "is_async": false
      }
    ],
    "networkx.utils": [],
    "networkx.utils.tests.test_backends": [
      {
        "id": "networkx.utils.tests.test_backends._stub_func",
        "name": "_stub_func",
        "lineno": 12,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_dispatch_kwds_vs_args",
        "name": "test_dispatch_kwds_vs_args",
        "lineno": 16,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_pickle",
        "name": "test_pickle",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_graph_converter_needs_backend",
        "name": "test_graph_converter_needs_backend",
        "lineno": 44,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_graph_converter_needs_backend.from_scipy_sparse_array",
        "name": "from_scipy_sparse_array",
        "lineno": 59,
        "scope": "test_graph_converter_needs_backend",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_graph_converter_needs_backend.convert_to_nx",
        "name": "convert_to_nx",
        "lineno": 69,
        "scope": "test_graph_converter_needs_backend",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_networkx_backend",
        "name": "test_networkx_backend",
        "lineno": 101,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_networkx_backend.convert_to_nx",
        "name": "convert_to_nx",
        "lineno": 113,
        "scope": "test_networkx_backend",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_dispatchable_are_functions",
        "name": "test_dispatchable_are_functions",
        "lineno": 131,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_mixing_backend_graphs",
        "name": "test_mixing_backend_graphs",
        "lineno": 136,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_bad_backend_name",
        "name": "test_bad_backend_name",
        "lineno": 162,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_not_implemented_by_nx",
        "name": "test_not_implemented_by_nx",
        "lineno": 170,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_not_implemented_by_nx.stub_func_implementation",
        "name": "stub_func_implementation",
        "lineno": 177,
        "scope": "test_not_implemented_by_nx",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_backends.test_dispatch_graph_new",
        "name": "test_dispatch_graph_new",
        "lineno": 194,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_config": [
      {
        "id": "networkx.utils.tests.test_config.ExampleConfig._on_setattr",
        "name": "_on_setattr",
        "lineno": 17,
        "scope": "ExampleConfig",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_config.test_config_empty",
        "name": "test_config_empty",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_config.test_config_subclass",
        "name": "test_config_subclass",
        "lineno": 53,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_config.test_config_defaults",
        "name": "test_config_defaults",
        "lineno": 108,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_config.test_nxconfig",
        "name": "test_nxconfig",
        "lineno": 119,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_config.test_nxconfig_context",
        "name": "test_nxconfig_context",
        "lineno": 149,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_config.test_not_strict",
        "name": "test_not_strict",
        "lineno": 173,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_config.test_context",
        "name": "test_context",
        "lineno": 227,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_decorators": [
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "name": "test_not_implemented_decorator",
        "lineno": 19,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_d",
        "name": "test_d",
        "lineno": 21,
        "scope": "test_not_implemented_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_u",
        "name": "test_u",
        "lineno": 29,
        "scope": "test_not_implemented_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_m",
        "name": "test_m",
        "lineno": 37,
        "scope": "test_not_implemented_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_g",
        "name": "test_g",
        "lineno": 45,
        "scope": "test_not_implemented_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_not_md",
        "name": "test_not_md",
        "lineno": 54,
        "scope": "test_not_implemented_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_graph_only",
        "name": "test_graph_only",
        "lineno": 66,
        "scope": "test_not_implemented_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_key",
        "name": "test_not_implemented_decorator_key",
        "lineno": 84,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_key.test1",
        "name": "test1",
        "lineno": 88,
        "scope": "test_not_implemented_decorator_key",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_raise",
        "name": "test_not_implemented_decorator_raise",
        "lineno": 94,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_raise.test1",
        "name": "test1",
        "lineno": 98,
        "scope": "test_not_implemented_decorator_raise",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.setup_method",
        "name": "setup_method",
        "lineno": 105,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.teardown_method",
        "name": "teardown_method",
        "lineno": 110,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "name": "write",
        "lineno": 114,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "name": "read",
        "lineno": 119,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg0",
        "name": "writer_arg0",
        "lineno": 124,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg1",
        "name": "writer_arg1",
        "lineno": 128,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "name": "writer_arg2default",
        "lineno": 132,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg4default",
        "name": "writer_arg4default",
        "lineno": 140,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_kwarg",
        "name": "writer_kwarg",
        "lineno": 148,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg0_str",
        "name": "test_writer_arg0_str",
        "lineno": 156,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg0_fobj",
        "name": "test_writer_arg0_fobj",
        "lineno": 159,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg0_pathlib",
        "name": "test_writer_arg0_pathlib",
        "lineno": 162,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg1_str",
        "name": "test_writer_arg1_str",
        "lineno": 165,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg1_fobj",
        "name": "test_writer_arg1_fobj",
        "lineno": 169,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_str",
        "name": "test_writer_arg2default_str",
        "lineno": 175,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_fobj",
        "name": "test_writer_arg2default_fobj",
        "lineno": 180,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_fobj_path_none",
        "name": "test_writer_arg2default_fobj_path_none",
        "lineno": 186,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg4default_fobj",
        "name": "test_writer_arg4default_fobj",
        "lineno": 189,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_str",
        "name": "test_writer_kwarg_str",
        "lineno": 194,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_fobj",
        "name": "test_writer_kwarg_fobj",
        "lineno": 198,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_path_none",
        "name": "test_writer_kwarg_path_none",
        "lineno": 203,
        "scope": "TestOpenFileDecorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.setup_class",
        "name": "setup_class",
        "lineno": 209,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_np_random_state",
        "name": "instantiate_np_random_state",
        "lineno": 214,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "name": "instantiate_py_random_state",
        "lineno": 220,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_None",
        "name": "test_random_state_None",
        "lineno": 225,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random",
        "name": "test_random_state_np_random",
        "lineno": 236,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_int",
        "name": "test_random_state_int",
        "lineno": 244,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random_Generator",
        "name": "test_random_state_np_random_Generator",
        "lineno": 265,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random_RandomState",
        "name": "test_random_state_np_random_RandomState",
        "lineno": 282,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_py_random",
        "name": "test_random_state_py_random",
        "lineno": 299,
        "scope": "TestRandomState",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_random_state_string_arg_index",
        "name": "test_random_state_string_arg_index",
        "lineno": 308,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_random_state_string_arg_index.make_random_state",
        "name": "make_random_state",
        "lineno": 312,
        "scope": "test_random_state_string_arg_index",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_py_random_state_string_arg_index",
        "name": "test_py_random_state_string_arg_index",
        "lineno": 318,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_py_random_state_string_arg_index.make_random_state",
        "name": "make_random_state",
        "lineno": 322,
        "scope": "test_py_random_state_string_arg_index",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_random_state_invalid_arg_index",
        "name": "test_random_state_invalid_arg_index",
        "lineno": 328,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_random_state_invalid_arg_index.make_random_state",
        "name": "make_random_state",
        "lineno": 332,
        "scope": "test_random_state_invalid_arg_index",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_py_random_state_invalid_arg_index",
        "name": "test_py_random_state_invalid_arg_index",
        "lineno": 338,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.test_py_random_state_invalid_arg_index.make_random_state",
        "name": "make_random_state",
        "lineno": 342,
        "scope": "test_py_random_state_invalid_arg_index",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_function",
        "name": "test_trivial_function",
        "lineno": 352,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_function.do_not_call",
        "name": "do_not_call",
        "lineno": 353,
        "scope": "TestArgmap.test_trivial_function",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_function.trivial_argmap",
        "name": "trivial_argmap",
        "lineno": 357,
        "scope": "TestArgmap.test_trivial_function",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_iterator",
        "name": "test_trivial_iterator",
        "lineno": 362,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_iterator.do_not_call",
        "name": "do_not_call",
        "lineno": 363,
        "scope": "TestArgmap.test_trivial_iterator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_iterator.trivial_argmap",
        "name": "trivial_argmap",
        "lineno": 367,
        "scope": "TestArgmap.test_trivial_iterator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_contextmanager",
        "name": "test_contextmanager",
        "lineno": 372,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_contextmanager.contextmanager",
        "name": "contextmanager",
        "lineno": 375,
        "scope": "TestArgmap.test_contextmanager",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_contextmanager.foo",
        "name": "foo",
        "lineno": 380,
        "scope": "TestArgmap.test_contextmanager",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_tryfinally_generator",
        "name": "test_tryfinally_generator",
        "lineno": 388,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_tryfinally_generator.singleton",
        "name": "singleton",
        "lineno": 391,
        "scope": "TestArgmap.test_tryfinally_generator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_tryfinally_generator.foo",
        "name": "foo",
        "lineno": 397,
        "scope": "TestArgmap.test_tryfinally_generator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_tryfinally_generator.foo",
        "name": "foo",
        "lineno": 401,
        "scope": "TestArgmap.test_tryfinally_generator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_vararg",
        "name": "test_actual_vararg",
        "lineno": 408,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_vararg.foo",
        "name": "foo",
        "lineno": 410,
        "scope": "TestArgmap.test_actual_vararg",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_signature_destroying_intermediate_decorator",
        "name": "test_signature_destroying_intermediate_decorator",
        "lineno": 415,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_signature_destroying_intermediate_decorator.add_one_to_first_bad_decorator",
        "name": "add_one_to_first_bad_decorator",
        "lineno": 416,
        "scope": "TestArgmap.test_signature_destroying_intermediate_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_signature_destroying_intermediate_decorator.add_one_to_first_bad_decorator.decorated",
        "name": "decorated",
        "lineno": 419,
        "scope": "TestArgmap.test_signature_destroying_intermediate_decorator.add_one_to_first_bad_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_signature_destroying_intermediate_decorator.add_one_and_two",
        "name": "add_one_and_two",
        "lineno": 428,
        "scope": "TestArgmap.test_signature_destroying_intermediate_decorator",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_kwarg",
        "name": "test_actual_kwarg",
        "lineno": 433,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_kwarg.foo",
        "name": "foo",
        "lineno": 435,
        "scope": "TestArgmap.test_actual_kwarg",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple",
        "name": "test_nested_tuple",
        "lineno": 440,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.xform",
        "name": "xform",
        "lineno": 441,
        "scope": "TestArgmap.test_nested_tuple",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.foo",
        "name": "foo",
        "lineno": 447,
        "scope": "TestArgmap.test_nested_tuple",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_flatten",
        "name": "test_flatten",
        "lineno": 456,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_indent",
        "name": "test_indent",
        "lineno": 462,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise",
        "name": "test_immediate_raise",
        "lineno": 489,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise.yield_nodes",
        "name": "yield_nodes",
        "lineno": 491,
        "scope": "TestArgmap.test_immediate_raise",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_lazy_compile_thread_safety",
        "name": "test_lazy_compile_thread_safety",
        "lineno": 512,
        "scope": "TestArgmap",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.test_lazy_compile_thread_safety.worker",
        "name": "worker",
        "lineno": 521,
        "scope": "TestArgmap.test_lazy_compile_thread_safety",
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_heaps": [
      {
        "id": "networkx.utils.tests.test_heaps.X.__eq__",
        "name": "__eq__",
        "lineno": 8,
        "scope": "X",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.X.__ne__",
        "name": "__ne__",
        "lineno": 11,
        "scope": "X",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.X.__lt__",
        "name": "__lt__",
        "lineno": 14,
        "scope": "X",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.X.__le__",
        "name": "__le__",
        "lineno": 17,
        "scope": "X",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.X.__ge__",
        "name": "__ge__",
        "lineno": 20,
        "scope": "X",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.X.__gt__",
        "name": "__gt__",
        "lineno": 23,
        "scope": "X",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.X.__hash__",
        "name": "__hash__",
        "lineno": 26,
        "scope": "X",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps._test_heap_class",
        "name": "_test_heap_class",
        "lineno": 91,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.test_PairingHeap",
        "name": "test_PairingHeap",
        "lineno": 126,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_heaps.test_BinaryHeap",
        "name": "test_BinaryHeap",
        "lineno": 130,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_mapped_queue": [
      {
        "id": "networkx.utils.tests.test_mapped_queue.test_HeapElement_gtlt",
        "name": "test_HeapElement_gtlt",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.test_HeapElement_gtlt_tied_priority",
        "name": "test_HeapElement_gtlt_tied_priority",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.test_HeapElement_eq",
        "name": "test_HeapElement_eq",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.test_HeapElement_iter",
        "name": "test_HeapElement_iter",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.test_HeapElement_getitem",
        "name": "test_HeapElement_getitem",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.setup_method",
        "name": "setup_method",
        "lineno": 50,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "name": "_check_map",
        "lineno": 53,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "name": "_make_mapped_queue",
        "lineno": 56,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_heapify",
        "name": "test_heapify",
        "lineno": 62,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_init",
        "name": "test_init",
        "lineno": 68,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_incomparable",
        "name": "test_incomparable",
        "lineno": 73,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_len",
        "name": "test_len",
        "lineno": 77,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_leaf",
        "name": "test_siftup_leaf",
        "lineno": 83,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_one_child",
        "name": "test_siftup_one_child",
        "lineno": 91,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_left_child",
        "name": "test_siftup_left_child",
        "lineno": 99,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_right_child",
        "name": "test_siftup_right_child",
        "lineno": 107,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_multiple",
        "name": "test_siftup_multiple",
        "lineno": 115,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_leaf",
        "name": "test_siftdown_leaf",
        "lineno": 123,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_single",
        "name": "test_siftdown_single",
        "lineno": 131,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_multiple",
        "name": "test_siftdown_multiple",
        "lineno": 139,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push",
        "name": "test_push",
        "lineno": 147,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push_duplicate",
        "name": "test_push_duplicate",
        "lineno": 156,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_pop",
        "name": "test_pop",
        "lineno": 168,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_remove_leaf",
        "name": "test_remove_leaf",
        "lineno": 177,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_remove_root",
        "name": "test_remove_root",
        "lineno": 184,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_update_leaf",
        "name": "test_update_leaf",
        "lineno": 191,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_update_root",
        "name": "test_update_root",
        "lineno": 198,
        "scope": "TestMappedQueue",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict._make_mapped_queue",
        "name": "_make_mapped_queue",
        "lineno": 207,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_init",
        "name": "test_init",
        "lineno": 211,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_ties",
        "name": "test_ties",
        "lineno": 216,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_pop",
        "name": "test_pop",
        "lineno": 221,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_empty_pop",
        "name": "test_empty_pop",
        "lineno": 227,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_incomparable_ties",
        "name": "test_incomparable_ties",
        "lineno": 231,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push",
        "name": "test_push",
        "lineno": 235,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push_duplicate",
        "name": "test_push_duplicate",
        "lineno": 244,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_update_leaf",
        "name": "test_update_leaf",
        "lineno": 256,
        "scope": "TestMappedDict",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_update_root",
        "name": "test_update_root",
        "lineno": 263,
        "scope": "TestMappedDict",
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_misc": [
      {
        "id": "networkx.utils.tests.test_misc.test_flatten",
        "name": "test_flatten",
        "lineno": 50,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_make_list_of_ints",
        "name": "test_make_list_of_ints",
        "lineno": 63,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_random_number_distribution",
        "name": "test_random_number_distribution",
        "lineno": 72,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.TestNumpyArray.setup_class",
        "name": "setup_class",
        "lineno": 80,
        "scope": "TestNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.TestNumpyArray.test_numpy_to_list_of_ints",
        "name": "test_numpy_to_list_of_ints",
        "lineno": 84,
        "scope": "TestNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.TestNumpyArray.test__dict_to_numpy_array1",
        "name": "test__dict_to_numpy_array1",
        "lineno": 94,
        "scope": "TestNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.TestNumpyArray.test__dict_to_numpy_array2",
        "name": "test__dict_to_numpy_array2",
        "lineno": 104,
        "scope": "TestNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.TestNumpyArray.test_dict_to_numpy_array_a",
        "name": "test_dict_to_numpy_array_a",
        "lineno": 114,
        "scope": "TestNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.TestNumpyArray.test_dict_to_numpy_array_b",
        "name": "test_dict_to_numpy_array_b",
        "lineno": 128,
        "scope": "TestNumpyArray",
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_pairwise",
        "name": "test_pairwise",
        "lineno": 139,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_groups",
        "name": "test_groups",
        "lineno": 152,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_create_random_state",
        "name": "test_create_random_state",
        "lineno": 160,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_create_py_random_state",
        "name": "test_create_py_random_state",
        "lineno": 176,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_PythonRandomInterface_RandomState",
        "name": "test_PythonRandomInterface_RandomState",
        "lineno": 211,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_PythonRandomInterface_Generator",
        "name": "test_PythonRandomInterface_Generator",
        "lineno": 238,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_python_random_interface_choices_error_message",
        "name": "test_python_random_interface_choices_error_message",
        "lineno": 264,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_python_random_interface_unknown_attribute",
        "name": "test_python_random_interface_unknown_attribute",
        "lineno": 275,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_arbitrary_element",
        "name": "test_arbitrary_element",
        "lineno": 289,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_arbitrary_element_raises",
        "name": "test_arbitrary_element_raises",
        "lineno": 298,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_edges_equal",
        "name": "test_edges_equal",
        "lineno": 307,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_edges_equal_multiedge",
        "name": "test_edges_equal_multiedge",
        "lineno": 323,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_edges_equal_weighted",
        "name": "test_edges_equal_weighted",
        "lineno": 341,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_edges_equal_data",
        "name": "test_edges_equal_data",
        "lineno": 355,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_edges_equal_multigraph_data",
        "name": "test_edges_equal_multigraph_data",
        "lineno": 375,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_edges_equal_directed",
        "name": "test_edges_equal_directed",
        "lineno": 391,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_misc.test_edges_equal_directed_data",
        "name": "test_edges_equal_directed_data",
        "lineno": 400,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_random_sequence": [
      {
        "id": "networkx.utils.tests.test_random_sequence.test_degree_sequences",
        "name": "test_degree_sequences",
        "lineno": 6,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_random_sequence.test_valid_degree_sequence",
        "name": "test_valid_degree_sequence",
        "lineno": 22,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_random_sequence.test_zipf_rv",
        "name": "test_zipf_rv",
        "lineno": 28,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_random_sequence.test_random_weighted_sample",
        "name": "test_random_weighted_sample",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_random_sequence.test_random_weighted_choice",
        "name": "test_random_weighted_choice",
        "lineno": 45,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_random_sequence.test_random_sequence_low_precision",
        "name": "test_random_sequence_low_precision",
        "lineno": 52,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_rcm": [
      {
        "id": "networkx.utils.tests.test_rcm.test_reverse_cuthill_mckee",
        "name": "test_reverse_cuthill_mckee",
        "lineno": 5,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_rcm.test_rcm_alternate_heuristic",
        "name": "test_rcm_alternate_heuristic",
        "lineno": 30,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_rcm.test_rcm_alternate_heuristic.smallest_degree",
        "name": "smallest_degree",
        "lineno": 58,
        "scope": "test_rcm_alternate_heuristic",
        "is_async": false
      }
    ],
    "networkx.utils.tests.test_unionfind": [
      {
        "id": "networkx.utils.tests.test_unionfind.test_unionfind",
        "name": "test_unionfind",
        "lineno": 4,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_unionfind.test_subtree_union",
        "name": "test_subtree_union",
        "lineno": 15,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_unionfind.test_unionfind_weights",
        "name": "test_unionfind_weights",
        "lineno": 27,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_unionfind.test_unbalanced_merge_weights",
        "name": "test_unbalanced_merge_weights",
        "lineno": 37,
        "scope": null,
        "is_async": false
      },
      {
        "id": "networkx.utils.tests.test_unionfind.test_empty_union",
        "name": "test_empty_union",
        "lineno": 50,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.tests.test__init": [
      {
        "id": "networkx.utils.tests.test__init.test_utils_namespace",
        "name": "test_utils_namespace",
        "lineno": 4,
        "scope": null,
        "is_async": false
      }
    ],
    "networkx.utils.tests": [],
    "tools.generate_requirements": [
      {
        "id": "tools.generate_requirements.generate_requirement_file",
        "name": "generate_requirement_file",
        "lineno": 17,
        "scope": null,
        "is_async": false
      },
      {
        "id": "tools.generate_requirements.main",
        "name": "main",
        "lineno": 22,
        "scope": null,
        "is_async": false
      }
    ],
    "tools.team_list": [
      {
        "id": "tools.team_list.api",
        "name": "api",
        "lineno": 24,
        "scope": null,
        "is_async": false
      },
      {
        "id": "tools.team_list.render_team",
        "name": "render_team",
        "lineno": 42,
        "scope": null,
        "is_async": false
      }
    ]
  },
  "class_graph": {
    "benchmarks.benchmarks.benchmark_algorithms": [
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks",
        "name": "UndirectedAlgorithmBenchmarks",
        "lineno": 14,
        "bases": [],
        "scope": null
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.DirectedAlgorithmBenchmarks",
        "name": "DirectedAlgorithmBenchmarks",
        "lineno": 68,
        "bases": [],
        "scope": null
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.AlgorithmBenchmarksConnectedGraphsOnly",
        "name": "AlgorithmBenchmarksConnectedGraphsOnly",
        "lineno": 124,
        "bases": [],
        "scope": null
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.ReachabilityBenchmark",
        "name": "ReachabilityBenchmark",
        "lineno": 161,
        "bases": [],
        "scope": null
      },
      {
        "id": "benchmarks.benchmarks.benchmark_algorithms.WeightedGraphBenchmark",
        "name": "WeightedGraphBenchmark",
        "lineno": 226,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_aperiodic": [
      {
        "id": "benchmarks.benchmarks.benchmark_aperiodic.AperiodicBenchmarks",
        "name": "AperiodicBenchmarks",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_chordal": [
      {
        "id": "benchmarks.benchmarks.benchmark_chordal.ChordalBenchmarks",
        "name": "ChordalBenchmarks",
        "lineno": 4,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_classes": [
      {
        "id": "benchmarks.benchmarks.benchmark_classes.GraphBenchmark",
        "name": "GraphBenchmark",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_harmonic_centrality": [
      {
        "id": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks",
        "name": "HarmonicCentralityBenchmarks",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_many_components": [
      {
        "id": "benchmarks.benchmarks.benchmark_many_components.ManyComponentsBenchmark",
        "name": "ManyComponentsBenchmark",
        "lineno": 4,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_neighbors": [
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.NonNeighbors",
        "name": "NonNeighbors",
        "lineno": 6,
        "bases": [],
        "scope": null
      },
      {
        "id": "benchmarks.benchmarks.benchmark_neighbors.CommonNeighbors",
        "name": "CommonNeighbors",
        "lineno": 36,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_regular": [
      {
        "id": "benchmarks.benchmarks.benchmark_regular.KFactorBenchmarks",
        "name": "KFactorBenchmarks",
        "lineno": 6,
        "bases": [],
        "scope": null
      },
      {
        "id": "benchmarks.benchmarks.benchmark_regular.IsRegularCompleteGraph",
        "name": "IsRegularCompleteGraph",
        "lineno": 34,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_shortest_path": [
      {
        "id": "benchmarks.benchmarks.benchmark_shortest_path.UndirectedGraphAtlasSevenNodesConnected",
        "name": "UndirectedGraphAtlasSevenNodesConnected",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "benchmarks.benchmarks.benchmark_shortest_path.AllShortestPathsGrid",
        "name": "AllShortestPathsGrid",
        "lineno": 52,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.benchmark_to_networkx_graph": [
      {
        "id": "benchmarks.benchmarks.benchmark_to_networkx_graph.ToNetworkXGraphBenchmark",
        "name": "ToNetworkXGraphBenchmark",
        "lineno": 4,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.distance_measures": [
      {
        "id": "benchmarks.benchmarks.distance_measures.RandomUnlabeledTree",
        "name": "RandomUnlabeledTree",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "benchmarks.benchmarks.utils": [],
    "benchmarks.benchmarks": [],
    "doc.conf": [],
    "doc.release.contribs": [],
    "doc.release.report_functions_without_rst_generated": [],
    "examples.3d_drawing.mayavi2_spring": [],
    "examples.3d_drawing.plot_3d_animation_basic": [],
    "examples.3d_drawing.plot_3d_animation_walk": [],
    "examples.3d_drawing.plot_basic": [],
    "examples.3d_drawing.plot_facebook_3d": [],
    "examples.algorithms.plot_beam_search": [],
    "examples.algorithms.plot_betweenness_centrality": [],
    "examples.algorithms.plot_bipartite_motif_abcore": [],
    "examples.algorithms.plot_blockmodel": [],
    "examples.algorithms.plot_circuits": [],
    "examples.algorithms.plot_cycle_detection": [],
    "examples.algorithms.plot_davis_club": [],
    "examples.algorithms.plot_dedensification": [],
    "examples.algorithms.plot_girvan_newman": [],
    "examples.algorithms.plot_greedy_coloring": [],
    "examples.algorithms.plot_image_segmentation_spectral_graph_partition": [],
    "examples.algorithms.plot_iterated_dynamical_systems": [],
    "examples.algorithms.plot_krackhardt_centrality": [],
    "examples.algorithms.plot_lca": [],
    "examples.algorithms.plot_maximum_independent_set": [],
    "examples.algorithms.plot_metric_closure": [],
    "examples.algorithms.plot_parallel_betweenness": [],
    "examples.algorithms.plot_rcm": [],
    "examples.algorithms.plot_shortest_path": [],
    "examples.algorithms.plot_snap": [],
    "examples.algorithms.plot_subgraphs": [],
    "examples.algorithms.plot_trust_rank": [],
    "examples.basic.plot_basic_directed": [],
    "examples.basic.plot_properties": [],
    "examples.basic.plot_read_write": [],
    "examples.basic.plot_simple_graph": [],
    "examples.drawing.plot_center_node": [],
    "examples.drawing.plot_chess_masters": [],
    "examples.drawing.plot_clusters": [],
    "examples.drawing.plot_custom_node_icons": [],
    "examples.drawing.plot_degree": [],
    "examples.drawing.plot_directed": [],
    "examples.drawing.plot_edge_colormap": [],
    "examples.drawing.plot_ego_graph": [],
    "examples.drawing.plot_eigenvalues": [],
    "examples.drawing.plot_four_grids": [],
    "examples.drawing.plot_house_with_colors": [],
    "examples.drawing.plot_knuth_miles": [],
    "examples.drawing.plot_labels_and_colors": [],
    "examples.drawing.plot_multigraphs": [],
    "examples.drawing.plot_multipartite_graph": [],
    "examples.drawing.plot_node_colormap": [],
    "examples.drawing.plot_rainbow_coloring": [],
    "examples.drawing.plot_random_geometric_graph": [],
    "examples.drawing.plot_sampson": [],
    "examples.drawing.plot_selfloops": [],
    "examples.drawing.plot_simple_path": [],
    "examples.drawing.plot_spectral_grid": [],
    "examples.drawing.plot_spring_layout": [],
    "examples.drawing.plot_tsp": [],
    "examples.drawing.plot_unix_email": [],
    "examples.drawing.plot_weighted_graph": [],
    "examples.external.javascript_force": [],
    "examples.external.plot_igraph": [],
    "examples.external.plot_iplotx": [],
    "examples.geospatial.plot_delaunay": [],
    "examples.geospatial.plot_lines": [],
    "examples.geospatial.plot_osmnx": [],
    "examples.geospatial.plot_points": [],
    "examples.geospatial.plot_polygons": [],
    "examples.graph.plot_dag_layout": [],
    "examples.graph.plot_degree_sequence": [],
    "examples.graph.plot_erdos_renyi": [],
    "examples.graph.plot_expected_degree_sequence": [],
    "examples.graph.plot_football": [],
    "examples.graph.plot_karate_club": [],
    "examples.graph.plot_morse_trie": [],
    "examples.graph.plot_mst": [],
    "examples.graph.plot_napoleon_russian_campaign": [],
    "examples.graph.plot_roget": [],
    "examples.graph.plot_triad_types": [],
    "examples.graph.plot_visibility_graph": [],
    "examples.graph.plot_words": [],
    "examples.graphviz_drawing.plot_attributes": [],
    "examples.graphviz_drawing.plot_conversion": [],
    "examples.graphviz_drawing.plot_grid": [],
    "examples.graphviz_drawing.plot_mini_atlas": [],
    "examples.graphviz_layout.plot_atlas": [],
    "examples.graphviz_layout.plot_circular_tree": [],
    "examples.graphviz_layout.plot_decomposition": [],
    "examples.graphviz_layout.plot_giant_component": [],
    "examples.graphviz_layout.plot_lanl_routes": [],
    "examples.subclass.plot_antigraph": [
      {
        "id": "examples.subclass.plot_antigraph.AntiGraph",
        "name": "AntiGraph",
        "lineno": 24,
        "bases": [
          "Graph"
        ],
        "scope": null
      }
    ],
    "examples.subclass.plot_printgraph": [
      {
        "id": "examples.subclass.plot_printgraph.PrintGraph",
        "name": "PrintGraph",
        "lineno": 14,
        "bases": [
          "Graph"
        ],
        "scope": null
      }
    ],
    "networkx.conftest": [],
    "networkx.convert": [],
    "networkx.convert_matrix": [],
    "networkx.exception": [
      {
        "id": "networkx.exception.NetworkXException",
        "name": "NetworkXException",
        "lineno": 27,
        "bases": [
          "Exception"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXError",
        "name": "NetworkXError",
        "lineno": 31,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXPointlessConcept",
        "name": "NetworkXPointlessConcept",
        "lineno": 35,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXAlgorithmError",
        "name": "NetworkXAlgorithmError",
        "lineno": 57,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXUnfeasible",
        "name": "NetworkXUnfeasible",
        "lineno": 61,
        "bases": [
          "NetworkXAlgorithmError"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXNoPath",
        "name": "NetworkXNoPath",
        "lineno": 66,
        "bases": [
          "NetworkXUnfeasible"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXNoCycle",
        "name": "NetworkXNoCycle",
        "lineno": 71,
        "bases": [
          "NetworkXUnfeasible"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.HasACycle",
        "name": "HasACycle",
        "lineno": 76,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXUnbounded",
        "name": "NetworkXUnbounded",
        "lineno": 83,
        "bases": [
          "NetworkXAlgorithmError"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NetworkXNotImplemented",
        "name": "NetworkXNotImplemented",
        "lineno": 88,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.NodeNotFound",
        "name": "NodeNotFound",
        "lineno": 92,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.AmbiguousSolution",
        "name": "AmbiguousSolution",
        "lineno": 96,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.ExceededMaxIterations",
        "name": "ExceededMaxIterations",
        "lineno": 108,
        "bases": [
          "NetworkXException"
        ],
        "scope": null
      },
      {
        "id": "networkx.exception.PowerIterationFailedConvergence",
        "name": "PowerIterationFailedConvergence",
        "lineno": 118,
        "bases": [
          "ExceededMaxIterations"
        ],
        "scope": null
      }
    ],
    "networkx.lazy_imports": [
      {
        "id": "networkx.lazy_imports.DelayedImportErrorModule",
        "name": "DelayedImportErrorModule",
        "lineno": 82,
        "bases": [
          "types.ModuleType"
        ],
        "scope": null
      }
    ],
    "networkx.relabel": [],
    "networkx": [],
    "networkx.algorithms.asteroidal": [],
    "networkx.algorithms.boundary": [],
    "networkx.algorithms.bridges": [],
    "networkx.algorithms.broadcasting": [],
    "networkx.algorithms.chains": [],
    "networkx.algorithms.chordal": [
      {
        "id": "networkx.algorithms.chordal.NetworkXTreewidthBoundExceeded",
        "name": "NetworkXTreewidthBoundExceeded",
        "lineno": 25,
        "bases": [
          "nx.NetworkXException"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.clique": [
      {
        "id": "networkx.algorithms.clique.MaxWeightClique",
        "name": "MaxWeightClique",
        "lineno": 663,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.cluster": [
      {
        "id": "networkx.algorithms.cluster.GAdj",
        "name": "GAdj",
        "lineno": 606,
        "bases": [
          "dict"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.communicability_alg": [],
    "networkx.algorithms.core": [],
    "networkx.algorithms.covering": [],
    "networkx.algorithms.cuts": [],
    "networkx.algorithms.cycles": [
      {
        "id": "networkx.algorithms.cycles._NeighborhoodCache",
        "name": "_NeighborhoodCache",
        "lineno": 340,
        "bases": [
          "dict"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.dag": [],
    "networkx.algorithms.distance_measures": [],
    "networkx.algorithms.distance_regular": [],
    "networkx.algorithms.dominance": [],
    "networkx.algorithms.dominating": [],
    "networkx.algorithms.d_separation": [],
    "networkx.algorithms.efficiency_measures": [],
    "networkx.algorithms.euler": [],
    "networkx.algorithms.graphical": [],
    "networkx.algorithms.graph_hashing": [],
    "networkx.algorithms.hierarchy": [],
    "networkx.algorithms.hybrid": [],
    "networkx.algorithms.isolate": [],
    "networkx.algorithms.link_prediction": [],
    "networkx.algorithms.lowest_common_ancestors": [],
    "networkx.algorithms.matching": [
      {
        "id": "networkx.algorithms.matching.NoNode",
        "name": "NoNode",
        "lineno": 394,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.matching.Blossom",
        "name": "Blossom",
        "lineno": 397,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.mis": [],
    "networkx.algorithms.moral": [],
    "networkx.algorithms.node_classification": [],
    "networkx.algorithms.non_randomness": [],
    "networkx.algorithms.perfect_graph": [],
    "networkx.algorithms.planarity": [
      {
        "id": "networkx.algorithms.planarity.Interval",
        "name": "Interval",
        "lineno": 196,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.planarity.ConflictPair",
        "name": "ConflictPair",
        "lineno": 224,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.planarity.LRPlanarity",
        "name": "LRPlanarity",
        "lineno": 259,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.planarity.PlanarEmbedding",
        "name": "PlanarEmbedding",
        "lineno": 769,
        "bases": [
          "nx.DiGraph"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.planar_drawing": [],
    "networkx.algorithms.polynomials": [],
    "networkx.algorithms.reciprocity": [],
    "networkx.algorithms.regular": [],
    "networkx.algorithms.richclub": [],
    "networkx.algorithms.similarity": [
      {
        "id": "networkx.algorithms.similarity.CostMatrix",
        "name": "CostMatrix",
        "lineno": 692,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.simple_paths": [
      {
        "id": "networkx.algorithms.simple_paths.PathBuffer",
        "name": "PathBuffer",
        "lineno": 573,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.smallworld": [],
    "networkx.algorithms.smetric": [],
    "networkx.algorithms.sparsifiers": [],
    "networkx.algorithms.structuralholes": [],
    "networkx.algorithms.summarization": [],
    "networkx.algorithms.swap": [],
    "networkx.algorithms.threshold": [],
    "networkx.algorithms.time_dependent": [],
    "networkx.algorithms.tournament": [],
    "networkx.algorithms.triads": [],
    "networkx.algorithms.vitality": [],
    "networkx.algorithms.voronoi": [],
    "networkx.algorithms.walks": [],
    "networkx.algorithms.wiener": [],
    "networkx.algorithms": [],
    "networkx.algorithms.approximation.clique": [],
    "networkx.algorithms.approximation.clustering_coefficient": [],
    "networkx.algorithms.approximation.connectivity": [],
    "networkx.algorithms.approximation.density": [],
    "networkx.algorithms.approximation.distance_measures": [],
    "networkx.algorithms.approximation.dominating_set": [],
    "networkx.algorithms.approximation.kcomponents": [
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph",
        "name": "_AntiGraph",
        "lineno": 196,
        "bases": [
          "nx.Graph"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAtlasView",
        "name": "AntiAtlasView",
        "lineno": 245,
        "bases": [
          "Mapping"
        ],
        "scope": "_AntiGraph"
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView",
        "name": "AntiAdjacencyView",
        "lineno": 265,
        "bases": [
          "AntiAtlasView"
        ],
        "scope": "_AntiGraph"
      },
      {
        "id": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiDegreeView",
        "name": "AntiDegreeView",
        "lineno": 302,
        "bases": [
          "nx.reportviews.DegreeView"
        ],
        "scope": "_AntiGraph"
      }
    ],
    "networkx.algorithms.approximation.matching": [],
    "networkx.algorithms.approximation.maxcut": [],
    "networkx.algorithms.approximation.ramsey": [],
    "networkx.algorithms.approximation.steinertree": [],
    "networkx.algorithms.approximation.traveling_salesman": [],
    "networkx.algorithms.approximation.treewidth": [
      {
        "id": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic",
        "name": "MinDegreeHeuristic",
        "lineno": 88,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.vertex_cover": [],
    "networkx.algorithms.approximation": [],
    "networkx.algorithms.approximation.tests.test_approx_clust_coeff": [],
    "networkx.algorithms.approximation.tests.test_clique": [
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval",
        "name": "TestCliqueRemoval",
        "lineno": 35,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_clique.TestMaxClique",
        "name": "TestMaxClique",
        "lineno": 62,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_connectivity": [
      {
        "id": "networkx.algorithms.approximation.tests.test_connectivity.TestAllPairsNodeConnectivityApprox",
        "name": "TestAllPairsNodeConnectivityApprox",
        "lineno": 133,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_density": [],
    "networkx.algorithms.approximation.tests.test_distance_measures": [
      {
        "id": "networkx.algorithms.approximation.tests.test_distance_measures.TestDiameter",
        "name": "TestDiameter",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_dominating_set": [
      {
        "id": "networkx.algorithms.approximation.tests.test_dominating_set.TestMinWeightDominatingSet",
        "name": "TestMinWeightDominatingSet",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_kcomponents": [
      {
        "id": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph",
        "name": "TestAntiGraph",
        "lineno": 233,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_matching": [],
    "networkx.algorithms.approximation.tests.test_maxcut": [],
    "networkx.algorithms.approximation.tests.test_ramsey": [],
    "networkx.algorithms.approximation.tests.test_steinertree": [
      {
        "id": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree",
        "name": "TestSteinerTree",
        "lineno": 17,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_traveling_salesman": [
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestBase",
        "name": "TestBase",
        "lineno": 45,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP",
        "name": "TestGreedyTSP",
        "lineno": 135,
        "bases": [
          "TestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP",
        "name": "TestSimulatedAnnealingTSP",
        "lineno": 175,
        "bases": [
          "TestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestThresholdAcceptingTSP",
        "name": "TestThresholdAcceptingTSP",
        "lineno": 270,
        "bases": [
          "TestSimulatedAnnealingTSP"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_treewidth": [
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree",
        "name": "TestTreewidthMinDegree",
        "lineno": 43,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn",
        "name": "TestTreewidthMinFillIn",
        "lineno": 173,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests.test_vertex_cover": [
      {
        "id": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC",
        "name": "TestMWVC",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.approximation.tests": [],
    "networkx.algorithms.assortativity.connectivity": [],
    "networkx.algorithms.assortativity.correlation": [],
    "networkx.algorithms.assortativity.mixing": [],
    "networkx.algorithms.assortativity.neighbor_degree": [],
    "networkx.algorithms.assortativity.pairs": [],
    "networkx.algorithms.assortativity": [],
    "networkx.algorithms.assortativity.tests.base_test": [
      {
        "id": "networkx.algorithms.assortativity.tests.base_test.BaseTestAttributeMixing",
        "name": "BaseTestAttributeMixing",
        "lineno": 4,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.assortativity.tests.base_test.BaseTestDegreeMixing",
        "name": "BaseTestDegreeMixing",
        "lineno": 62,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.assortativity.tests.test_connectivity": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity",
        "name": "TestNeighborConnectivity",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.assortativity.tests.test_correlation": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestDegreeMixingCorrelation",
        "name": "TestDegreeMixingCorrelation",
        "lineno": 12,
        "bases": [
          "BaseTestDegreeMixing"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation",
        "name": "TestAttributeMixingCorrelation",
        "lineno": 83,
        "bases": [
          "BaseTestAttributeMixing"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.assortativity.tests.test_mixing": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingDict",
        "name": "TestDegreeMixingDict",
        "lineno": 10,
        "bases": [
          "BaseTestDegreeMixing"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestDegreeMixingMatrix",
        "name": "TestDegreeMixingMatrix",
        "lineno": 37,
        "bases": [
          "BaseTestDegreeMixing"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingDict",
        "name": "TestAttributeMixingDict",
        "lineno": 98,
        "bases": [
          "BaseTestAttributeMixing"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_mixing.TestAttributeMixingMatrix",
        "name": "TestAttributeMixingMatrix",
        "lineno": 125,
        "bases": [
          "BaseTestAttributeMixing"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.assortativity.tests.test_neighbor_degree": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_neighbor_degree.TestAverageNeighbor",
        "name": "TestAverageNeighbor",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.assortativity.tests.test_pairs": [
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestAttributeMixingXY",
        "name": "TestAttributeMixingXY",
        "lineno": 6,
        "bases": [
          "BaseTestAttributeMixing"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.assortativity.tests.test_pairs.TestDegreeMixingXY",
        "name": "TestDegreeMixingXY",
        "lineno": 53,
        "bases": [
          "BaseTestDegreeMixing"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.assortativity.tests": [],
    "networkx.algorithms.bipartite.basic": [],
    "networkx.algorithms.bipartite.centrality": [],
    "networkx.algorithms.bipartite.cluster": [],
    "networkx.algorithms.bipartite.community": [],
    "networkx.algorithms.bipartite.covering": [],
    "networkx.algorithms.bipartite.edgelist": [],
    "networkx.algorithms.bipartite.extendability": [],
    "networkx.algorithms.bipartite.generators": [],
    "networkx.algorithms.bipartite.link_analysis": [],
    "networkx.algorithms.bipartite.matching": [],
    "networkx.algorithms.bipartite.matrix": [],
    "networkx.algorithms.bipartite.projection": [],
    "networkx.algorithms.bipartite.redundancy": [],
    "networkx.algorithms.bipartite.spectral": [],
    "networkx.algorithms.bipartite": [],
    "networkx.algorithms.bipartite.tests.test_basic": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_basic.TestBipartiteBasic",
        "name": "TestBipartiteBasic",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_centrality": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality",
        "name": "TestBipartiteCentrality",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_cluster": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_cluster.TestButterflies",
        "name": "TestButterflies",
        "lineno": 89,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_community": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularity",
        "name": "TestBipartiteModularity",
        "lineno": 13,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta",
        "name": "TestBipartiteModularityMergeDelta",
        "lineno": 194,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_covering": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_covering.TestMinEdgeCover",
        "name": "TestMinEdgeCover",
        "lineno": 5,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_edgelist": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_edgelist.TestEdgelist",
        "name": "TestEdgelist",
        "lineno": 14,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_extendability": [],
    "networkx.algorithms.bipartite.tests.test_generators": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite",
        "name": "TestGeneratorsBipartite",
        "lineno": 24,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_link_analysis": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis",
        "name": "TestBipartiteLinkAnalysis",
        "lineno": 11,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matching": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMatching",
        "name": "TestMatching",
        "lineno": 17,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching",
        "name": "TestMinimumWeightFullMatching",
        "lineno": 215,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matrix": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix",
        "name": "TestBiadjacencyMatrix",
        "lineno": 13,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_project": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteProject",
        "name": "TestBipartiteProject",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.bipartite.tests.test_project.TestBipartiteWeightedProjection",
        "name": "TestBipartiteWeightedProjection",
        "lineno": 159,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests.test_redundancy": [],
    "networkx.algorithms.bipartite.tests.test_spectral_bipartivity": [
      {
        "id": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity.TestSpectralBipartivity",
        "name": "TestSpectralBipartivity",
        "lineno": 13,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.bipartite.tests": [],
    "networkx.algorithms.centrality.betweenness": [],
    "networkx.algorithms.centrality.betweenness_subset": [],
    "networkx.algorithms.centrality.closeness": [],
    "networkx.algorithms.centrality.current_flow_betweenness": [],
    "networkx.algorithms.centrality.current_flow_betweenness_subset": [],
    "networkx.algorithms.centrality.current_flow_closeness": [],
    "networkx.algorithms.centrality.degree_alg": [],
    "networkx.algorithms.centrality.dispersion": [],
    "networkx.algorithms.centrality.eigenvector": [],
    "networkx.algorithms.centrality.flow_matrix": [
      {
        "id": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian",
        "name": "InverseLaplacian",
        "lineno": 36,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.FullInverseLaplacian",
        "name": "FullInverseLaplacian",
        "lineno": 82,
        "bases": [
          "InverseLaplacian"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.SuperLUInverseLaplacian",
        "name": "SuperLUInverseLaplacian",
        "lineno": 96,
        "bases": [
          "InverseLaplacian"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.flow_matrix.CGInverseLaplacian",
        "name": "CGInverseLaplacian",
        "lineno": 113,
        "bases": [
          "InverseLaplacian"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.group": [],
    "networkx.algorithms.centrality.harmonic": [],
    "networkx.algorithms.centrality.katz": [],
    "networkx.algorithms.centrality.laplacian": [],
    "networkx.algorithms.centrality.load": [],
    "networkx.algorithms.centrality.percolation": [],
    "networkx.algorithms.centrality.reaching": [],
    "networkx.algorithms.centrality.second_order": [],
    "networkx.algorithms.centrality.subgraph_alg": [],
    "networkx.algorithms.centrality.trophic": [],
    "networkx.algorithms.centrality.voterank_alg": [],
    "networkx.algorithms.centrality": [],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestBetweennessCentrality",
        "name": "TestBetweennessCentrality",
        "lineno": 23,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality",
        "name": "TestWeightedBetweennessCentrality",
        "lineno": 415,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestEdgeBetweennessCentrality",
        "name": "TestEdgeBetweennessCentrality",
        "lineno": 680,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedEdgeBetweennessCentrality",
        "name": "TestWeightedEdgeBetweennessCentrality",
        "lineno": 750,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset": [
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestSubsetBetweennessCentrality",
        "name": "TestSubsetBetweennessCentrality",
        "lineno": 6,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset.TestEdgeSubsetBetweennessCentrality",
        "name": "TestEdgeSubsetBetweennessCentrality",
        "lineno": 165,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_closeness_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestClosenessCentrality",
        "name": "TestClosenessCentrality",
        "lineno": 18,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality",
        "name": "TestIncrementalClosenessCentrality",
        "lineno": 223,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestFlowBetweennessCentrality",
        "name": "TestFlowBetweennessCentrality",
        "lineno": 11,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestApproximateFlowBetweennessCentrality",
        "name": "TestApproximateFlowBetweennessCentrality",
        "lineno": 80,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestWeightedFlowBetweennessCentrality",
        "name": "TestWeightedFlowBetweennessCentrality",
        "lineno": 205,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestEdgeFlowBetweennessCentrality",
        "name": "TestEdgeFlowBetweennessCentrality",
        "lineno": 209,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset": [
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestFlowBetweennessCentrality",
        "name": "TestFlowBetweennessCentrality",
        "lineno": 13,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset.TestEdgeFlowBetweennessCentrality",
        "name": "TestEdgeFlowBetweennessCentrality",
        "lineno": 91,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_closeness": [
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_closeness.TestFlowClosenessCentrality",
        "name": "TestFlowClosenessCentrality",
        "lineno": 9,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_current_flow_closeness.TestWeightedFlowClosenessCentrality",
        "name": "TestWeightedFlowClosenessCentrality",
        "lineno": 55,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_degree_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_degree_centrality.TestDegreeCentrality",
        "name": "TestDegreeCentrality",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_dispersion": [
      {
        "id": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion",
        "name": "TestDispersion",
        "lineno": 42,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_eigenvector_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentrality",
        "name": "TestEigenvectorCentrality",
        "lineno": 11,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityDirected",
        "name": "TestEigenvectorCentralityDirected",
        "lineno": 54,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_eigenvector_centrality.TestEigenvectorCentralityExceptions",
        "name": "TestEigenvectorCentralityExceptions",
        "lineno": 152,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_group": [
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupBetweennessCentrality",
        "name": "TestGroupBetweennessCentrality",
        "lineno": 10,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestProminentGroup",
        "name": "TestProminentGroup",
        "lineno": 104,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupClosenessCentrality",
        "name": "TestGroupClosenessCentrality",
        "lineno": 184,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_group.TestGroupDegreeCentrality",
        "name": "TestGroupDegreeCentrality",
        "lineno": 222,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_harmonic_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_harmonic_centrality.TestClosenessCentrality",
        "name": "TestClosenessCentrality",
        "lineno": 11,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_katz_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentrality",
        "name": "TestKatzCentrality",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityNumpy",
        "name": "TestKatzCentralityNumpy",
        "lineno": 114,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirected",
        "name": "TestKatzCentralityDirected",
        "lineno": 243,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzCentralityDirectedNumpy",
        "name": "TestKatzCentralityDirectedNumpy",
        "lineno": 309,
        "bases": [
          "TestKatzCentralityDirected"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_katz_centrality.TestKatzEigenvectorVKatz",
        "name": "TestKatzEigenvectorVKatz",
        "lineno": 332,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_laplacian_centrality": [],
    "networkx.algorithms.centrality.tests.test_load_centrality": [
      {
        "id": "networkx.algorithms.centrality.tests.test_load_centrality.TestLoadCentrality",
        "name": "TestLoadCentrality",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_percolation_centrality": [],
    "networkx.algorithms.centrality.tests.test_reaching": [
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestGlobalReachingCentrality",
        "name": "TestGlobalReachingCentrality",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.centrality.tests.test_reaching.TestLocalReachingCentrality",
        "name": "TestLocalReachingCentrality",
        "lineno": 95,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_second_order_centrality": [],
    "networkx.algorithms.centrality.tests.test_subgraph": [
      {
        "id": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph",
        "name": "TestSubgraph",
        "lineno": 15,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests.test_trophic": [],
    "networkx.algorithms.centrality.tests.test_voterank": [
      {
        "id": "networkx.algorithms.centrality.tests.test_voterank.TestVoteRankCentrality",
        "name": "TestVoteRankCentrality",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.centrality.tests": [],
    "networkx.algorithms.coloring.equitable_coloring": [],
    "networkx.algorithms.coloring.greedy_coloring": [
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._Node",
        "name": "_Node",
        "lineno": 379,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.coloring.greedy_coloring._AdjEntry",
        "name": "_AdjEntry",
        "lineno": 422,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.coloring": [],
    "networkx.algorithms.coloring.tests.test_coloring": [
      {
        "id": "networkx.algorithms.coloring.tests.test_coloring.TestColoring",
        "name": "TestColoring",
        "lineno": 29,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.coloring.tests": [],
    "networkx.algorithms.community.asyn_fluid": [],
    "networkx.algorithms.community.bipartitions": [],
    "networkx.algorithms.community.centrality": [],
    "networkx.algorithms.community.community_utils": [],
    "networkx.algorithms.community.divisive": [],
    "networkx.algorithms.community.kclique": [],
    "networkx.algorithms.community.label_propagation": [],
    "networkx.algorithms.community.leiden": [],
    "networkx.algorithms.community.local": [],
    "networkx.algorithms.community.louvain": [],
    "networkx.algorithms.community.lukes": [],
    "networkx.algorithms.community.modularity_max": [],
    "networkx.algorithms.community.quality": [
      {
        "id": "networkx.algorithms.community.quality.NotAPartition",
        "name": "NotAPartition",
        "lineno": 21,
        "bases": [
          "nx.NetworkXError"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.community": [],
    "networkx.algorithms.community.tests.test_asyn_fluid": [],
    "networkx.algorithms.community.tests.test_bipartitions": [],
    "networkx.algorithms.community.tests.test_centrality": [
      {
        "id": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman",
        "name": "TestGirvanNewman",
        "lineno": 23,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.community.tests.test_divisive": [],
    "networkx.algorithms.community.tests.test_kclique": [
      {
        "id": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub",
        "name": "TestZacharyKarateClub",
        "lineno": 26,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.community.tests.test_label_propagation": [
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities",
        "name": "TestAsynLpaCommunities",
        "lineno": 117,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities",
        "name": "TestFastLabelPropagationCommunities",
        "lineno": 162,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.community.tests.test_leiden": [],
    "networkx.algorithms.community.tests.test_local": [],
    "networkx.algorithms.community.tests.test_louvain": [],
    "networkx.algorithms.community.tests.test_lukes": [],
    "networkx.algorithms.community.tests.test_modularity_max": [],
    "networkx.algorithms.community.tests.test_quality": [
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestPerformance",
        "name": "TestPerformance",
        "lineno": 23,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestCoverage",
        "name": "TestCoverage",
        "lineno": 39,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.community.tests.test_quality.TestOverlappingModularity",
        "name": "TestOverlappingModularity",
        "lineno": 377,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.community.tests.test_utils": [],
    "networkx.algorithms.community.tests": [],
    "networkx.algorithms.components.attracting": [],
    "networkx.algorithms.components.biconnected": [],
    "networkx.algorithms.components.connected": [],
    "networkx.algorithms.components.semiconnected": [],
    "networkx.algorithms.components.strongly_connected": [],
    "networkx.algorithms.components.weakly_connected": [],
    "networkx.algorithms.components": [],
    "networkx.algorithms.components.tests.test_attracting": [
      {
        "id": "networkx.algorithms.components.tests.test_attracting.TestAttractingComponents",
        "name": "TestAttractingComponents",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.components.tests.test_biconnected": [],
    "networkx.algorithms.components.tests.test_connected": [
      {
        "id": "networkx.algorithms.components.tests.test_connected.TestConnected",
        "name": "TestConnected",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.components.tests.test_semiconnected": [
      {
        "id": "networkx.algorithms.components.tests.test_semiconnected.TestIsSemiconnected",
        "name": "TestIsSemiconnected",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.components.tests.test_strongly_connected": [
      {
        "id": "networkx.algorithms.components.tests.test_strongly_connected.TestStronglyConnected",
        "name": "TestStronglyConnected",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.components.tests.test_weakly_connected": [
      {
        "id": "networkx.algorithms.components.tests.test_weakly_connected.TestWeaklyConnected",
        "name": "TestWeaklyConnected",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.components.tests": [],
    "networkx.algorithms.connectivity.connectivity": [],
    "networkx.algorithms.connectivity.cuts": [],
    "networkx.algorithms.connectivity.disjoint_paths": [],
    "networkx.algorithms.connectivity.edge_augmentation": [],
    "networkx.algorithms.connectivity.edge_kcomponents": [
      {
        "id": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph",
        "name": "EdgeComponentAuxGraph",
        "lineno": 242,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.connectivity.kcomponents": [],
    "networkx.algorithms.connectivity.kcutsets": [],
    "networkx.algorithms.connectivity.stoerwagner": [],
    "networkx.algorithms.connectivity.utils": [],
    "networkx.algorithms.connectivity": [],
    "networkx.algorithms.connectivity.tests.test_connectivity": [
      {
        "id": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity",
        "name": "TestAllPairsNodeConnectivity",
        "lineno": 312,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.connectivity.tests.test_cuts": [],
    "networkx.algorithms.connectivity.tests.test_disjoint_paths": [],
    "networkx.algorithms.connectivity.tests.test_edge_augmentation": [],
    "networkx.algorithms.connectivity.tests.test_edge_kcomponents": [],
    "networkx.algorithms.connectivity.tests.test_kcomponents": [],
    "networkx.algorithms.connectivity.tests.test_kcutsets": [],
    "networkx.algorithms.connectivity.tests.test_stoer_wagner": [],
    "networkx.algorithms.connectivity.tests": [],
    "networkx.algorithms.flow.boykovkolmogorov": [],
    "networkx.algorithms.flow.capacityscaling": [],
    "networkx.algorithms.flow.dinitz_alg": [],
    "networkx.algorithms.flow.edmondskarp": [],
    "networkx.algorithms.flow.gomory_hu": [],
    "networkx.algorithms.flow.maxflow": [],
    "networkx.algorithms.flow.mincost": [],
    "networkx.algorithms.flow.networksimplex": [
      {
        "id": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions",
        "name": "_DataEssentialsAndFunctions",
        "lineno": 14,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.flow.preflowpush": [],
    "networkx.algorithms.flow.shortestaugmentingpath": [],
    "networkx.algorithms.flow.utils": [
      {
        "id": "networkx.algorithms.flow.utils.CurrentEdge",
        "name": "CurrentEdge",
        "lineno": 19,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.flow.utils.Level",
        "name": "Level",
        "lineno": 51,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.flow.utils.GlobalRelabelThreshold",
        "name": "GlobalRelabelThreshold",
        "lineno": 61,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.flow": [],
    "networkx.algorithms.flow.tests.test_gomory_hu": [
      {
        "id": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree",
        "name": "TestGomoryHuTree",
        "lineno": 23,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow": [
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon",
        "name": "TestMaxflowMinCutCommon",
        "lineno": 97,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestMaxFlowMinCutInterface",
        "name": "TestMaxFlowMinCutInterface",
        "lineno": 448,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow.TestCutoff",
        "name": "TestCutoff",
        "lineno": 586,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow_large_graph": [
      {
        "id": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph",
        "name": "TestMaxflowLargeGraph",
        "lineno": 84,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.flow.tests.test_mincost": [
      {
        "id": "networkx.algorithms.flow.tests.test_mincost.TestMinCostFlow",
        "name": "TestMinCostFlow",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.flow.tests.test_networksimplex": [],
    "networkx.algorithms.flow.tests": [],
    "networkx.algorithms.isomorphism.ismags": [
      {
        "id": "networkx.algorithms.isomorphism.ismags.EdgeLookup",
        "name": "EdgeLookup",
        "lineno": 305,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.ismags.ISMAGS",
        "name": "ISMAGS",
        "lineno": 335,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.isomorph": [],
    "networkx.algorithms.isomorphism.isomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher",
        "name": "GraphMatcher",
        "lineno": 154,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher",
        "name": "DiGraphMatcher",
        "lineno": 622,
        "bases": [
          "GraphMatcher"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.GMState",
        "name": "GMState",
        "lineno": 1047,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.isomorphvf2.DiGMState",
        "name": "DiGMState",
        "lineno": 1127,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.matchhelpers": [],
    "networkx.algorithms.isomorphism.temporalisomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher",
        "name": "TimeRespectingGraphMatcher",
        "lineno": 75,
        "bases": [
          "GraphMatcher"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher",
        "name": "TimeRespectingDiGraphMatcher",
        "lineno": 144,
        "bases": [
          "DiGraphMatcher"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tree_isomorphism": [],
    "networkx.algorithms.isomorphism.vf2pp": [],
    "networkx.algorithms.isomorphism.vf2userfunc": [
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc.GraphMatcher",
        "name": "GraphMatcher",
        "lineno": 73,
        "bases": [
          "vf2.GraphMatcher"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc.DiGraphMatcher",
        "name": "DiGraphMatcher",
        "lineno": 120,
        "bases": [
          "vf2.DiGraphMatcher"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc.MultiGraphMatcher",
        "name": "MultiGraphMatcher",
        "lineno": 187,
        "bases": [
          "GraphMatcher"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.vf2userfunc.MultiDiGraphMatcher",
        "name": "MultiDiGraphMatcher",
        "lineno": 191,
        "bases": [
          "DiGraphMatcher"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism": [],
    "networkx.algorithms.isomorphism.tests.test_common": [],
    "networkx.algorithms.isomorphism.tests.test_ismags": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSelfIsomorphism",
        "name": "TestSelfIsomorphism",
        "lineno": 184,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism",
        "name": "TestSubgraphIsomorphism",
        "lineno": 205,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestWikipediaExample",
        "name": "TestWikipediaExample",
        "lineno": 346,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph",
        "name": "TestLargestCommonSubgraph",
        "lineno": 455,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO",
        "name": "TestDiGraphISO",
        "lineno": 558,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphism": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphism.TestIsomorph",
        "name": "TestIsomorph",
        "lineno": 52,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestWikipediaExample",
        "name": "TestWikipediaExample",
        "lineno": 15,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB",
        "name": "TestVF2GraphDB",
        "lineno": 99,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestAtlas",
        "name": "TestAtlas",
        "lineno": 168,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_match_helpers": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_match_helpers.TestGenericMultiEdgeMatch",
        "name": "TestGenericMultiEdgeMatch",
        "lineno": 13,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher",
        "name": "TestTimeRespectingGraphMatcher",
        "lineno": 68,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher",
        "name": "TestDiTimeRespectingGraphMatcher",
        "lineno": 151,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_tree_isomorphism": [],
    "networkx.algorithms.isomorphism.tests.test_vf2pp": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestPreCheck",
        "name": "TestPreCheck",
        "lineno": 29,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestAllGraphTypesEdgeCases",
        "name": "TestAllGraphTypesEdgeCases",
        "lineno": 120,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp",
        "name": "TestGraphISOVF2pp",
        "lineno": 148,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestMultiGraphISOVF2pp",
        "name": "TestMultiGraphISOVF2pp",
        "lineno": 712,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestDiGraphISOVF2pp",
        "name": "TestDiGraphISOVF2pp",
        "lineno": 1597,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering",
        "name": "TestNodeOrdering",
        "lineno": 33,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection",
        "name": "TestCandidateSelection",
        "lineno": 120,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility",
        "name": "TestISOFeasibility",
        "lineno": 462,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating",
        "name": "TestTinoutUpdating",
        "lineno": 1118,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2userfunc": [
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph",
        "name": "TestMatch_Graph",
        "lineno": 75,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_DiGraph",
        "name": "TestMatch_DiGraph",
        "lineno": 128,
        "bases": [
          "TestMatch_Graph"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph",
        "name": "TestMatch_MultiGraph",
        "lineno": 135,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiDiGraph",
        "name": "TestMatch_MultiDiGraph",
        "lineno": 191,
        "bases": [
          "TestMatch_MultiGraph"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.isomorphism.tests": [],
    "networkx.algorithms.link_analysis.hits_alg": [],
    "networkx.algorithms.link_analysis.pagerank_alg": [],
    "networkx.algorithms.link_analysis": [],
    "networkx.algorithms.link_analysis.tests.test_hits": [
      {
        "id": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS",
        "name": "TestHITS",
        "lineno": 17,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.link_analysis.tests.test_pagerank": [
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank",
        "name": "TestPageRank",
        "lineno": 21,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy",
        "name": "TestPageRankScipy",
        "lineno": 188,
        "bases": [
          "TestPageRank"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.link_analysis.tests": [],
    "networkx.algorithms.minors.contraction": [],
    "networkx.algorithms.minors": [],
    "networkx.algorithms.minors.tests.test_contraction": [],
    "networkx.algorithms.operators.all": [],
    "networkx.algorithms.operators.binary": [],
    "networkx.algorithms.operators.product": [],
    "networkx.algorithms.operators.unary": [],
    "networkx.algorithms.operators": [],
    "networkx.algorithms.operators.tests.test_all": [],
    "networkx.algorithms.operators.tests.test_binary": [],
    "networkx.algorithms.operators.tests.test_product": [],
    "networkx.algorithms.operators.tests.test_unary": [],
    "networkx.algorithms.operators.tests": [],
    "networkx.algorithms.shortest_paths.astar": [],
    "networkx.algorithms.shortest_paths.dense": [],
    "networkx.algorithms.shortest_paths.generic": [],
    "networkx.algorithms.shortest_paths.unweighted": [],
    "networkx.algorithms.shortest_paths.weighted": [],
    "networkx.algorithms.shortest_paths": [],
    "networkx.algorithms.shortest_paths.tests.test_astar": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_astar.TestAStar",
        "name": "TestAStar",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_dense": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd",
        "name": "TestFloyd",
        "lineno": 14,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_dense_numpy": [],
    "networkx.algorithms.shortest_paths.tests.test_generic": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath",
        "name": "TestGenericPath",
        "lineno": 21,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLength",
        "name": "TestAverageShortestPathLength",
        "lineno": 416,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_generic.TestAverageShortestPathLengthNumpy",
        "name": "TestAverageShortestPathLengthNumpy",
        "lineno": 490,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_unweighted": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath",
        "name": "TestUnweightedPath",
        "lineno": 21,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_weighted": [
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.WeightedTestBase",
        "name": "WeightedTestBase",
        "lineno": 33,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath",
        "name": "TestWeightedPath",
        "lineno": 112,
        "bases": [
          "WeightedTestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestDijkstraPathLength",
        "name": "TestDijkstraPathLength",
        "lineno": 418,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestMultiSourceDijkstra",
        "name": "TestMultiSourceDijkstra",
        "lineno": 451,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestBellmanFordAndGoldbergRadzik",
        "name": "TestBellmanFordAndGoldbergRadzik",
        "lineno": 503,
        "bases": [
          "WeightedTestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm",
        "name": "TestJohnsonAlgorithm",
        "lineno": 904,
        "bases": [
          "WeightedTestBase"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.shortest_paths.tests": [],
    "networkx.algorithms.tests.test_asteroidal": [],
    "networkx.algorithms.tests.test_boundary": [
      {
        "id": "networkx.algorithms.tests.test_boundary.TestNodeBoundary",
        "name": "TestNodeBoundary",
        "lineno": 12,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary",
        "name": "TestEdgeBoundary",
        "lineno": 88,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_bridges": [
      {
        "id": "networkx.algorithms.tests.test_bridges.TestBridges",
        "name": "TestBridges",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestHasBridges",
        "name": "TestHasBridges",
        "lineno": 56,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_bridges.TestLocalBridges",
        "name": "TestLocalBridges",
        "lineno": 111,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_broadcasting": [],
    "networkx.algorithms.tests.test_chains": [
      {
        "id": "networkx.algorithms.tests.test_chains.TestChainDecomposition",
        "name": "TestChainDecomposition",
        "lineno": 42,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_chordal": [
      {
        "id": "networkx.algorithms.tests.test_chordal.TestMCS",
        "name": "TestMCS",
        "lineno": 37,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_clique": [
      {
        "id": "networkx.algorithms.tests.test_clique.TestCliques",
        "name": "TestCliques",
        "lineno": 7,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_clique.TestEnumerateAllCliques",
        "name": "TestEnumerateAllCliques",
        "lineno": 221,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_cluster": [
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTriangles",
        "name": "TestTriangles",
        "lineno": 38,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedClustering",
        "name": "TestDirectedClustering",
        "lineno": 174,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedWeightedClustering",
        "name": "TestDirectedWeightedClustering",
        "lineno": 238,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestWeightedClustering",
        "name": "TestWeightedClustering",
        "lineno": 311,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestClustering",
        "name": "TestClustering",
        "lineno": 398,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestTransitivity",
        "name": "TestTransitivity",
        "lineno": 472,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestSquareClustering",
        "name": "TestSquareClustering",
        "lineno": 492,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestAverageClustering",
        "name": "TestAverageClustering",
        "lineno": 596,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestDirectedAverageClustering",
        "name": "TestDirectedAverageClustering",
        "lineno": 631,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cluster.TestGeneralizedDegree",
        "name": "TestGeneralizedDegree",
        "lineno": 652,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_communicability": [
      {
        "id": "networkx.algorithms.tests.test_communicability.TestCommunicability",
        "name": "TestCommunicability",
        "lineno": 12,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_core": [
      {
        "id": "networkx.algorithms.tests.test_core.TestCore",
        "name": "TestCore",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_covering": [
      {
        "id": "networkx.algorithms.tests.test_covering.TestMinEdgeCover",
        "name": "TestMinEdgeCover",
        "lineno": 6,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_covering.TestIsEdgeCover",
        "name": "TestIsEdgeCover",
        "lineno": 67,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_cuts": [
      {
        "id": "networkx.algorithms.tests.test_cuts.TestCutSize",
        "name": "TestCutSize",
        "lineno": 6,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestVolume",
        "name": "TestVolume",
        "lineno": 47,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestNormalizedCutSize",
        "name": "TestNormalizedCutSize",
        "lineno": 74,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestConductance",
        "name": "TestConductance",
        "lineno": 100,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestEdgeExpansion",
        "name": "TestEdgeExpansion",
        "lineno": 119,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestNodeExpansion",
        "name": "TestNodeExpansion",
        "lineno": 133,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestBoundaryExpansion",
        "name": "TestBoundaryExpansion",
        "lineno": 146,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cuts.TestMixingExpansion",
        "name": "TestMixingExpansion",
        "lineno": 159,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_cycles": [
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycles",
        "name": "TestCycles",
        "lineno": 26,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration",
        "name": "TestCycleEnumeration",
        "lineno": 221,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestFindCycle",
        "name": "TestFindCycle",
        "lineno": 725,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis",
        "name": "TestMinimumCycleBasis",
        "lineno": 867,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_cycles.TestGirth",
        "name": "TestGirth",
        "lineno": 949,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_dag": [
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPath",
        "name": "TestDagLongestPath",
        "lineno": 17,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagLongestPathLength",
        "name": "TestDagLongestPathLength",
        "lineno": 89,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG",
        "name": "TestDAG",
        "lineno": 137,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDAG.Test_Node",
        "name": "Test_Node",
        "lineno": 565,
        "bases": [],
        "scope": "TestDAG"
      },
      {
        "id": "networkx.algorithms.tests.test_dag.TestDagToBranching",
        "name": "TestDagToBranching",
        "lineno": 717,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_distance_measures": [
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestDistance",
        "name": "TestDistance",
        "lineno": 18,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestWeightedDistance",
        "name": "TestWeightedDistance",
        "lineno": 181,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance",
        "name": "TestResistanceDistance",
        "lineno": 403,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestEffectiveGraphResistance",
        "name": "TestEffectiveGraphResistance",
        "lineno": 508,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestCentroid",
        "name": "TestCentroid",
        "lineno": 594,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_distance_measures.TestKemenyConstant",
        "name": "TestKemenyConstant",
        "lineno": 684,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_distance_regular": [
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestDistanceRegular",
        "name": "TestDistanceRegular",
        "lineno": 17,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_distance_regular.TestStronglyRegular",
        "name": "TestStronglyRegular",
        "lineno": 63,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_dominance": [
      {
        "id": "networkx.algorithms.tests.test_dominance.TestImmediateDominators",
        "name": "TestImmediateDominators",
        "lineno": 6,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_dominance.TestDominanceFrontiers",
        "name": "TestDominanceFrontiers",
        "lineno": 95,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_dominating": [],
    "networkx.algorithms.tests.test_d_separation": [],
    "networkx.algorithms.tests.test_efficiency": [
      {
        "id": "networkx.algorithms.tests.test_efficiency.TestEfficiency",
        "name": "TestEfficiency",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_euler": [
      {
        "id": "networkx.algorithms.tests.test_euler.TestIsEulerian",
        "name": "TestIsEulerian",
        "lineno": 15,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianCircuit",
        "name": "TestEulerianCircuit",
        "lineno": 47,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestIsSemiEulerian",
        "name": "TestIsSemiEulerian",
        "lineno": 116,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestHasEulerianPath",
        "name": "TestHasEulerianPath",
        "lineno": 130,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestFindPathStart",
        "name": "TestFindPathStart",
        "lineno": 170,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerianPath",
        "name": "TestEulerianPath",
        "lineno": 184,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_euler.TestEulerize",
        "name": "TestEulerize",
        "lineno": 262,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_graphical": [
      {
        "id": "networkx.algorithms.tests.test_graphical.TestAtlas",
        "name": "TestAtlas",
        "lineno": 41,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_graph_hashing": [],
    "networkx.algorithms.tests.test_hierarchy": [],
    "networkx.algorithms.tests.test_hybrid": [],
    "networkx.algorithms.tests.test_isolate": [],
    "networkx.algorithms.tests.test_link_prediction": [
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex",
        "name": "TestResourceAllocationIndex",
        "lineno": 19,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient",
        "name": "TestJaccardCoefficient",
        "lineno": 64,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex",
        "name": "TestAdamicAdarIndex",
        "lineno": 106,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality",
        "name": "TestCommonNeighborCentrality",
        "lineno": 153,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment",
        "name": "TestPreferentialAttachment",
        "lineno": 211,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft",
        "name": "TestCNSoundarajanHopcroft",
        "lineno": 252,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft",
        "name": "TestRAIndexSoundarajanHopcroft",
        "lineno": 367,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster",
        "name": "TestWithinInterCluster",
        "lineno": 482,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_lowest_common_ancestors": [
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA",
        "name": "TestTreeLCA",
        "lineno": 18,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestMultiTreeLCA",
        "name": "TestMultiTreeLCA",
        "lineno": 147,
        "bases": [
          "TestTreeLCA"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA",
        "name": "TestDAGLCA",
        "lineno": 182,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_lowest_common_ancestors.TestMultiDiGraph_DAGLCA",
        "name": "TestMultiDiGraph_DAGLCA",
        "lineno": 358,
        "bases": [
          "TestDAGLCA"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_matching": [
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaxWeightMatching",
        "name": "TestMaxWeightMatching",
        "lineno": 58,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMatching",
        "name": "TestIsMatching",
        "lineno": 397,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsMaximalMatching",
        "name": "TestIsMaximalMatching",
        "lineno": 447,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestIsPerfectMatching",
        "name": "TestIsPerfectMatching",
        "lineno": 473,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_matching.TestMaximalMatching",
        "name": "TestMaximalMatching",
        "lineno": 516,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_max_weight_clique": [
      {
        "id": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique",
        "name": "TestMaximumWeightClique",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_mis": [],
    "networkx.algorithms.tests.test_moral": [],
    "networkx.algorithms.tests.test_node_classification": [
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction",
        "name": "TestHarmonicFunction",
        "lineno": 10,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency",
        "name": "TestLocalAndGlobalConsistency",
        "lineno": 79,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_non_randomness": [],
    "networkx.algorithms.tests.test_perfect_graph": [],
    "networkx.algorithms.tests.test_planarity": [
      {
        "id": "networkx.algorithms.tests.test_planarity.TestLRPlanarity",
        "name": "TestLRPlanarity",
        "lineno": 13,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass",
        "name": "TestPlanarEmbeddingClass",
        "lineno": 422,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_planar_drawing": [
      {
        "id": "networkx.algorithms.tests.test_planar_drawing.Vector",
        "name": "Vector",
        "lineno": 200,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_polynomials": [],
    "networkx.algorithms.tests.test_reciprocity": [
      {
        "id": "networkx.algorithms.tests.test_reciprocity.TestReciprocity",
        "name": "TestReciprocity",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_regular": [
      {
        "id": "networkx.algorithms.tests.test_regular.TestKFactor",
        "name": "TestKFactor",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestIsRegular",
        "name": "TestIsRegular",
        "lineno": 49,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_regular.TestIsKRegular",
        "name": "TestIsKRegular",
        "lineno": 73,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_richclub": [],
    "networkx.algorithms.tests.test_similarity": [
      {
        "id": "networkx.algorithms.tests.test_similarity.TestSimilarity",
        "name": "TestSimilarity",
        "lineno": 71,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_simple_paths": [
      {
        "id": "networkx.algorithms.tests.test_simple_paths.TestIsSimplePath",
        "name": "TestIsSimplePath",
        "lineno": 14,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_smallworld": [],
    "networkx.algorithms.tests.test_smetric": [],
    "networkx.algorithms.tests.test_sparsifiers": [],
    "networkx.algorithms.tests.test_structuralholes": [
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHolesNoScipy",
        "name": "TestStructuralHolesNoScipy",
        "lineno": 11,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_structuralholes.TestStructuralHoles",
        "name": "TestStructuralHoles",
        "lineno": 142,
        "bases": [
          "TestStructuralHolesNoScipy"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_summarization": [
      {
        "id": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification",
        "name": "TestDirectedDedensification",
        "lineno": 10,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification",
        "name": "TestUnDirectedDedensification",
        "lineno": 143,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.AbstractSNAP",
        "name": "AbstractSNAP",
        "lineno": 232,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes",
        "name": "TestSNAPNoEdgeTypes",
        "lineno": 265,
        "bases": [
          "AbstractSNAP"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPUndirected",
        "name": "TestSNAPUndirected",
        "lineno": 356,
        "bases": [
          "AbstractSNAP"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPDirected",
        "name": "TestSNAPDirected",
        "lineno": 434,
        "bases": [
          "AbstractSNAP"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPUndirectedMulti",
        "name": "TestSNAPUndirectedMulti",
        "lineno": 504,
        "bases": [
          "AbstractSNAP"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tests.test_summarization.TestSNAPDirectedMulti",
        "name": "TestSNAPDirectedMulti",
        "lineno": 575,
        "bases": [
          "AbstractSNAP"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_swap": [],
    "networkx.algorithms.tests.test_threshold": [
      {
        "id": "networkx.algorithms.tests.test_threshold.TestGeneratorThreshold",
        "name": "TestGeneratorThreshold",
        "lineno": 20,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_time_dependent": [
      {
        "id": "networkx.algorithms.tests.test_time_dependent.TestCdIndex",
        "name": "TestCdIndex",
        "lineno": 12,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_tournament": [],
    "networkx.algorithms.tests.test_triads": [],
    "networkx.algorithms.tests.test_vitality": [
      {
        "id": "networkx.algorithms.tests.test_vitality.TestClosenessVitality",
        "name": "TestClosenessVitality",
        "lineno": 4,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_voronoi": [
      {
        "id": "networkx.algorithms.tests.test_voronoi.TestVoronoiCells",
        "name": "TestVoronoiCells",
        "lineno": 5,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_walks": [
      {
        "id": "networkx.algorithms.tests.test_walks.TestNumberOfWalks",
        "name": "TestNumberOfWalks",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tests.test_wiener": [],
    "networkx.algorithms.tests": [],
    "networkx.algorithms.traversal.beamsearch": [],
    "networkx.algorithms.traversal.breadth_first_search": [],
    "networkx.algorithms.traversal.depth_first_search": [],
    "networkx.algorithms.traversal.edgebfs": [],
    "networkx.algorithms.traversal.edgedfs": [],
    "networkx.algorithms.traversal": [],
    "networkx.algorithms.traversal.tests.test_beamsearch": [],
    "networkx.algorithms.traversal.tests.test_bfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBFS",
        "name": "TestBFS",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_bfs.TestBreadthLimitedSearch",
        "name": "TestBreadthLimitedSearch",
        "lineno": 135,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.traversal.tests.test_dfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDFS",
        "name": "TestDFS",
        "lineno": 4,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.traversal.tests.test_dfs.TestDepthLimitedSearch",
        "name": "TestDepthLimitedSearch",
        "lineno": 168,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.traversal.tests.test_edgebfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_edgebfs.TestEdgeBFS",
        "name": "TestEdgeBFS",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.traversal.tests.test_edgedfs": [
      {
        "id": "networkx.algorithms.traversal.tests.test_edgedfs.TestEdgeDFS",
        "name": "TestEdgeDFS",
        "lineno": 18,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.traversal.tests": [],
    "networkx.algorithms.tree.branchings": [
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator",
        "name": "ArborescenceIterator",
        "lineno": 813,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.branchings.ArborescenceIterator.Partition",
        "name": "Partition",
        "lineno": 835,
        "bases": [],
        "scope": "ArborescenceIterator"
      }
    ],
    "networkx.algorithms.tree.coding": [
      {
        "id": "networkx.algorithms.tree.coding.NotATree",
        "name": "NotATree",
        "lineno": 27,
        "bases": [
          "nx.NetworkXException"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.tree.decomposition": [],
    "networkx.algorithms.tree.distance_measures": [],
    "networkx.algorithms.tree.mst": [
      {
        "id": "networkx.algorithms.tree.mst.EdgePartition",
        "name": "EdgePartition",
        "lineno": 30,
        "bases": [
          "Enum"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator",
        "name": "SpanningTreeIterator",
        "lineno": 981,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.mst.SpanningTreeIterator.Partition",
        "name": "Partition",
        "lineno": 1034,
        "bases": [],
        "scope": "SpanningTreeIterator"
      }
    ],
    "networkx.algorithms.tree.operations": [],
    "networkx.algorithms.tree.recognition": [],
    "networkx.algorithms.tree": [],
    "networkx.algorithms.tree.tests.test_branchings": [],
    "networkx.algorithms.tree.tests.test_coding": [
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence",
        "name": "TestPruferSequence",
        "lineno": 11,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_coding.TestNestedTuple",
        "name": "TestNestedTuple",
        "lineno": 74,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tree.tests.test_decomposition": [],
    "networkx.algorithms.tree.tests.test_distance_measures": [
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestCenter",
        "name": "TestCenter",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_distance_measures.TestDistance",
        "name": "TestDistance",
        "lineno": 61,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tree.tests.test_mst": [
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MinimumSpanningTreeTestBase",
        "name": "MinimumSpanningTreeTestBase",
        "lineno": 18,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestBoruvka",
        "name": "TestBoruvka",
        "lineno": 230,
        "bases": [
          "MinimumSpanningTreeTestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.MultigraphMSTTestBase",
        "name": "MultigraphMSTTestBase",
        "lineno": 256,
        "bases": [
          "MinimumSpanningTreeTestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestKruskal",
        "name": "TestKruskal",
        "lineno": 282,
        "bases": [
          "MultigraphMSTTestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestPrim",
        "name": "TestPrim",
        "lineno": 328,
        "bases": [
          "MultigraphMSTTestBase"
        ],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeIterator",
        "name": "TestSpanningTreeIterator",
        "lineno": 381,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeMultiGraphIterator",
        "name": "TestSpanningTreeMultiGraphIterator",
        "lineno": 482,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_mst.TestNumberSpanningTrees",
        "name": "TestNumberSpanningTrees",
        "lineno": 821,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.algorithms.tree.tests.test_operations": [],
    "networkx.algorithms.tree.tests.test_recognition": [
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestTreeRecognition",
        "name": "TestTreeRecognition",
        "lineno": 6,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.algorithms.tree.tests.test_recognition.TestDirectedTreeRecognition",
        "name": "TestDirectedTreeRecognition",
        "lineno": 85,
        "bases": [
          "TestTreeRecognition"
        ],
        "scope": null
      }
    ],
    "networkx.algorithms.tree.tests": [],
    "networkx.classes.coreviews": [
      {
        "id": "networkx.classes.coreviews.AtlasView",
        "name": "AtlasView",
        "lineno": 23,
        "bases": [
          "Mapping"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.AdjacencyView",
        "name": "AdjacencyView",
        "lineno": 66,
        "bases": [
          "AtlasView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.MultiAdjacencyView",
        "name": "MultiAdjacencyView",
        "lineno": 88,
        "bases": [
          "AdjacencyView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.UnionAtlas",
        "name": "UnionAtlas",
        "lineno": 110,
        "bases": [
          "Mapping"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.UnionAdjacency",
        "name": "UnionAdjacency",
        "lineno": 165,
        "bases": [
          "Mapping"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.UnionMultiInner",
        "name": "UnionMultiInner",
        "lineno": 217,
        "bases": [
          "UnionAtlas"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.UnionMultiAdjacency",
        "name": "UnionMultiAdjacency",
        "lineno": 248,
        "bases": [
          "UnionAdjacency"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.FilterAtlas",
        "name": "FilterAtlas",
        "lineno": 267,
        "bases": [
          "Mapping"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.FilterAdjacency",
        "name": "FilterAdjacency",
        "lineno": 314,
        "bases": [
          "Mapping"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.FilterMultiInner",
        "name": "FilterMultiInner",
        "lineno": 368,
        "bases": [
          "FilterAdjacency"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.coreviews.FilterMultiAdjacency",
        "name": "FilterMultiAdjacency",
        "lineno": 413,
        "bases": [
          "FilterAdjacency"
        ],
        "scope": null
      }
    ],
    "networkx.classes.digraph": [
      {
        "id": "networkx.classes.digraph._CachedPropertyResetterAdjAndSucc",
        "name": "_CachedPropertyResetterAdjAndSucc",
        "lineno": 21,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.digraph._CachedPropertyResetterPred",
        "name": "_CachedPropertyResetterPred",
        "lineno": 59,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.digraph.DiGraph",
        "name": "DiGraph",
        "lineno": 87,
        "bases": [
          "Graph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.filters": [
      {
        "id": "networkx.classes.filters.show_nodes",
        "name": "show_nodes",
        "lineno": 57,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.function": [],
    "networkx.classes.graph": [
      {
        "id": "networkx.classes.graph._CachedPropertyResetterAdj",
        "name": "_CachedPropertyResetterAdj",
        "lineno": 22,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.graph._CachedPropertyResetterNode",
        "name": "_CachedPropertyResetterNode",
        "lineno": 47,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.graph.Graph",
        "name": "Graph",
        "lineno": 70,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.graphviews": [],
    "networkx.classes.multidigraph": [
      {
        "id": "networkx.classes.multidigraph.MultiDiGraph",
        "name": "MultiDiGraph",
        "lineno": 22,
        "bases": [
          "MultiGraph",
          "DiGraph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.multigraph": [
      {
        "id": "networkx.classes.multigraph.MultiGraph",
        "name": "MultiGraph",
        "lineno": 15,
        "bases": [
          "Graph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.reportviews": [
      {
        "id": "networkx.classes.reportviews.NodeView",
        "name": "NodeView",
        "lineno": 226,
        "bases": [
          "Mapping",
          "Set"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.NodeDataView",
        "name": "NodeDataView",
        "lineno": 395,
        "bases": [
          "Set"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.DiDegreeView",
        "name": "DiDegreeView",
        "lineno": 491,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.DegreeView",
        "name": "DegreeView",
        "lineno": 586,
        "bases": [
          "DiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.OutDegreeView",
        "name": "OutDegreeView",
        "lineno": 654,
        "bases": [
          "DiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.InDegreeView",
        "name": "InDegreeView",
        "lineno": 676,
        "bases": [
          "DiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.MultiDegreeView",
        "name": "MultiDegreeView",
        "lineno": 699,
        "bases": [
          "DiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.DiMultiDegreeView",
        "name": "DiMultiDegreeView",
        "lineno": 739,
        "bases": [
          "DiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.InMultiDegreeView",
        "name": "InMultiDegreeView",
        "lineno": 784,
        "bases": [
          "DiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.OutMultiDegreeView",
        "name": "OutMultiDegreeView",
        "lineno": 815,
        "bases": [
          "DiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.EdgeViewABC",
        "name": "EdgeViewABC",
        "lineno": 849,
        "bases": [
          "ABC"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeDataView",
        "name": "OutEdgeDataView",
        "lineno": 854,
        "bases": [
          "EdgeViewABC"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.EdgeDataView",
        "name": "EdgeDataView",
        "lineno": 927,
        "bases": [
          "OutEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.InEdgeDataView",
        "name": "InEdgeDataView",
        "lineno": 981,
        "bases": [
          "OutEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeDataView",
        "name": "OutMultiEdgeDataView",
        "lineno": 1004,
        "bases": [
          "OutEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.MultiEdgeDataView",
        "name": "MultiEdgeDataView",
        "lineno": 1084,
        "bases": [
          "OutMultiEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeDataView",
        "name": "InMultiEdgeDataView",
        "lineno": 1120,
        "bases": [
          "OutMultiEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.OutEdgeView",
        "name": "OutEdgeView",
        "lineno": 1149,
        "bases": [
          "Set",
          "Mapping",
          "EdgeViewABC"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.EdgeView",
        "name": "EdgeView",
        "lineno": 1297,
        "bases": [
          "OutEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.InEdgeView",
        "name": "InEdgeView",
        "lineno": 1393,
        "bases": [
          "OutEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.OutMultiEdgeView",
        "name": "OutMultiEdgeView",
        "lineno": 1436,
        "bases": [
          "OutEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.MultiEdgeView",
        "name": "MultiEdgeView",
        "lineno": 1492,
        "bases": [
          "OutMultiEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.reportviews.InMultiEdgeView",
        "name": "InMultiEdgeView",
        "lineno": 1513,
        "bases": [
          "OutMultiEdgeView"
        ],
        "scope": null
      }
    ],
    "networkx.classes": [],
    "networkx.classes.tests.dispatch_interface": [
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackGraph",
        "name": "LoopbackGraph",
        "lineno": 18,
        "bases": [
          "Graph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackDiGraph",
        "name": "LoopbackDiGraph",
        "lineno": 22,
        "bases": [
          "DiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackMultiGraph",
        "name": "LoopbackMultiGraph",
        "lineno": 26,
        "bases": [
          "MultiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackMultiDiGraph",
        "name": "LoopbackMultiDiGraph",
        "lineno": 30,
        "bases": [
          "MultiDiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackPlanarEmbedding",
        "name": "LoopbackPlanarEmbedding",
        "lineno": 34,
        "bases": [
          "PlanarEmbedding"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface",
        "name": "LoopbackBackendInterface",
        "lineno": 52,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.tests.historical_tests": [
      {
        "id": "networkx.classes.tests.historical_tests.HistoricalTests",
        "name": "HistoricalTests",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_coreviews": [
      {
        "id": "networkx.classes.tests.test_coreviews.TestAtlasView",
        "name": "TestAtlasView",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestAdjacencyView",
        "name": "TestAdjacencyView",
        "lineno": 63,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestMultiAdjacencyView",
        "name": "TestMultiAdjacencyView",
        "lineno": 115,
        "bases": [
          "TestAdjacencyView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAtlas",
        "name": "TestUnionAtlas",
        "lineno": 144,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionAdjacency",
        "name": "TestUnionAdjacency",
        "lineno": 200,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiInner",
        "name": "TestUnionMultiInner",
        "lineno": 250,
        "bases": [
          "TestUnionAdjacency"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestUnionMultiAdjacency",
        "name": "TestUnionMultiAdjacency",
        "lineno": 285,
        "bases": [
          "TestUnionAdjacency"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_coreviews.TestFilteredGraphs",
        "name": "TestFilteredGraphs",
        "lineno": 316,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_digraph": [
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester",
        "name": "BaseDiGraphTester",
        "lineno": 11,
        "bases": [
          "BaseGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseDiGraphTester.Foo",
        "name": "Foo",
        "lineno": 125,
        "bases": [],
        "scope": "BaseDiGraphTester"
      },
      {
        "id": "networkx.classes.tests.test_digraph.BaseAttrDiGraphTester",
        "name": "BaseAttrDiGraphTester",
        "lineno": 161,
        "bases": [
          "BaseDiGraphTester",
          "BaseAttrGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestDiGraph",
        "name": "TestDiGraph",
        "lineno": 201,
        "bases": [
          "BaseAttrDiGraphTester",
          "_TestGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_digraph.TestEdgeSubgraph",
        "name": "TestEdgeSubgraph",
        "lineno": 303,
        "bases": [
          "_TestGraphEdgeSubgraph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_digraph_historical": [
      {
        "id": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical",
        "name": "TestDiGraphHistorical",
        "lineno": 10,
        "bases": [
          "HistoricalTests"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_filters": [
      {
        "id": "networkx.classes.tests.test_filters.TestFilterFactory",
        "name": "TestFilterFactory",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_function": [
      {
        "id": "networkx.classes.tests.test_function.TestFunction",
        "name": "TestFunction",
        "lineno": 14,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_function.TestCommonNeighbors",
        "name": "TestCommonNeighbors",
        "lineno": 437,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_graph": [
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester",
        "name": "BaseGraphTester",
        "lineno": 19,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseGraphTester.MyGraph",
        "name": "MyGraph",
        "lineno": 104,
        "bases": [
          "self.Graph"
        ],
        "scope": "BaseGraphTester"
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester",
        "name": "BaseAttrGraphTester",
        "lineno": 214,
        "bases": [
          "BaseGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.newGraph",
        "name": "newGraph",
        "lineno": 536,
        "bases": [
          "<unresolved_base_expr>"
        ],
        "scope": "BaseAttrGraphTester"
      },
      {
        "id": "networkx.classes.tests.test_graph.BaseAttrGraphTester.newDiGraph",
        "name": "newDiGraph",
        "lineno": 543,
        "bases": [
          "<unresolved_base_expr>"
        ],
        "scope": "BaseAttrGraphTester"
      },
      {
        "id": "networkx.classes.tests.test_graph.TestGraph",
        "name": "TestGraph",
        "lineno": 591,
        "bases": [
          "BaseAttrGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graph.TestEdgeSubgraph",
        "name": "TestEdgeSubgraph",
        "lineno": 856,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graph.MyGraph",
        "name": "MyGraph",
        "lineno": 936,
        "bases": [
          "nx.Graph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_graphviews": [
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView",
        "name": "TestReverseView",
        "lineno": 9,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestReverseView.MyGraph",
        "name": "MyGraph",
        "lineno": 38,
        "bases": [
          "nx.DiGraph"
        ],
        "scope": "TestReverseView"
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestMultiReverseView",
        "name": "TestMultiReverseView",
        "lineno": 55,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToDirected",
        "name": "TestToDirected",
        "lineno": 97,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestToUndirected",
        "name": "TestToUndirected",
        "lineno": 136,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews",
        "name": "TestChainsOfViews",
        "lineno": 174,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_graphviews.TestChainsOfViews.MyGraph",
        "name": "MyGraph",
        "lineno": 336,
        "bases": [
          "nx.DiGraph"
        ],
        "scope": "TestChainsOfViews"
      }
    ],
    "networkx.classes.tests.test_graph_historical": [
      {
        "id": "networkx.classes.tests.test_graph_historical.TestGraphHistorical",
        "name": "TestGraphHistorical",
        "lineno": 8,
        "bases": [
          "HistoricalTests"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_multidigraph": [
      {
        "id": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester",
        "name": "BaseMultiDiGraphTester",
        "lineno": 13,
        "bases": [
          "BaseMultiGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraph",
        "name": "TestMultiDiGraph",
        "lineno": 255,
        "bases": [
          "BaseMultiDiGraphTester",
          "_TestMultiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestEdgeSubgraph",
        "name": "TestEdgeSubgraph",
        "lineno": 395,
        "bases": [
          "_TestMultiGraphEdgeSubgraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.CustomDictClass",
        "name": "CustomDictClass",
        "lineno": 419,
        "bases": [
          "UserDict"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.MultiDiGraphSubClass",
        "name": "MultiDiGraphSubClass",
        "lineno": 423,
        "bases": [
          "nx.MultiDiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multidigraph.TestMultiDiGraphSubclass",
        "name": "TestMultiDiGraphSubclass",
        "lineno": 433,
        "bases": [
          "TestMultiDiGraph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_multigraph": [
      {
        "id": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester",
        "name": "BaseMultiGraphTester",
        "lineno": 12,
        "bases": [
          "BaseAttrGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraph",
        "name": "TestMultiGraph",
        "lineno": 182,
        "bases": [
          "BaseMultiGraphTester",
          "_TestGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestEdgeSubgraph",
        "name": "TestEdgeSubgraph",
        "lineno": 409,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multigraph.CustomDictClass",
        "name": "CustomDictClass",
        "lineno": 490,
        "bases": [
          "UserDict"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multigraph.MultiGraphSubClass",
        "name": "MultiGraphSubClass",
        "lineno": 494,
        "bases": [
          "nx.MultiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_multigraph.TestMultiGraphSubclass",
        "name": "TestMultiGraphSubclass",
        "lineno": 504,
        "bases": [
          "TestMultiGraph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_reportviews": [
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeView",
        "name": "TestNodeView",
        "lineno": 12,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataView",
        "name": "TestNodeDataView",
        "lineno": 75,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps",
        "name": "TestNodeViewSetOps",
        "lineno": 200,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataViewSetOps",
        "name": "TestNodeDataViewSetOps",
        "lineno": 245,
        "bases": [
          "TestNodeViewSetOps"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestNodeDataViewDefaultSetOps",
        "name": "TestNodeDataViewDefaultSetOps",
        "lineno": 256,
        "bases": [
          "TestNodeDataViewSetOps"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeDataView",
        "name": "TestEdgeDataView",
        "lineno": 268,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeDataView",
        "name": "TestOutEdgeDataView",
        "lineno": 389,
        "bases": [
          "TestEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeDataView",
        "name": "TestInEdgeDataView",
        "lineno": 435,
        "bases": [
          "TestOutEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeDataView",
        "name": "TestMultiEdgeDataView",
        "lineno": 464,
        "bases": [
          "TestEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeDataView",
        "name": "TestOutMultiEdgeDataView",
        "lineno": 496,
        "bases": [
          "TestOutEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeDataView",
        "name": "TestInMultiEdgeDataView",
        "lineno": 528,
        "bases": [
          "TestOutMultiEdgeDataView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestEdgeView",
        "name": "TestEdgeView",
        "lineno": 558,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutEdgeView",
        "name": "TestOutEdgeView",
        "lineno": 707,
        "bases": [
          "TestEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInEdgeView",
        "name": "TestInEdgeView",
        "lineno": 734,
        "bases": [
          "TestEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiEdgeView",
        "name": "TestMultiEdgeView",
        "lineno": 761,
        "bases": [
          "TestEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiEdgeView",
        "name": "TestOutMultiEdgeView",
        "lineno": 946,
        "bases": [
          "TestMultiEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiEdgeView",
        "name": "TestInMultiEdgeView",
        "lineno": 979,
        "bases": [
          "TestMultiEdgeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDegreeView",
        "name": "TestDegreeView",
        "lineno": 1013,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDiDegreeView",
        "name": "TestDiDegreeView",
        "lineno": 1099,
        "bases": [
          "TestDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutDegreeView",
        "name": "TestOutDegreeView",
        "lineno": 1109,
        "bases": [
          "TestDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInDegreeView",
        "name": "TestInDegreeView",
        "lineno": 1159,
        "bases": [
          "TestDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestMultiDegreeView",
        "name": "TestMultiDegreeView",
        "lineno": 1209,
        "bases": [
          "TestDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestDiMultiDegreeView",
        "name": "TestDiMultiDegreeView",
        "lineno": 1259,
        "bases": [
          "TestMultiDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestOutMultiDegreeView",
        "name": "TestOutMultiDegreeView",
        "lineno": 1269,
        "bases": [
          "TestDegreeView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_reportviews.TestInMultiDegreeView",
        "name": "TestInMultiDegreeView",
        "lineno": 1319,
        "bases": [
          "TestDegreeView"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_special": [
      {
        "id": "networkx.classes.tests.test_special.mydict1",
        "name": "mydict1",
        "lineno": 12,
        "bases": [
          "dict"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.mydict2",
        "name": "mydict2",
        "lineno": 15,
        "bases": [
          "dict"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.mydict3",
        "name": "mydict3",
        "lineno": 18,
        "bases": [
          "dict"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.mydict4",
        "name": "mydict4",
        "lineno": 21,
        "bases": [
          "dict"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.mydict5",
        "name": "mydict5",
        "lineno": 24,
        "bases": [
          "dict"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.MyGraph",
        "name": "MyGraph",
        "lineno": 29,
        "bases": [
          "Graph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialGraph",
        "name": "TestSpecialGraph",
        "lineno": 53,
        "bases": [
          "_TestGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinGraph",
        "name": "TestThinGraph",
        "lineno": 59,
        "bases": [
          "BaseGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinGraph.MyGraph",
        "name": "MyGraph",
        "lineno": 63,
        "bases": [
          "nx.Graph"
        ],
        "scope": "TestThinGraph"
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialDiGraph",
        "name": "TestSpecialDiGraph",
        "lineno": 81,
        "bases": [
          "_TestDiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinDiGraph",
        "name": "TestThinDiGraph",
        "lineno": 87,
        "bases": [
          "BaseDiGraphTester"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.TestThinDiGraph.MyGraph",
        "name": "MyGraph",
        "lineno": 91,
        "bases": [
          "nx.DiGraph"
        ],
        "scope": "TestThinDiGraph"
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialMultiGraph",
        "name": "TestSpecialMultiGraph",
        "lineno": 122,
        "bases": [
          "_TestMultiGraph"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_special.TestSpecialMultiDiGraph",
        "name": "TestSpecialMultiDiGraph",
        "lineno": 128,
        "bases": [
          "_TestMultiDiGraph"
        ],
        "scope": null
      }
    ],
    "networkx.classes.tests.test_subgraphviews": [
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubGraphView",
        "name": "TestSubGraphView",
        "lineno": 7,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestSubDiGraphView",
        "name": "TestSubDiGraphView",
        "lineno": 96,
        "bases": [
          "TestSubGraphView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestMultiGraphView",
        "name": "TestMultiGraphView",
        "lineno": 135,
        "bases": [
          "TestSubGraphView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestMultiDiGraphView",
        "name": "TestMultiDiGraphView",
        "lineno": 191,
        "bases": [
          "TestMultiGraphView",
          "TestSubDiGraphView"
        ],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph",
        "name": "TestInducedSubGraph",
        "lineno": 212,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.classes.tests.test_subgraphviews.TestEdgeSubGraph",
        "name": "TestEdgeSubGraph",
        "lineno": 273,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.classes.tests": [],
    "networkx.drawing.layout": [],
    "networkx.drawing.nx_agraph": [],
    "networkx.drawing.nx_latex": [],
    "networkx.drawing.nx_pydot": [],
    "networkx.drawing.nx_pylab": [
      {
        "id": "networkx.drawing.nx_pylab.CurvedArrowTextBase",
        "name": "CurvedArrowTextBase",
        "lineno": 115,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.drawing.nx_pylab.CurvedArrowText",
        "name": "CurvedArrowText",
        "lineno": 821,
        "bases": [
          "CurvedArrowTextBase",
          "mpl.text.Text"
        ],
        "scope": null
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory",
        "name": "FancyArrowFactory",
        "lineno": 1545,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.drawing.nx_pylab.FancyArrowFactory.ConnectionStyleFactory",
        "name": "ConnectionStyleFactory",
        "lineno": 1548,
        "bases": [],
        "scope": "FancyArrowFactory"
      },
      {
        "id": "networkx.drawing.nx_pylab.CurvedArrowText",
        "name": "CurvedArrowText",
        "lineno": 2408,
        "bases": [
          "CurvedArrowTextBase",
          "mpl.text.Text"
        ],
        "scope": null
      }
    ],
    "networkx.drawing": [],
    "networkx.drawing.tests.test_agraph": [
      {
        "id": "networkx.drawing.tests.test_agraph.TestAGraph",
        "name": "TestAGraph",
        "lineno": 13,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.drawing.tests.test_image_comparison_pylab_mpl": [],
    "networkx.drawing.tests.test_latex": [],
    "networkx.drawing.tests.test_layout": [
      {
        "id": "networkx.drawing.tests.test_layout.TestLayout",
        "name": "TestLayout",
        "lineno": 11,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.drawing.tests.test_pydot": [
      {
        "id": "networkx.drawing.tests.test_pydot.TestPydot",
        "name": "TestPydot",
        "lineno": 13,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.drawing.tests.test_pylab": [],
    "networkx.drawing.tests": [],
    "networkx.generators.atlas": [],
    "networkx.generators.classic": [],
    "networkx.generators.cographs": [],
    "networkx.generators.community": [],
    "networkx.generators.degree_seq": [
      {
        "id": "networkx.generators.degree_seq.DegreeSequenceRandomGraph",
        "name": "DegreeSequenceRandomGraph",
        "lineno": 775,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.directed": [],
    "networkx.generators.duplication": [],
    "networkx.generators.ego": [],
    "networkx.generators.expanders": [],
    "networkx.generators.geometric": [],
    "networkx.generators.harary_graph": [],
    "networkx.generators.internet_as_graphs": [
      {
        "id": "networkx.generators.internet_as_graphs.AS_graph_generator",
        "name": "AS_graph_generator",
        "lineno": 72,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.intersection": [],
    "networkx.generators.interval_graph": [],
    "networkx.generators.joint_degree_seq": [],
    "networkx.generators.lattice": [],
    "networkx.generators.line": [],
    "networkx.generators.mycielski": [],
    "networkx.generators.nonisomorphic_trees": [],
    "networkx.generators.random_clustered": [],
    "networkx.generators.random_graphs": [],
    "networkx.generators.small": [],
    "networkx.generators.social": [],
    "networkx.generators.spectral_graph_forge": [],
    "networkx.generators.stochastic": [],
    "networkx.generators.sudoku": [],
    "networkx.generators.time_series": [],
    "networkx.generators.trees": [],
    "networkx.generators.triads": [],
    "networkx.generators": [],
    "networkx.generators.tests.test_atlas": [
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraph",
        "name": "TestAtlasGraph",
        "lineno": 11,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_atlas.TestAtlasGraphG",
        "name": "TestAtlasGraphG",
        "lineno": 28,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_classic": [
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic",
        "name": "TestGeneratorClassic",
        "lineno": 18,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.Mixin",
        "name": "Mixin",
        "lineno": 299,
        "bases": [
          "typing.Protocol"
        ],
        "scope": "TestGeneratorClassic"
      },
      {
        "id": "networkx.generators.tests.test_classic.TestGeneratorClassic.MyGraph",
        "name": "MyGraph",
        "lineno": 302,
        "bases": [
          "Mixin",
          "nx.DiGraph"
        ],
        "scope": "TestGeneratorClassic"
      }
    ],
    "networkx.generators.tests.test_cographs": [],
    "networkx.generators.tests.test_community": [],
    "networkx.generators.tests.test_degree_seq": [
      {
        "id": "networkx.generators.tests.test_degree_seq.TestConfigurationModel",
        "name": "TestConfigurationModel",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_directed": [
      {
        "id": "networkx.generators.tests.test_directed.TestGeneratorsDirected",
        "name": "TestGeneratorsDirected",
        "lineno": 28,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_directed.TestRandomKOutGraph",
        "name": "TestRandomKOutGraph",
        "lineno": 102,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph",
        "name": "TestUniformRandomKOutGraph",
        "lineno": 148,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_duplication": [
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph",
        "name": "TestDuplicationDivergenceGraph",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.DummyGraph",
        "name": "DummyGraph",
        "lineno": 41,
        "bases": [
          "nx.Graph"
        ],
        "scope": "TestDuplicationDivergenceGraph"
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestDuplicationDivergenceGraph.DummyDiGraph",
        "name": "DummyDiGraph",
        "lineno": 44,
        "bases": [
          "nx.DiGraph"
        ],
        "scope": "TestDuplicationDivergenceGraph"
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph",
        "name": "TestPartialDuplicationGraph",
        "lineno": 53,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph.DummyGraph",
        "name": "DummyGraph",
        "lineno": 94,
        "bases": [
          "nx.Graph"
        ],
        "scope": "TestPartialDuplicationGraph"
      },
      {
        "id": "networkx.generators.tests.test_duplication.TestPartialDuplicationGraph.DummyDiGraph",
        "name": "DummyDiGraph",
        "lineno": 97,
        "bases": [
          "nx.DiGraph"
        ],
        "scope": "TestPartialDuplicationGraph"
      }
    ],
    "networkx.generators.tests.test_ego": [
      {
        "id": "networkx.generators.tests.test_ego.TestGeneratorEgo",
        "name": "TestGeneratorEgo",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_expanders": [],
    "networkx.generators.tests.test_geometric": [
      {
        "id": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph",
        "name": "TestRandomGeometricGraph",
        "lineno": 14,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph",
        "name": "TestSoftRandomGeometricGraph",
        "lineno": 71,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph",
        "name": "TestGeographicalThresholdGraph",
        "lineno": 160,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestWaxmanGraph",
        "name": "TestWaxmanGraph",
        "lineno": 212,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestNavigableSmallWorldGraph",
        "name": "TestNavigableSmallWorldGraph",
        "lineno": 238,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph",
        "name": "TestThresholdedRandomGeometricGraph",
        "lineno": 286,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_harary_graph": [
      {
        "id": "networkx.generators.tests.test_harary_graph.TestHararyGraph",
        "name": "TestHararyGraph",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_internet_as_graphs": [
      {
        "id": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology",
        "name": "TestInternetASTopology",
        "lineno": 12,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_intersection": [
      {
        "id": "networkx.generators.tests.test_intersection.TestIntersectionGraph",
        "name": "TestIntersectionGraph",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_interval_graph": [
      {
        "id": "networkx.generators.tests.test_interval_graph.TestIntervalGraph",
        "name": "TestIntervalGraph",
        "lineno": 12,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_joint_degree_seq": [],
    "networkx.generators.tests.test_lattice": [
      {
        "id": "networkx.generators.tests.test_lattice.TestGrid2DGraph",
        "name": "TestGrid2DGraph",
        "lineno": 29,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestGridGraph",
        "name": "TestGridGraph",
        "lineno": 107,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHypercubeGraph",
        "name": "TestHypercubeGraph",
        "lineno": 151,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestTriangularLatticeGraph",
        "name": "TestTriangularLatticeGraph",
        "lineno": 171,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_lattice.TestHexagonalLatticeGraph",
        "name": "TestHexagonalLatticeGraph",
        "lineno": 218,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_line": [
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorLine",
        "name": "TestGeneratorLine",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorInverseLine",
        "name": "TestGeneratorInverseLine",
        "lineno": 96,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_line.TestGeneratorPrivateFunctions",
        "name": "TestGeneratorPrivateFunctions",
        "lineno": 294,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_mycielski": [
      {
        "id": "networkx.generators.tests.test_mycielski.TestMycielski",
        "name": "TestMycielski",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_nonisomorphic_trees": [
      {
        "id": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees",
        "name": "TestGeneratorNonIsomorphicTrees",
        "lineno": 37,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_random_clustered": [
      {
        "id": "networkx.generators.tests.test_random_clustered.TestRandomClusteredGraph",
        "name": "TestRandomClusteredGraph",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_random_graphs": [
      {
        "id": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom",
        "name": "TestGeneratorsRandom",
        "lineno": 98,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.DummyGraph",
        "name": "DummyGraph",
        "lineno": 402,
        "bases": [
          "nx.Graph"
        ],
        "scope": null
      },
      {
        "id": "networkx.generators.tests.test_random_graphs.DummyDiGraph",
        "name": "DummyDiGraph",
        "lineno": 405,
        "bases": [
          "nx.DiGraph"
        ],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_small": [
      {
        "id": "networkx.generators.tests.test_small.TestGeneratorsSmall",
        "name": "TestGeneratorsSmall",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_spectral_graph_forge": [],
    "networkx.generators.tests.test_stochastic": [
      {
        "id": "networkx.generators.tests.test_stochastic.TestStochasticGraph",
        "name": "TestStochasticGraph",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.generators.tests.test_sudoku": [],
    "networkx.generators.tests.test_time_series": [],
    "networkx.generators.tests.test_trees": [],
    "networkx.generators.tests.test_triads": [],
    "networkx.generators.tests": [],
    "networkx.linalg.algebraicconnectivity": [
      {
        "id": "networkx.linalg.algebraicconnectivity._PCGSolver",
        "name": "_PCGSolver",
        "lineno": 20,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.linalg.algebraicconnectivity._LUSolver",
        "name": "_LUSolver",
        "lineno": 77,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.linalg.attrmatrix": [],
    "networkx.linalg.bethehessianmatrix": [],
    "networkx.linalg.graphmatrix": [],
    "networkx.linalg.laplacianmatrix": [],
    "networkx.linalg.modularitymatrix": [],
    "networkx.linalg.spectrum": [],
    "networkx.linalg": [],
    "networkx.linalg.tests.test_algebraic_connectivity": [
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity",
        "name": "TestAlgebraicConnectivity",
        "lineno": 74,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.linalg.tests.test_algebraic_connectivity.TestSpectralOrdering",
        "name": "TestSpectralOrdering",
        "lineno": 308,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.linalg.tests.test_attrmatrix": [],
    "networkx.linalg.tests.test_bethehessian": [
      {
        "id": "networkx.linalg.tests.test_bethehessian.TestBetheHessian",
        "name": "TestBetheHessian",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.linalg.tests.test_graphmatrix": [
      {
        "id": "networkx.linalg.tests.test_graphmatrix.TestGraphMatrix",
        "name": "TestGraphMatrix",
        "lineno": 68,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.linalg.tests.test_laplacian": [
      {
        "id": "networkx.linalg.tests.test_laplacian.TestLaplacian",
        "name": "TestLaplacian",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.linalg.tests.test_modularity": [
      {
        "id": "networkx.linalg.tests.test_modularity.TestModularity",
        "name": "TestModularity",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.linalg.tests.test_spectrum": [
      {
        "id": "networkx.linalg.tests.test_spectrum.TestSpectrum",
        "name": "TestSpectrum",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.linalg.tests": [],
    "networkx.readwrite.adjlist": [],
    "networkx.readwrite.edgelist": [],
    "networkx.readwrite.gexf": [
      {
        "id": "networkx.readwrite.gexf.GEXF",
        "name": "GEXF",
        "lineno": 212,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.gexf.GEXFWriter",
        "name": "GEXFWriter",
        "lineno": 318,
        "bases": [
          "GEXF"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.gexf.GEXFReader",
        "name": "GEXFReader",
        "lineno": 749,
        "bases": [
          "GEXF"
        ],
        "scope": null
      }
    ],
    "networkx.readwrite.gml": [
      {
        "id": "networkx.readwrite.gml.Pattern",
        "name": "Pattern",
        "lineno": 276,
        "bases": [
          "Enum"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.gml.Token",
        "name": "Token",
        "lineno": 288,
        "bases": [
          "NamedTuple"
        ],
        "scope": null
      }
    ],
    "networkx.readwrite.graph6": [],
    "networkx.readwrite.graphml": [
      {
        "id": "networkx.readwrite.graphml.GraphML",
        "name": "GraphML",
        "lineno": 384,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriter",
        "name": "GraphMLWriter",
        "lineno": 463,
        "bases": [
          "GraphML"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.graphml.IncrementalElement",
        "name": "IncrementalElement",
        "lineno": 687,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLWriterLxml",
        "name": "GraphMLWriterLxml",
        "lineno": 702,
        "bases": [
          "GraphMLWriter"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.graphml.GraphMLReader",
        "name": "GraphMLReader",
        "lineno": 839,
        "bases": [
          "GraphML"
        ],
        "scope": null
      }
    ],
    "networkx.readwrite.leda": [],
    "networkx.readwrite.multiline_adjlist": [],
    "networkx.readwrite.p2g": [],
    "networkx.readwrite.pajek": [],
    "networkx.readwrite.sparse6": [],
    "networkx.readwrite.text": [
      {
        "id": "networkx.readwrite.text.BaseGlyphs",
        "name": "BaseGlyphs",
        "lineno": 14,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.AsciiBaseGlyphs",
        "name": "AsciiBaseGlyphs",
        "lineno": 24,
        "bases": [
          "BaseGlyphs"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.AsciiDirectedGlyphs",
        "name": "AsciiDirectedGlyphs",
        "lineno": 33,
        "bases": [
          "AsciiBaseGlyphs"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.AsciiUndirectedGlyphs",
        "name": "AsciiUndirectedGlyphs",
        "lineno": 40,
        "bases": [
          "AsciiBaseGlyphs"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.UtfBaseGlyphs",
        "name": "UtfBaseGlyphs",
        "lineno": 47,
        "bases": [
          "BaseGlyphs"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.UtfDirectedGlyphs",
        "name": "UtfDirectedGlyphs",
        "lineno": 59,
        "bases": [
          "UtfBaseGlyphs"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.UtfUndirectedGlyphs",
        "name": "UtfUndirectedGlyphs",
        "lineno": 66,
        "bases": [
          "UtfBaseGlyphs"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.StackFrame",
        "name": "StackFrame",
        "lineno": 216,
        "bases": [
          "NamedTuple"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.text.ParseStackFrame",
        "name": "ParseStackFrame",
        "lineno": 669,
        "bases": [
          "NamedTuple"
        ],
        "scope": null
      }
    ],
    "networkx.readwrite": [],
    "networkx.readwrite.json_graph.adjacency": [],
    "networkx.readwrite.json_graph.cytoscape": [],
    "networkx.readwrite.json_graph.node_link": [],
    "networkx.readwrite.json_graph.tree": [],
    "networkx.readwrite.json_graph": [],
    "networkx.readwrite.json_graph.tests.test_adjacency": [
      {
        "id": "networkx.readwrite.json_graph.tests.test_adjacency.TestAdjacency",
        "name": "TestAdjacency",
        "lineno": 11,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.json_graph.tests.test_cytoscape": [],
    "networkx.readwrite.json_graph.tests.test_node_link": [
      {
        "id": "networkx.readwrite.json_graph.tests.test_node_link.TestNodeLink",
        "name": "TestNodeLink",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.json_graph.tests.test_tree": [],
    "networkx.readwrite.json_graph.tests": [],
    "networkx.readwrite.tests.test_adjlist": [
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestGenerateAdjlist",
        "name": "TestGenerateAdjlist",
        "lineno": 13,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestAdjlist",
        "name": "TestAdjlist",
        "lineno": 105,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_adjlist.TestMultilineAdjlist",
        "name": "TestMultilineAdjlist",
        "lineno": 229,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_edgelist": [
      {
        "id": "networkx.readwrite.tests.test_edgelist.TestEdgelist",
        "name": "TestEdgelist",
        "lineno": 175,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_gexf": [
      {
        "id": "networkx.readwrite.tests.test_gexf.TestGEXF",
        "name": "TestGEXF",
        "lineno": 64,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_gml": [
      {
        "id": "networkx.readwrite.tests.test_gml.TestGraph",
        "name": "TestGraph",
        "lineno": 14,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_gml.TestPropertyLists",
        "name": "TestPropertyLists",
        "lineno": 639,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_graph6": [
      {
        "id": "networkx.readwrite.tests.test_graph6.TestGraph6Utils",
        "name": "TestGraph6Utils",
        "lineno": 23,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestFromGraph6Bytes",
        "name": "TestFromGraph6Bytes",
        "lineno": 31,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestReadGraph6",
        "name": "TestReadGraph6",
        "lineno": 55,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestWriteGraph6",
        "name": "TestWriteGraph6",
        "lineno": 66,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_graph6.TestToGraph6Bytes",
        "name": "TestToGraph6Bytes",
        "lineno": 140,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_graphml": [
      {
        "id": "networkx.readwrite.tests.test_graphml.BaseGraphML",
        "name": "BaseGraphML",
        "lineno": 10,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestReadGraphML",
        "name": "TestReadGraphML",
        "lineno": 313,
        "bases": [
          "BaseGraphML"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestWriteGraphML",
        "name": "TestWriteGraphML",
        "lineno": 1093,
        "bases": [
          "BaseGraphML"
        ],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_graphml.TestXMLGraphML",
        "name": "TestXMLGraphML",
        "lineno": 1466,
        "bases": [
          "TestWriteGraphML"
        ],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_leda": [
      {
        "id": "networkx.readwrite.tests.test_leda.TestLEDA",
        "name": "TestLEDA",
        "lineno": 6,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_p2g": [
      {
        "id": "networkx.readwrite.tests.test_p2g.TestP2G",
        "name": "TestP2G",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_pajek": [
      {
        "id": "networkx.readwrite.tests.test_pajek.TestPajek",
        "name": "TestPajek",
        "lineno": 9,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_sparse6": [
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6",
        "name": "TestSparseGraph6",
        "lineno": 9,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6",
        "name": "TestWriteSparse6",
        "lineno": 87,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.readwrite.tests.test_text": [],
    "networkx.readwrite.tests": [],
    "networkx.tests.test_all_random_functions": [],
    "networkx.tests.test_convert": [
      {
        "id": "networkx.tests.test_convert.TestConvert",
        "name": "TestConvert",
        "lineno": 15,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.G",
        "name": "G",
        "lineno": 47,
        "bases": [],
        "scope": "TestConvert"
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.G",
        "name": "G",
        "lineno": 53,
        "bases": [],
        "scope": "TestConvert"
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.G",
        "name": "G",
        "lineno": 63,
        "bases": [],
        "scope": "TestConvert"
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.custom_dict",
        "name": "custom_dict",
        "lineno": 265,
        "bases": [
          "dict"
        ],
        "scope": "TestConvert"
      },
      {
        "id": "networkx.tests.test_convert.TestConvert.Custom",
        "name": "Custom",
        "lineno": 268,
        "bases": [
          "nx.Graph"
        ],
        "scope": "TestConvert"
      }
    ],
    "networkx.tests.test_convert_numpy": [
      {
        "id": "networkx.tests.test_convert_numpy.TestConvertNumpyArray",
        "name": "TestConvertNumpyArray",
        "lineno": 12,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.tests.test_convert_pandas": [
      {
        "id": "networkx.tests.test_convert_pandas.TestConvertPandas",
        "name": "TestConvertPandas",
        "lineno": 10,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.tests.test_convert_scipy": [
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy",
        "name": "TestConvertScipy",
        "lineno": 10,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.tests.test_convert_scipy.TestConvertScipy.G",
        "name": "G",
        "lineno": 19,
        "bases": [],
        "scope": "TestConvertScipy"
      }
    ],
    "networkx.tests.test_exceptions": [],
    "networkx.tests.test_import": [],
    "networkx.tests.test_lazy_imports": [],
    "networkx.tests.test_relabel": [
      {
        "id": "networkx.tests.test_relabel.TestRelabel",
        "name": "TestRelabel",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.tests.test_removed_functions_exception_messages": [],
    "networkx.tests": [],
    "networkx.utils.backends": [
      {
        "id": "networkx.utils.backends._dispatchable",
        "name": "_dispatchable",
        "lineno": 215,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.backends._LazyArgsRepr",
        "name": "_LazyArgsRepr",
        "lineno": 2147,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.utils.configs": [
      {
        "id": "networkx.utils.configs.Config",
        "name": "Config",
        "lineno": 9,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.configs.BackendPriorities",
        "name": "BackendPriorities",
        "lineno": 228,
        "bases": [
          "Config"
        ],
        "scope": null
      },
      {
        "id": "networkx.utils.configs.NetworkXConfig",
        "name": "NetworkXConfig",
        "lineno": 277,
        "bases": [
          "Config"
        ],
        "scope": null
      }
    ],
    "networkx.utils.decorators": [
      {
        "id": "networkx.utils.decorators.argmap",
        "name": "argmap",
        "lineno": 371,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.utils.heaps": [
      {
        "id": "networkx.utils.heaps.MinHeap",
        "name": "MinHeap",
        "lineno": 13,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.heaps.MinHeap._Item",
        "name": "_Item",
        "lineno": 21,
        "bases": [],
        "scope": "MinHeap"
      },
      {
        "id": "networkx.utils.heaps.PairingHeap",
        "name": "PairingHeap",
        "lineno": 132,
        "bases": [
          "MinHeap"
        ],
        "scope": null
      },
      {
        "id": "networkx.utils.heaps.PairingHeap._Node",
        "name": "_Node",
        "lineno": 135,
        "bases": [
          "MinHeap._Item"
        ],
        "scope": "PairingHeap"
      },
      {
        "id": "networkx.utils.heaps.BinaryHeap",
        "name": "BinaryHeap",
        "lineno": 281,
        "bases": [
          "MinHeap"
        ],
        "scope": null
      }
    ],
    "networkx.utils.mapped_queue": [
      {
        "id": "networkx.utils.mapped_queue._HeapElement",
        "name": "_HeapElement",
        "lineno": 8,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.mapped_queue.MappedQueue",
        "name": "MappedQueue",
        "lineno": 91,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.utils.misc": [
      {
        "id": "networkx.utils.misc.PythonRandomViaNumpyBits",
        "name": "PythonRandomViaNumpyBits",
        "lineno": 301,
        "bases": [
          "random.Random"
        ],
        "scope": null
      },
      {
        "id": "networkx.utils.misc.PythonRandomInterface",
        "name": "PythonRandomInterface",
        "lineno": 359,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.utils.random_sequence": [],
    "networkx.utils.rcm": [],
    "networkx.utils.union_find": [
      {
        "id": "networkx.utils.union_find.UnionFind",
        "name": "UnionFind",
        "lineno": 8,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.utils": [],
    "networkx.utils.tests.test_backends": [],
    "networkx.utils.tests.test_config": [
      {
        "id": "networkx.utils.tests.test_config.ExampleConfig",
        "name": "ExampleConfig",
        "lineno": 11,
        "bases": [
          "Config"
        ],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_config.EmptyConfig",
        "name": "EmptyConfig",
        "lineno": 25,
        "bases": [
          "Config"
        ],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_config.DefaultConfig",
        "name": "DefaultConfig",
        "lineno": 109,
        "bases": [
          "Config"
        ],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_config.FlexibleConfig",
        "name": "FlexibleConfig",
        "lineno": 174,
        "bases": [
          "Config"
        ],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_config.FlexibleConfigWithDefault",
        "name": "FlexibleConfigWithDefault",
        "lineno": 220,
        "bases": [
          "Config"
        ],
        "scope": null
      }
    ],
    "networkx.utils.tests.test_decorators": [
      {
        "id": "networkx.utils.tests.test_decorators.TestOpenFileDecorator",
        "name": "TestOpenFileDecorator",
        "lineno": 104,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestRandomState",
        "name": "TestRandomState",
        "lineno": 207,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap",
        "name": "TestArgmap",
        "lineno": 348,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_decorators.TestArgmap.ArgmapError",
        "name": "ArgmapError",
        "lineno": 349,
        "bases": [
          "RuntimeError"
        ],
        "scope": "TestArgmap"
      }
    ],
    "networkx.utils.tests.test_heaps": [
      {
        "id": "networkx.utils.tests.test_heaps.X",
        "name": "X",
        "lineno": 7,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.utils.tests.test_mapped_queue": [
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedQueue",
        "name": "TestMappedQueue",
        "lineno": 49,
        "bases": [],
        "scope": null
      },
      {
        "id": "networkx.utils.tests.test_mapped_queue.TestMappedDict",
        "name": "TestMappedDict",
        "lineno": 206,
        "bases": [
          "TestMappedQueue"
        ],
        "scope": null
      }
    ],
    "networkx.utils.tests.test_misc": [
      {
        "id": "networkx.utils.tests.test_misc.TestNumpyArray",
        "name": "TestNumpyArray",
        "lineno": 78,
        "bases": [],
        "scope": null
      }
    ],
    "networkx.utils.tests.test_random_sequence": [],
    "networkx.utils.tests.test_rcm": [],
    "networkx.utils.tests.test_unionfind": [],
    "networkx.utils.tests.test__init": [],
    "networkx.utils.tests": [],
    "tools.generate_requirements": [],
    "tools.team_list": []
  },
  "module_graph": {
    "benchmarks.benchmarks.benchmark_algorithms": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_algorithms.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_aperiodic": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_aperiodic.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_chordal": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_chordal.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_classes": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_classes.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_harmonic_centrality": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_harmonic_centrality.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_many_components": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_many_components.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_neighbors": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_neighbors.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_regular": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_regular.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_shortest_path": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_shortest_path.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.benchmark_to_networkx_graph": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\benchmark_to_networkx_graph.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.distance_measures": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\distance_measures.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks.utils": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\utils.py",
      "parent": "benchmarks.benchmarks",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "benchmarks.benchmarks": {
      "path": "C:\\repos\\v3\\networkx\\benchmarks\\benchmarks\\__init__.py",
      "parent": "benchmarks",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "doc.conf": {
      "path": "C:\\repos\\v3\\networkx\\doc\\conf.py",
      "parent": "doc",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "doc.release.contribs": {
      "path": "C:\\repos\\v3\\networkx\\doc\\release\\contribs.py",
      "parent": "doc.release",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "doc.release.report_functions_without_rst_generated": {
      "path": "C:\\repos\\v3\\networkx\\doc\\release\\report_functions_without_rst_generated.py",
      "parent": "doc.release",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.3d_drawing.mayavi2_spring": {
      "path": "C:\\repos\\v3\\networkx\\examples\\3d_drawing\\mayavi2_spring.py",
      "parent": "examples.3d_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.3d_drawing.plot_3d_animation_basic": {
      "path": "C:\\repos\\v3\\networkx\\examples\\3d_drawing\\plot_3d_animation_basic.py",
      "parent": "examples.3d_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.3d_drawing.plot_3d_animation_walk": {
      "path": "C:\\repos\\v3\\networkx\\examples\\3d_drawing\\plot_3d_animation_walk.py",
      "parent": "examples.3d_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.3d_drawing.plot_basic": {
      "path": "C:\\repos\\v3\\networkx\\examples\\3d_drawing\\plot_basic.py",
      "parent": "examples.3d_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.3d_drawing.plot_facebook_3d": {
      "path": "C:\\repos\\v3\\networkx\\examples\\3d_drawing\\plot_facebook_3d.py",
      "parent": "examples.3d_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_beam_search": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_beam_search.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_betweenness_centrality": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_betweenness_centrality.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_bipartite_motif_abcore": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_bipartite_motif_abcore.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_blockmodel": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_blockmodel.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_circuits": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_circuits.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_cycle_detection": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_cycle_detection.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_davis_club": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_davis_club.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_dedensification": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_dedensification.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_girvan_newman": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_girvan_newman.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_greedy_coloring": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_greedy_coloring.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_image_segmentation_spectral_graph_partition": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_image_segmentation_spectral_graph_partition.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_iterated_dynamical_systems": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_iterated_dynamical_systems.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_krackhardt_centrality": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_krackhardt_centrality.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_lca": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_lca.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_maximum_independent_set": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_maximum_independent_set.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_metric_closure": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_metric_closure.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_parallel_betweenness": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_parallel_betweenness.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_rcm": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_rcm.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_shortest_path": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_shortest_path.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_snap": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_snap.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_subgraphs": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_subgraphs.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.algorithms.plot_trust_rank": {
      "path": "C:\\repos\\v3\\networkx\\examples\\algorithms\\plot_trust_rank.py",
      "parent": "examples.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.basic.plot_basic_directed": {
      "path": "C:\\repos\\v3\\networkx\\examples\\basic\\plot_basic_directed.py",
      "parent": "examples.basic",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.basic.plot_properties": {
      "path": "C:\\repos\\v3\\networkx\\examples\\basic\\plot_properties.py",
      "parent": "examples.basic",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.basic.plot_read_write": {
      "path": "C:\\repos\\v3\\networkx\\examples\\basic\\plot_read_write.py",
      "parent": "examples.basic",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.basic.plot_simple_graph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\basic\\plot_simple_graph.py",
      "parent": "examples.basic",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_center_node": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_center_node.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_chess_masters": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_chess_masters.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_clusters": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_clusters.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_custom_node_icons": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_custom_node_icons.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_degree": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_degree.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_directed": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_directed.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_edge_colormap": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_edge_colormap.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_ego_graph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_ego_graph.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_eigenvalues": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_eigenvalues.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_four_grids": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_four_grids.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_house_with_colors": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_house_with_colors.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_knuth_miles": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_knuth_miles.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_labels_and_colors": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_labels_and_colors.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_multigraphs": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_multigraphs.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_multipartite_graph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_multipartite_graph.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_node_colormap": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_node_colormap.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_rainbow_coloring": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_rainbow_coloring.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_random_geometric_graph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_random_geometric_graph.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_sampson": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_sampson.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_selfloops": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_selfloops.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_simple_path": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_simple_path.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_spectral_grid": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_spectral_grid.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_spring_layout": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_spring_layout.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_tsp": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_tsp.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_unix_email": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_unix_email.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.drawing.plot_weighted_graph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\drawing\\plot_weighted_graph.py",
      "parent": "examples.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.external.javascript_force": {
      "path": "C:\\repos\\v3\\networkx\\examples\\external\\javascript_force.py",
      "parent": "examples.external",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.external.plot_igraph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\external\\plot_igraph.py",
      "parent": "examples.external",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.external.plot_iplotx": {
      "path": "C:\\repos\\v3\\networkx\\examples\\external\\plot_iplotx.py",
      "parent": "examples.external",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.geospatial.plot_delaunay": {
      "path": "C:\\repos\\v3\\networkx\\examples\\geospatial\\plot_delaunay.py",
      "parent": "examples.geospatial",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.geospatial.plot_lines": {
      "path": "C:\\repos\\v3\\networkx\\examples\\geospatial\\plot_lines.py",
      "parent": "examples.geospatial",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.geospatial.plot_osmnx": {
      "path": "C:\\repos\\v3\\networkx\\examples\\geospatial\\plot_osmnx.py",
      "parent": "examples.geospatial",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.geospatial.plot_points": {
      "path": "C:\\repos\\v3\\networkx\\examples\\geospatial\\plot_points.py",
      "parent": "examples.geospatial",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.geospatial.plot_polygons": {
      "path": "C:\\repos\\v3\\networkx\\examples\\geospatial\\plot_polygons.py",
      "parent": "examples.geospatial",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_dag_layout": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_dag_layout.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_degree_sequence": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_degree_sequence.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_erdos_renyi": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_erdos_renyi.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_expected_degree_sequence": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_expected_degree_sequence.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_football": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_football.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_karate_club": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_karate_club.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_morse_trie": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_morse_trie.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_mst": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_mst.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_napoleon_russian_campaign": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_napoleon_russian_campaign.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_roget": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_roget.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_triad_types": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_triad_types.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_visibility_graph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_visibility_graph.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graph.plot_words": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graph\\plot_words.py",
      "parent": "examples.graph",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_drawing.plot_attributes": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_drawing\\plot_attributes.py",
      "parent": "examples.graphviz_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_drawing.plot_conversion": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_drawing\\plot_conversion.py",
      "parent": "examples.graphviz_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_drawing.plot_grid": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_drawing\\plot_grid.py",
      "parent": "examples.graphviz_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_drawing.plot_mini_atlas": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_drawing\\plot_mini_atlas.py",
      "parent": "examples.graphviz_drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_layout.plot_atlas": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_layout\\plot_atlas.py",
      "parent": "examples.graphviz_layout",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_layout.plot_circular_tree": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_layout\\plot_circular_tree.py",
      "parent": "examples.graphviz_layout",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_layout.plot_decomposition": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_layout\\plot_decomposition.py",
      "parent": "examples.graphviz_layout",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_layout.plot_giant_component": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_layout\\plot_giant_component.py",
      "parent": "examples.graphviz_layout",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.graphviz_layout.plot_lanl_routes": {
      "path": "C:\\repos\\v3\\networkx\\examples\\graphviz_layout\\plot_lanl_routes.py",
      "parent": "examples.graphviz_layout",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.subclass.plot_antigraph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\subclass\\plot_antigraph.py",
      "parent": "examples.subclass",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "examples.subclass.plot_printgraph": {
      "path": "C:\\repos\\v3\\networkx\\examples\\subclass\\plot_printgraph.py",
      "parent": "examples.subclass",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.conftest": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\conftest.py",
      "parent": "networkx",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.convert": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\convert.py",
      "parent": "networkx",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.convert_matrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\convert_matrix.py",
      "parent": "networkx",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.exception": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\exception.py",
      "parent": "networkx",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.lazy_imports": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\lazy_imports.py",
      "parent": "networkx",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.relabel": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\relabel.py",
      "parent": "networkx",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\__init__.py",
      "parent": null,
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.asteroidal": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\asteroidal.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.boundary": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\boundary.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bridges": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bridges.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.broadcasting": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\broadcasting.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.chains": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\chains.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.chordal": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\chordal.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.clique": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\clique.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.cluster": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\cluster.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.communicability_alg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\communicability_alg.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.core": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\core.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.covering": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\covering.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.cuts": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\cuts.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.cycles": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\cycles.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.dag": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\dag.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.distance_measures": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\distance_measures.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.distance_regular": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\distance_regular.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.dominance": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\dominance.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.dominating": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\dominating.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.d_separation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\d_separation.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.efficiency_measures": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\efficiency_measures.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.euler": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\euler.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.graphical": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\graphical.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.graph_hashing": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\graph_hashing.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.hierarchy": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\hierarchy.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.hybrid": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\hybrid.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.isolate": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isolate.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.link_prediction": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\link_prediction.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.lowest_common_ancestors": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\lowest_common_ancestors.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.matching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\matching.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.mis": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\mis.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.moral": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\moral.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.node_classification": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\node_classification.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.non_randomness": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\non_randomness.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.perfect_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\perfect_graph.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.planarity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\planarity.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.planar_drawing": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\planar_drawing.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.polynomials": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\polynomials.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.reciprocity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\reciprocity.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.regular": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\regular.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.richclub": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\richclub.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.similarity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\similarity.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.simple_paths": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\simple_paths.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.smallworld": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\smallworld.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.smetric": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\smetric.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.sparsifiers": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\sparsifiers.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.structuralholes": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\structuralholes.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.summarization": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\summarization.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.swap": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\swap.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.threshold": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\threshold.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.time_dependent": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\time_dependent.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.tournament": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tournament.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.triads": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\triads.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.vitality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\vitality.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.voronoi": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\voronoi.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.walks": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\walks.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.wiener": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\wiener.py",
      "parent": "networkx.algorithms",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.clique": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\clique.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.clustering_coefficient": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\clustering_coefficient.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\connectivity.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.density": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\density.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.distance_measures": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\distance_measures.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.dominating_set": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\dominating_set.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.kcomponents": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\kcomponents.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.matching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\matching.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.maxcut": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\maxcut.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.ramsey": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\ramsey.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.steinertree": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\steinertree.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.traveling_salesman": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\traveling_salesman.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.treewidth": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\treewidth.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.vertex_cover": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\vertex_cover.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.approximation.tests.test_approx_clust_coeff": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_approx_clust_coeff.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_clique": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_clique.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_connectivity.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_density": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_density.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_distance_measures": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_distance_measures.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_dominating_set": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_dominating_set.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_kcomponents": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_kcomponents.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_matching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_matching.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_maxcut": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_maxcut.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_ramsey": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_ramsey.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_steinertree": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_steinertree.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_traveling_salesman": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_traveling_salesman.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_treewidth": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_treewidth.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests.test_vertex_cover": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\test_vertex_cover.py",
      "parent": "networkx.algorithms.approximation.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.approximation.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\approximation\\tests\\__init__.py",
      "parent": "networkx.algorithms.approximation",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.assortativity.connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\connectivity.py",
      "parent": "networkx.algorithms.assortativity",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.assortativity.correlation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\correlation.py",
      "parent": "networkx.algorithms.assortativity",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.assortativity.mixing": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\mixing.py",
      "parent": "networkx.algorithms.assortativity",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.assortativity.neighbor_degree": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\neighbor_degree.py",
      "parent": "networkx.algorithms.assortativity",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.assortativity.pairs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\pairs.py",
      "parent": "networkx.algorithms.assortativity",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.assortativity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.assortativity.tests.base_test": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\tests\\base_test.py",
      "parent": "networkx.algorithms.assortativity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.assortativity.tests.test_connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\tests\\test_connectivity.py",
      "parent": "networkx.algorithms.assortativity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.assortativity.tests.test_correlation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\tests\\test_correlation.py",
      "parent": "networkx.algorithms.assortativity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.assortativity.tests.test_mixing": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\tests\\test_mixing.py",
      "parent": "networkx.algorithms.assortativity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.assortativity.tests.test_neighbor_degree": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\tests\\test_neighbor_degree.py",
      "parent": "networkx.algorithms.assortativity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.assortativity.tests.test_pairs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\tests\\test_pairs.py",
      "parent": "networkx.algorithms.assortativity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.assortativity.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\assortativity\\tests\\__init__.py",
      "parent": "networkx.algorithms.assortativity",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.basic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\basic.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\centrality.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.cluster": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\cluster.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.community": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\community.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.covering": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\covering.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.edgelist": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\edgelist.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.extendability": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\extendability.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.generators": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\generators.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.link_analysis": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\link_analysis.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.matching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\matching.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.matrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\matrix.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.projection": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\projection.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.redundancy": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\redundancy.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.spectral": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\spectral.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.bipartite.tests.test_basic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_basic.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_centrality.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_cluster": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_cluster.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_community": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_community.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_covering": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_covering.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_edgelist": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_edgelist.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_extendability": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_extendability.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_generators": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_generators.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_link_analysis": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_link_analysis.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_matching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_matching.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_matrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_matrix.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_project": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_project.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_redundancy": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_redundancy.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests.test_spectral_bipartivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\test_spectral_bipartivity.py",
      "parent": "networkx.algorithms.bipartite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.bipartite.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\bipartite\\tests\\__init__.py",
      "parent": "networkx.algorithms.bipartite",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.betweenness": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\betweenness.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.betweenness_subset": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\betweenness_subset.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.closeness": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\closeness.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.current_flow_betweenness": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\current_flow_betweenness.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.current_flow_betweenness_subset": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\current_flow_betweenness_subset.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.current_flow_closeness": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\current_flow_closeness.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.degree_alg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\degree_alg.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.dispersion": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\dispersion.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.eigenvector": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\eigenvector.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.flow_matrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\flow_matrix.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.group": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\group.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.harmonic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\harmonic.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.katz": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\katz.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.laplacian": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\laplacian.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.load": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\load.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.percolation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\percolation.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.reaching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\reaching.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.second_order": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\second_order.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.subgraph_alg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\subgraph_alg.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.trophic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\trophic.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.voterank_alg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\voterank_alg.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_betweenness_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_betweenness_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_betweenness_centrality_subset.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_closeness_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_closeness_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_current_flow_betweenness_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_current_flow_betweenness_centrality_subset.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_current_flow_closeness": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_current_flow_closeness.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_degree_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_degree_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_dispersion": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_dispersion.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_eigenvector_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_eigenvector_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_group": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_group.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_harmonic_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_harmonic_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_katz_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_katz_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_laplacian_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_laplacian_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_load_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_load_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_percolation_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_percolation_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_reaching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_reaching.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_second_order_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_second_order_centrality.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_subgraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_subgraph.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_trophic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_trophic.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests.test_voterank": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\test_voterank.py",
      "parent": "networkx.algorithms.centrality.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.centrality.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\centrality\\tests\\__init__.py",
      "parent": "networkx.algorithms.centrality",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.coloring.equitable_coloring": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\coloring\\equitable_coloring.py",
      "parent": "networkx.algorithms.coloring",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.coloring.greedy_coloring": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\coloring\\greedy_coloring.py",
      "parent": "networkx.algorithms.coloring",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.coloring": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\coloring\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.coloring.tests.test_coloring": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\coloring\\tests\\test_coloring.py",
      "parent": "networkx.algorithms.coloring.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.coloring.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\coloring\\tests\\__init__.py",
      "parent": "networkx.algorithms.coloring",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.asyn_fluid": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\asyn_fluid.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.bipartitions": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\bipartitions.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\centrality.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.community_utils": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\community_utils.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.divisive": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\divisive.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.kclique": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\kclique.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.label_propagation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\label_propagation.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.leiden": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\leiden.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.local": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\local.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.louvain": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\louvain.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.lukes": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\lukes.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.modularity_max": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\modularity_max.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.quality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\quality.py",
      "parent": "networkx.algorithms.community",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.community.tests.test_asyn_fluid": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_asyn_fluid.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_bipartitions": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_bipartitions.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_centrality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_centrality.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_divisive": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_divisive.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_kclique": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_kclique.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_label_propagation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_label_propagation.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_leiden": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_leiden.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_local": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_local.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_louvain": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_louvain.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_lukes": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_lukes.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_modularity_max": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_modularity_max.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_quality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_quality.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests.test_utils": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\test_utils.py",
      "parent": "networkx.algorithms.community.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.community.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\community\\tests\\__init__.py",
      "parent": "networkx.algorithms.community",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.attracting": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\attracting.py",
      "parent": "networkx.algorithms.components",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.biconnected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\biconnected.py",
      "parent": "networkx.algorithms.components",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.connected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\connected.py",
      "parent": "networkx.algorithms.components",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.semiconnected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\semiconnected.py",
      "parent": "networkx.algorithms.components",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.strongly_connected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\strongly_connected.py",
      "parent": "networkx.algorithms.components",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.weakly_connected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\weakly_connected.py",
      "parent": "networkx.algorithms.components",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.tests.test_attracting": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\tests\\test_attracting.py",
      "parent": "networkx.algorithms.components.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.tests.test_biconnected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\tests\\test_biconnected.py",
      "parent": "networkx.algorithms.components.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.tests.test_connected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\tests\\test_connected.py",
      "parent": "networkx.algorithms.components.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.tests.test_semiconnected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\tests\\test_semiconnected.py",
      "parent": "networkx.algorithms.components.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.tests.test_strongly_connected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\tests\\test_strongly_connected.py",
      "parent": "networkx.algorithms.components.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.tests.test_weakly_connected": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\tests\\test_weakly_connected.py",
      "parent": "networkx.algorithms.components.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.components.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\components\\tests\\__init__.py",
      "parent": "networkx.algorithms.components",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\connectivity.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.cuts": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\cuts.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.disjoint_paths": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\disjoint_paths.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.edge_augmentation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\edge_augmentation.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.edge_kcomponents": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\edge_kcomponents.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.kcomponents": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\kcomponents.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.kcutsets": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\kcutsets.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.stoerwagner": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\stoerwagner.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.utils": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\utils.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_connectivity.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_cuts": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_cuts.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_disjoint_paths": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_disjoint_paths.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_edge_augmentation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_edge_augmentation.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_edge_kcomponents": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_edge_kcomponents.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_kcomponents": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_kcomponents.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_kcutsets": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_kcutsets.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests.test_stoer_wagner": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\test_stoer_wagner.py",
      "parent": "networkx.algorithms.connectivity.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.connectivity.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\connectivity\\tests\\__init__.py",
      "parent": "networkx.algorithms.connectivity",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.boykovkolmogorov": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\boykovkolmogorov.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.capacityscaling": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\capacityscaling.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.dinitz_alg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\dinitz_alg.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.edmondskarp": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\edmondskarp.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.gomory_hu": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\gomory_hu.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.maxflow": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\maxflow.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.mincost": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\mincost.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.networksimplex": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\networksimplex.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.preflowpush": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\preflowpush.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.shortestaugmentingpath": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\shortestaugmentingpath.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.utils": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\utils.py",
      "parent": "networkx.algorithms.flow",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.tests.test_gomory_hu": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\tests\\test_gomory_hu.py",
      "parent": "networkx.algorithms.flow.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.tests.test_maxflow": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\tests\\test_maxflow.py",
      "parent": "networkx.algorithms.flow.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.tests.test_maxflow_large_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\tests\\test_maxflow_large_graph.py",
      "parent": "networkx.algorithms.flow.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.tests.test_mincost": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\tests\\test_mincost.py",
      "parent": "networkx.algorithms.flow.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.tests.test_networksimplex": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\tests\\test_networksimplex.py",
      "parent": "networkx.algorithms.flow.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.flow.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\flow\\tests\\__init__.py",
      "parent": "networkx.algorithms.flow",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.ismags": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\ismags.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.isomorphism.isomorph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\isomorph.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.isomorphism.isomorphvf2": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\isomorphvf2.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.matchhelpers": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\matchhelpers.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.temporalisomorphvf2": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\temporalisomorphvf2.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.isomorphism.tree_isomorphism": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tree_isomorphism.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.isomorphism.vf2pp": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\vf2pp.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.isomorphism.vf2userfunc": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\vf2userfunc.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.isomorphism.tests.test_common": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_common.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_ismags": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_ismags.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_isomorphism": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_isomorphism.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_isomorphvf2": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_isomorphvf2.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_match_helpers": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_match_helpers.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_temporalisomorphvf2.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_tree_isomorphism": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_tree_isomorphism.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_vf2pp": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_vf2pp.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_vf2pp_helpers.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests.test_vf2userfunc": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\test_vf2userfunc.py",
      "parent": "networkx.algorithms.isomorphism.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.isomorphism.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\isomorphism\\tests\\__init__.py",
      "parent": "networkx.algorithms.isomorphism",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.link_analysis.hits_alg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\link_analysis\\hits_alg.py",
      "parent": "networkx.algorithms.link_analysis",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.link_analysis.pagerank_alg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\link_analysis\\pagerank_alg.py",
      "parent": "networkx.algorithms.link_analysis",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.link_analysis": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\link_analysis\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.link_analysis.tests.test_hits": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\link_analysis\\tests\\test_hits.py",
      "parent": "networkx.algorithms.link_analysis.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.link_analysis.tests.test_pagerank": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\link_analysis\\tests\\test_pagerank.py",
      "parent": "networkx.algorithms.link_analysis.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.link_analysis.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\link_analysis\\tests\\__init__.py",
      "parent": "networkx.algorithms.link_analysis",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.minors.contraction": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\minors\\contraction.py",
      "parent": "networkx.algorithms.minors",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.minors": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\minors\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.minors.tests.test_contraction": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\minors\\tests\\test_contraction.py",
      "parent": "networkx.algorithms.minors.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.operators.all": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\all.py",
      "parent": "networkx.algorithms.operators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.operators.binary": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\binary.py",
      "parent": "networkx.algorithms.operators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.operators.product": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\product.py",
      "parent": "networkx.algorithms.operators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.operators.unary": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\unary.py",
      "parent": "networkx.algorithms.operators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.operators": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.operators.tests.test_all": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\tests\\test_all.py",
      "parent": "networkx.algorithms.operators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.operators.tests.test_binary": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\tests\\test_binary.py",
      "parent": "networkx.algorithms.operators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.operators.tests.test_product": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\tests\\test_product.py",
      "parent": "networkx.algorithms.operators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.operators.tests.test_unary": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\tests\\test_unary.py",
      "parent": "networkx.algorithms.operators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.operators.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\operators\\tests\\__init__.py",
      "parent": "networkx.algorithms.operators",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.shortest_paths.astar": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\astar.py",
      "parent": "networkx.algorithms.shortest_paths",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.shortest_paths.dense": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\dense.py",
      "parent": "networkx.algorithms.shortest_paths",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.shortest_paths.generic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\generic.py",
      "parent": "networkx.algorithms.shortest_paths",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.shortest_paths.unweighted": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\unweighted.py",
      "parent": "networkx.algorithms.shortest_paths",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.shortest_paths.weighted": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\weighted.py",
      "parent": "networkx.algorithms.shortest_paths",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.shortest_paths": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.shortest_paths.tests.test_astar": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\tests\\test_astar.py",
      "parent": "networkx.algorithms.shortest_paths.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.shortest_paths.tests.test_dense": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\tests\\test_dense.py",
      "parent": "networkx.algorithms.shortest_paths.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.shortest_paths.tests.test_dense_numpy": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\tests\\test_dense_numpy.py",
      "parent": "networkx.algorithms.shortest_paths.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.shortest_paths.tests.test_generic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\tests\\test_generic.py",
      "parent": "networkx.algorithms.shortest_paths.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.shortest_paths.tests.test_unweighted": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\tests\\test_unweighted.py",
      "parent": "networkx.algorithms.shortest_paths.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.shortest_paths.tests.test_weighted": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\tests\\test_weighted.py",
      "parent": "networkx.algorithms.shortest_paths.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.shortest_paths.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\shortest_paths\\tests\\__init__.py",
      "parent": "networkx.algorithms.shortest_paths",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_asteroidal": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_asteroidal.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_boundary": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_boundary.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_bridges": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_bridges.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_broadcasting": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_broadcasting.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_chains": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_chains.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_chordal": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_chordal.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_clique": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_clique.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_cluster": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_cluster.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_communicability": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_communicability.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_core": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_core.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_covering": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_covering.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_cuts": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_cuts.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_cycles": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_cycles.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_dag": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_dag.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_distance_measures": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_distance_measures.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_distance_regular": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_distance_regular.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_dominance": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_dominance.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_dominating": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_dominating.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_d_separation": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_d_separation.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_efficiency": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_efficiency.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_euler": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_euler.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_graphical": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_graphical.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_graph_hashing": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_graph_hashing.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_hierarchy": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_hierarchy.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_hybrid": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_hybrid.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_isolate": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_isolate.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_link_prediction": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_link_prediction.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_lowest_common_ancestors": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_lowest_common_ancestors.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_matching": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_matching.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_max_weight_clique": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_max_weight_clique.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_mis": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_mis.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_moral": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_moral.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_node_classification": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_node_classification.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_non_randomness": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_non_randomness.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_perfect_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_perfect_graph.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_planarity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_planarity.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_planar_drawing": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_planar_drawing.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_polynomials": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_polynomials.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_reciprocity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_reciprocity.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_regular": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_regular.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_richclub": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_richclub.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_similarity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_similarity.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_simple_paths": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_simple_paths.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_smallworld": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_smallworld.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_smetric": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_smetric.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_sparsifiers": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_sparsifiers.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_structuralholes": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_structuralholes.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_summarization": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_summarization.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_swap": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_swap.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_threshold": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_threshold.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_time_dependent": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_time_dependent.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_tournament": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_tournament.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_triads": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_triads.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_vitality": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_vitality.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_voronoi": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_voronoi.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_walks": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_walks.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests.test_wiener": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\test_wiener.py",
      "parent": "networkx.algorithms.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tests\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.beamsearch": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\beamsearch.py",
      "parent": "networkx.algorithms.traversal",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.breadth_first_search": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\breadth_first_search.py",
      "parent": "networkx.algorithms.traversal",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.depth_first_search": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\depth_first_search.py",
      "parent": "networkx.algorithms.traversal",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.edgebfs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\edgebfs.py",
      "parent": "networkx.algorithms.traversal",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.edgedfs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\edgedfs.py",
      "parent": "networkx.algorithms.traversal",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.tests.test_beamsearch": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\tests\\test_beamsearch.py",
      "parent": "networkx.algorithms.traversal.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.tests.test_bfs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\tests\\test_bfs.py",
      "parent": "networkx.algorithms.traversal.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.tests.test_dfs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\tests\\test_dfs.py",
      "parent": "networkx.algorithms.traversal.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.tests.test_edgebfs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\tests\\test_edgebfs.py",
      "parent": "networkx.algorithms.traversal.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.tests.test_edgedfs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\tests\\test_edgedfs.py",
      "parent": "networkx.algorithms.traversal.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.traversal.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\traversal\\tests\\__init__.py",
      "parent": "networkx.algorithms.traversal",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.branchings": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\branchings.py",
      "parent": "networkx.algorithms.tree",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.tree.coding": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\coding.py",
      "parent": "networkx.algorithms.tree",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.tree.decomposition": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\decomposition.py",
      "parent": "networkx.algorithms.tree",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.tree.distance_measures": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\distance_measures.py",
      "parent": "networkx.algorithms.tree",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.mst": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\mst.py",
      "parent": "networkx.algorithms.tree",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.tree.operations": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\operations.py",
      "parent": "networkx.algorithms.tree",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.tree.recognition": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\recognition.py",
      "parent": "networkx.algorithms.tree",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.algorithms.tree": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\__init__.py",
      "parent": "networkx.algorithms",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests.test_branchings": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\test_branchings.py",
      "parent": "networkx.algorithms.tree.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests.test_coding": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\test_coding.py",
      "parent": "networkx.algorithms.tree.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests.test_decomposition": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\test_decomposition.py",
      "parent": "networkx.algorithms.tree.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests.test_distance_measures": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\test_distance_measures.py",
      "parent": "networkx.algorithms.tree.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests.test_mst": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\test_mst.py",
      "parent": "networkx.algorithms.tree.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests.test_operations": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\test_operations.py",
      "parent": "networkx.algorithms.tree.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests.test_recognition": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\test_recognition.py",
      "parent": "networkx.algorithms.tree.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.algorithms.tree.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\algorithms\\tree\\tests\\__init__.py",
      "parent": "networkx.algorithms.tree",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.coreviews": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\coreviews.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.digraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\digraph.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.filters": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\filters.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.function": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\function.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\graph.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.graphviews": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\graphviews.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.classes.multidigraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\multidigraph.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.multigraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\multigraph.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.reportviews": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\reportviews.py",
      "parent": "networkx.classes",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.classes": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.classes.tests.dispatch_interface": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\dispatch_interface.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.historical_tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\historical_tests.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_coreviews": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_coreviews.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_digraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_digraph.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_digraph_historical": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_digraph_historical.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_filters": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_filters.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_function": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_function.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_graph.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_graphviews": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_graphviews.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_graph_historical": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_graph_historical.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_multidigraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_multidigraph.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_multigraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_multigraph.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_reportviews": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_reportviews.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_special": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_special.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests.test_subgraphviews": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\test_subgraphviews.py",
      "parent": "networkx.classes.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.classes.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\classes\\tests\\__init__.py",
      "parent": "networkx.classes",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.layout": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\layout.py",
      "parent": "networkx.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.nx_agraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\nx_agraph.py",
      "parent": "networkx.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.nx_latex": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\nx_latex.py",
      "parent": "networkx.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.nx_pydot": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\nx_pydot.py",
      "parent": "networkx.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.nx_pylab": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\nx_pylab.py",
      "parent": "networkx.drawing",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.tests.test_agraph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\tests\\test_agraph.py",
      "parent": "networkx.drawing.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.tests.test_image_comparison_pylab_mpl": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\tests\\test_image_comparison_pylab_mpl.py",
      "parent": "networkx.drawing.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.tests.test_latex": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\tests\\test_latex.py",
      "parent": "networkx.drawing.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.tests.test_layout": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\tests\\test_layout.py",
      "parent": "networkx.drawing.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.tests.test_pydot": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\tests\\test_pydot.py",
      "parent": "networkx.drawing.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.tests.test_pylab": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\tests\\test_pylab.py",
      "parent": "networkx.drawing.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.drawing.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\drawing\\tests\\__init__.py",
      "parent": "networkx.drawing",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.atlas": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\atlas.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.classic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\classic.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.cographs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\cographs.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.community": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\community.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.degree_seq": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\degree_seq.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.directed": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\directed.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.duplication": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\duplication.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.ego": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\ego.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.expanders": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\expanders.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.geometric": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\geometric.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.harary_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\harary_graph.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.internet_as_graphs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\internet_as_graphs.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.intersection": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\intersection.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.interval_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\interval_graph.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.joint_degree_seq": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\joint_degree_seq.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.lattice": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\lattice.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.line": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\line.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.mycielski": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\mycielski.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.nonisomorphic_trees": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\nonisomorphic_trees.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.random_clustered": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\random_clustered.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.random_graphs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\random_graphs.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.small": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\small.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.social": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\social.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.spectral_graph_forge": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\spectral_graph_forge.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.stochastic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\stochastic.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.sudoku": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\sudoku.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.time_series": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\time_series.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.trees": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\trees.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.triads": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\triads.py",
      "parent": "networkx.generators",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.generators.tests.test_atlas": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_atlas.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_classic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_classic.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_cographs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_cographs.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_community": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_community.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_degree_seq": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_degree_seq.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_directed": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_directed.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_duplication": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_duplication.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_ego": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_ego.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_expanders": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_expanders.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_geometric": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_geometric.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_harary_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_harary_graph.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_internet_as_graphs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_internet_as_graphs.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_intersection": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_intersection.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_interval_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_interval_graph.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_joint_degree_seq": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_joint_degree_seq.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_lattice": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_lattice.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_line": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_line.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_mycielski": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_mycielski.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_nonisomorphic_trees": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_nonisomorphic_trees.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_random_clustered": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_random_clustered.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_random_graphs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_random_graphs.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_small": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_small.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_spectral_graph_forge": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_spectral_graph_forge.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_stochastic": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_stochastic.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_sudoku": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_sudoku.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_time_series": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_time_series.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_trees": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_trees.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests.test_triads": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\test_triads.py",
      "parent": "networkx.generators.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.generators.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\generators\\tests\\__init__.py",
      "parent": "networkx.generators",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.algebraicconnectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\algebraicconnectivity.py",
      "parent": "networkx.linalg",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg.attrmatrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\attrmatrix.py",
      "parent": "networkx.linalg",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg.bethehessianmatrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\bethehessianmatrix.py",
      "parent": "networkx.linalg",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg.graphmatrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\graphmatrix.py",
      "parent": "networkx.linalg",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg.laplacianmatrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\laplacianmatrix.py",
      "parent": "networkx.linalg",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg.modularitymatrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\modularitymatrix.py",
      "parent": "networkx.linalg",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg.spectrum": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\spectrum.py",
      "parent": "networkx.linalg",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.linalg.tests.test_algebraic_connectivity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\test_algebraic_connectivity.py",
      "parent": "networkx.linalg.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.tests.test_attrmatrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\test_attrmatrix.py",
      "parent": "networkx.linalg.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.tests.test_bethehessian": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\test_bethehessian.py",
      "parent": "networkx.linalg.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.tests.test_graphmatrix": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\test_graphmatrix.py",
      "parent": "networkx.linalg.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.tests.test_laplacian": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\test_laplacian.py",
      "parent": "networkx.linalg.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.tests.test_modularity": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\test_modularity.py",
      "parent": "networkx.linalg.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.tests.test_spectrum": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\test_spectrum.py",
      "parent": "networkx.linalg.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.linalg.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\linalg\\tests\\__init__.py",
      "parent": "networkx.linalg",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.adjlist": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\adjlist.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.edgelist": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\edgelist.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.gexf": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\gexf.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.gml": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\gml.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.graph6": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\graph6.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.graphml": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\graphml.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.leda": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\leda.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.multiline_adjlist": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\multiline_adjlist.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.p2g": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\p2g.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.pajek": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\pajek.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.sparse6": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\sparse6.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.text": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\text.py",
      "parent": "networkx.readwrite",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.json_graph.adjacency": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\adjacency.py",
      "parent": "networkx.readwrite.json_graph",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.json_graph.cytoscape": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\cytoscape.py",
      "parent": "networkx.readwrite.json_graph",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.json_graph.node_link": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\node_link.py",
      "parent": "networkx.readwrite.json_graph",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.json_graph.tree": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\tree.py",
      "parent": "networkx.readwrite.json_graph",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.json_graph": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\__init__.py",
      "parent": "networkx.readwrite",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.readwrite.json_graph.tests.test_adjacency": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\tests\\test_adjacency.py",
      "parent": "networkx.readwrite.json_graph.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.json_graph.tests.test_cytoscape": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\tests\\test_cytoscape.py",
      "parent": "networkx.readwrite.json_graph.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.json_graph.tests.test_node_link": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\tests\\test_node_link.py",
      "parent": "networkx.readwrite.json_graph.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.json_graph.tests.test_tree": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\tests\\test_tree.py",
      "parent": "networkx.readwrite.json_graph.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.json_graph.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\json_graph\\tests\\__init__.py",
      "parent": "networkx.readwrite.json_graph",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_adjlist": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_adjlist.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_edgelist": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_edgelist.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_gexf": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_gexf.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_gml": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_gml.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_graph6": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_graph6.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_graphml": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_graphml.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_leda": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_leda.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_p2g": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_p2g.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_pajek": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_pajek.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_sparse6": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_sparse6.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests.test_text": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\test_text.py",
      "parent": "networkx.readwrite.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.readwrite.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\readwrite\\tests\\__init__.py",
      "parent": "networkx.readwrite",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_all_random_functions": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_all_random_functions.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_convert": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_convert.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_convert_numpy": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_convert_numpy.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_convert_pandas": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_convert_pandas.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_convert_scipy": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_convert_scipy.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_exceptions": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_exceptions.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_import": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_import.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_lazy_imports": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_lazy_imports.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_relabel": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_relabel.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests.test_removed_functions_exception_messages": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\test_removed_functions_exception_messages.py",
      "parent": "networkx.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\tests\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.backends": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\backends.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils.configs": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\configs.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.decorators": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\decorators.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils.heaps": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\heaps.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils.mapped_queue": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\mapped_queue.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.misc": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\misc.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils.random_sequence": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\random_sequence.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils.rcm": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\rcm.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils.union_find": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\union_find.py",
      "parent": "networkx.utils",
      "is_package": false,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\__init__.py",
      "parent": "networkx",
      "is_package": true,
      "in_cyclic_loop": true,
      "cyclic_cluster_id": "cluster_00"
    },
    "networkx.utils.tests.test_backends": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_backends.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_config": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_config.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_decorators": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_decorators.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_heaps": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_heaps.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_mapped_queue": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_mapped_queue.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_misc": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_misc.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_random_sequence": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_random_sequence.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_rcm": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_rcm.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test_unionfind": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test_unionfind.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests.test__init": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\test__init.py",
      "parent": "networkx.utils.tests",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "networkx.utils.tests": {
      "path": "C:\\repos\\v3\\networkx\\networkx\\utils\\tests\\__init__.py",
      "parent": "networkx.utils",
      "is_package": true,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "tools.generate_requirements": {
      "path": "C:\\repos\\v3\\networkx\\tools\\generate_requirements.py",
      "parent": "tools",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    },
    "tools.team_list": {
      "path": "C:\\repos\\v3\\networkx\\tools\\team_list.py",
      "parent": "tools",
      "is_package": false,
      "in_cyclic_loop": false,
      "cyclic_cluster_id": null
    }
  },
  "import_graph": {
    "benchmarks.benchmarks.benchmark_algorithms": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_algorithms",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "benchmarks.benchmarks.benchmark_algorithms",
        "imports": "benchmarks.utils.benchmark_name_from_func_call",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "benchmarks.utils",
        "symbol_part": "benchmark_name_from_func_call",
        "lineno": 6
      },
      {
        "from_module": "benchmarks.benchmarks.benchmark_algorithms",
        "imports": "benchmarks.utils.fetch_drug_interaction_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "benchmarks.utils",
        "symbol_part": "fetch_drug_interaction_network",
        "lineno": 6
      },
      {
        "from_module": "benchmarks.benchmarks.benchmark_algorithms",
        "imports": "benchmarks.utils.weighted_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "benchmarks.utils",
        "symbol_part": "weighted_graph",
        "lineno": 6
      },
      {
        "from_module": "benchmarks.benchmarks.benchmark_algorithms",
        "imports": "networkx.algorithms.community",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "community",
        "lineno": 11
      }
    ],
    "benchmarks.benchmarks.benchmark_aperiodic": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_aperiodic",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "benchmarks.benchmarks.benchmark_chordal": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_chordal",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "benchmarks.benchmarks.benchmark_classes": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_classes",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "benchmarks.benchmarks.benchmark_harmonic_centrality": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "benchmarks.benchmarks.benchmark_many_components": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_many_components",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "benchmarks.benchmarks.benchmark_neighbors": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_neighbors",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "benchmarks.benchmarks.benchmark_regular": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_regular",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "benchmarks.benchmarks.benchmark_shortest_path": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_shortest_path",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "benchmarks.benchmarks.benchmark_to_networkx_graph": [
      {
        "from_module": "benchmarks.benchmarks.benchmark_to_networkx_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "benchmarks.benchmarks.distance_measures": [
      {
        "from_module": "benchmarks.benchmarks.distance_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "benchmarks.benchmarks.utils": [
      {
        "from_module": "benchmarks.benchmarks.utils",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "benchmarks.benchmarks": [],
    "doc.conf": [
      {
        "from_module": "doc.conf",
        "imports": "networkx",
        "type": "import",
        "lineno": 97
      }
    ],
    "doc.release.contribs": [],
    "doc.release.report_functions_without_rst_generated": [
      {
        "from_module": "doc.release.report_functions_without_rst_generated",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "examples.3d_drawing.mayavi2_spring": [
      {
        "from_module": "examples.3d_drawing.mayavi2_spring",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      }
    ],
    "examples.3d_drawing.plot_3d_animation_basic": [
      {
        "from_module": "examples.3d_drawing.plot_3d_animation_basic",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      }
    ],
    "examples.3d_drawing.plot_3d_animation_walk": [
      {
        "from_module": "examples.3d_drawing.plot_3d_animation_walk",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      }
    ],
    "examples.3d_drawing.plot_basic": [
      {
        "from_module": "examples.3d_drawing.plot_basic",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.3d_drawing.plot_facebook_3d": [
      {
        "from_module": "examples.3d_drawing.plot_facebook_3d",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "examples.algorithms.plot_beam_search": [
      {
        "from_module": "examples.algorithms.plot_beam_search",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      }
    ],
    "examples.algorithms.plot_betweenness_centrality": [
      {
        "from_module": "examples.algorithms.plot_betweenness_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      }
    ],
    "examples.algorithms.plot_bipartite_motif_abcore": [
      {
        "from_module": "examples.algorithms.plot_bipartite_motif_abcore",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.algorithms.plot_blockmodel": [
      {
        "from_module": "examples.algorithms.plot_blockmodel",
        "imports": "networkx",
        "type": "import",
        "lineno": 27
      }
    ],
    "examples.algorithms.plot_circuits": [
      {
        "from_module": "examples.algorithms.plot_circuits",
        "imports": "networkx",
        "type": "import",
        "lineno": 17
      }
    ],
    "examples.algorithms.plot_cycle_detection": [
      {
        "from_module": "examples.algorithms.plot_cycle_detection",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      }
    ],
    "examples.algorithms.plot_davis_club": [
      {
        "from_module": "examples.algorithms.plot_davis_club",
        "imports": "networkx",
        "type": "import",
        "lineno": 17
      },
      {
        "from_module": "examples.algorithms.plot_davis_club",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 18
      }
    ],
    "examples.algorithms.plot_dedensification": [
      {
        "from_module": "examples.algorithms.plot_dedensification",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "examples.algorithms.plot_girvan_newman": [
      {
        "from_module": "examples.algorithms.plot_girvan_newman",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      }
    ],
    "examples.algorithms.plot_greedy_coloring": [
      {
        "from_module": "examples.algorithms.plot_greedy_coloring",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.algorithms.plot_image_segmentation_spectral_graph_partition": [
      {
        "from_module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
        "imports": "networkx",
        "type": "import",
        "lineno": 17
      }
    ],
    "examples.algorithms.plot_iterated_dynamical_systems": [
      {
        "from_module": "examples.algorithms.plot_iterated_dynamical_systems",
        "imports": "networkx",
        "type": "import",
        "lineno": 85
      }
    ],
    "examples.algorithms.plot_krackhardt_centrality": [
      {
        "from_module": "examples.algorithms.plot_krackhardt_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.algorithms.plot_lca": [
      {
        "from_module": "examples.algorithms.plot_lca",
        "imports": "networkx",
        "type": "import",
        "lineno": 19
      }
    ],
    "examples.algorithms.plot_maximum_independent_set": [
      {
        "from_module": "examples.algorithms.plot_maximum_independent_set",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      },
      {
        "from_module": "examples.algorithms.plot_maximum_independent_set",
        "imports": "networkx.algorithms.approximation",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "approximation",
        "lineno": 14
      }
    ],
    "examples.algorithms.plot_metric_closure": [
      {
        "from_module": "examples.algorithms.plot_metric_closure",
        "imports": "networkx",
        "type": "import",
        "lineno": 21
      }
    ],
    "examples.algorithms.plot_parallel_betweenness": [
      {
        "from_module": "examples.algorithms.plot_parallel_betweenness",
        "imports": "networkx",
        "type": "import",
        "lineno": 25
      }
    ],
    "examples.algorithms.plot_rcm": [
      {
        "from_module": "examples.algorithms.plot_rcm",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      }
    ],
    "examples.algorithms.plot_shortest_path": [
      {
        "from_module": "examples.algorithms.plot_shortest_path",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.algorithms.plot_snap": [
      {
        "from_module": "examples.algorithms.plot_snap",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      }
    ],
    "examples.algorithms.plot_subgraphs": [
      {
        "from_module": "examples.algorithms.plot_subgraphs",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "examples.algorithms.plot_trust_rank": [
      {
        "from_module": "examples.algorithms.plot_trust_rank",
        "imports": "networkx",
        "type": "import",
        "lineno": 29
      }
    ],
    "examples.basic.plot_basic_directed": [
      {
        "from_module": "examples.basic.plot_basic_directed",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "examples.basic.plot_properties": [
      {
        "from_module": "examples.basic.plot_properties",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "examples.basic.plot_read_write": [
      {
        "from_module": "examples.basic.plot_read_write",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.basic.plot_simple_graph": [
      {
        "from_module": "examples.basic.plot_simple_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "examples.drawing.plot_center_node": [
      {
        "from_module": "examples.drawing.plot_center_node",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.drawing.plot_chess_masters": [
      {
        "from_module": "examples.drawing.plot_chess_masters",
        "imports": "networkx",
        "type": "import",
        "lineno": 29
      }
    ],
    "examples.drawing.plot_clusters": [
      {
        "from_module": "examples.drawing.plot_clusters",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      }
    ],
    "examples.drawing.plot_custom_node_icons": [
      {
        "from_module": "examples.drawing.plot_custom_node_icons",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "examples.drawing.plot_degree": [
      {
        "from_module": "examples.drawing.plot_degree",
        "imports": "networkx",
        "type": "import",
        "lineno": 17
      }
    ],
    "examples.drawing.plot_directed": [
      {
        "from_module": "examples.drawing.plot_directed",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      }
    ],
    "examples.drawing.plot_edge_colormap": [
      {
        "from_module": "examples.drawing.plot_edge_colormap",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.drawing.plot_ego_graph": [
      {
        "from_module": "examples.drawing.plot_ego_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      }
    ],
    "examples.drawing.plot_eigenvalues": [
      {
        "from_module": "examples.drawing.plot_eigenvalues",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.drawing.plot_four_grids": [
      {
        "from_module": "examples.drawing.plot_four_grids",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      }
    ],
    "examples.drawing.plot_house_with_colors": [
      {
        "from_module": "examples.drawing.plot_house_with_colors",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.drawing.plot_knuth_miles": [
      {
        "from_module": "examples.drawing.plot_knuth_miles",
        "imports": "networkx",
        "type": "import",
        "lineno": 26
      }
    ],
    "examples.drawing.plot_labels_and_colors": [
      {
        "from_module": "examples.drawing.plot_labels_and_colors",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.drawing.plot_multigraphs": [
      {
        "from_module": "examples.drawing.plot_multigraphs",
        "imports": "networkx",
        "type": "import",
        "lineno": 21
      }
    ],
    "examples.drawing.plot_multipartite_graph": [
      {
        "from_module": "examples.drawing.plot_multipartite_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "examples.drawing.plot_node_colormap": [
      {
        "from_module": "examples.drawing.plot_node_colormap",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.drawing.plot_rainbow_coloring": [
      {
        "from_module": "examples.drawing.plot_rainbow_coloring",
        "imports": "networkx",
        "type": "import",
        "lineno": 22
      }
    ],
    "examples.drawing.plot_random_geometric_graph": [
      {
        "from_module": "examples.drawing.plot_random_geometric_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.drawing.plot_sampson": [
      {
        "from_module": "examples.drawing.plot_sampson",
        "imports": "networkx",
        "type": "import",
        "lineno": 18
      }
    ],
    "examples.drawing.plot_selfloops": [
      {
        "from_module": "examples.drawing.plot_selfloops",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.drawing.plot_simple_path": [
      {
        "from_module": "examples.drawing.plot_simple_path",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.drawing.plot_spectral_grid": [
      {
        "from_module": "examples.drawing.plot_spectral_grid",
        "imports": "networkx",
        "type": "import",
        "lineno": 25
      }
    ],
    "examples.drawing.plot_spring_layout": [
      {
        "from_module": "examples.drawing.plot_spring_layout",
        "imports": "networkx",
        "type": "import",
        "lineno": 37
      }
    ],
    "examples.drawing.plot_tsp": [
      {
        "from_module": "examples.drawing.plot_tsp",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      },
      {
        "from_module": "examples.drawing.plot_tsp",
        "imports": "networkx.algorithms.approximation",
        "type": "import",
        "lineno": 16
      }
    ],
    "examples.drawing.plot_unix_email": [
      {
        "from_module": "examples.drawing.plot_unix_email",
        "imports": "networkx",
        "type": "import",
        "lineno": 24
      }
    ],
    "examples.drawing.plot_weighted_graph": [
      {
        "from_module": "examples.drawing.plot_weighted_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.external.javascript_force": [
      {
        "from_module": "examples.external.javascript_force",
        "imports": "networkx",
        "type": "import",
        "lineno": 17
      }
    ],
    "examples.external.plot_igraph": [
      {
        "from_module": "examples.external.plot_igraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.external.plot_iplotx": [
      {
        "from_module": "examples.external.plot_iplotx",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      }
    ],
    "examples.geospatial.plot_delaunay": [
      {
        "from_module": "examples.geospatial.plot_delaunay",
        "imports": "networkx",
        "type": "import",
        "lineno": 17
      }
    ],
    "examples.geospatial.plot_lines": [
      {
        "from_module": "examples.geospatial.plot_lines",
        "imports": "networkx",
        "type": "import",
        "lineno": 30
      }
    ],
    "examples.geospatial.plot_osmnx": [
      {
        "from_module": "examples.geospatial.plot_osmnx",
        "imports": "networkx",
        "type": "import",
        "lineno": 21
      }
    ],
    "examples.geospatial.plot_points": [
      {
        "from_module": "examples.geospatial.plot_points",
        "imports": "networkx",
        "type": "import",
        "lineno": 16
      }
    ],
    "examples.geospatial.plot_polygons": [
      {
        "from_module": "examples.geospatial.plot_polygons",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      }
    ],
    "examples.graph.plot_dag_layout": [
      {
        "from_module": "examples.graph.plot_dag_layout",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.graph.plot_degree_sequence": [
      {
        "from_module": "examples.graph.plot_degree_sequence",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.graph.plot_erdos_renyi": [
      {
        "from_module": "examples.graph.plot_erdos_renyi",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      }
    ],
    "examples.graph.plot_expected_degree_sequence": [
      {
        "from_module": "examples.graph.plot_expected_degree_sequence",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "examples.graph.plot_football": [
      {
        "from_module": "examples.graph.plot_football",
        "imports": "networkx",
        "type": "import",
        "lineno": 26
      }
    ],
    "examples.graph.plot_karate_club": [
      {
        "from_module": "examples.graph.plot_karate_club",
        "imports": "networkx",
        "type": "import",
        "lineno": 17
      }
    ],
    "examples.graph.plot_morse_trie": [
      {
        "from_module": "examples.graph.plot_morse_trie",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "examples.graph.plot_mst": [
      {
        "from_module": "examples.graph.plot_mst",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      }
    ],
    "examples.graph.plot_napoleon_russian_campaign": [
      {
        "from_module": "examples.graph.plot_napoleon_russian_campaign",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.graph.plot_roget": [
      {
        "from_module": "examples.graph.plot_roget",
        "imports": "networkx",
        "type": "import",
        "lineno": 28
      }
    ],
    "examples.graph.plot_triad_types": [
      {
        "from_module": "examples.graph.plot_triad_types",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      }
    ],
    "examples.graph.plot_visibility_graph": [
      {
        "from_module": "examples.graph.plot_visibility_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.graph.plot_words": [
      {
        "from_module": "examples.graph.plot_words",
        "imports": "networkx",
        "type": "import",
        "lineno": 23
      }
    ],
    "examples.graphviz_drawing.plot_attributes": [
      {
        "from_module": "examples.graphviz_drawing.plot_attributes",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "examples.graphviz_drawing.plot_conversion": [
      {
        "from_module": "examples.graphviz_drawing.plot_conversion",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "examples.graphviz_drawing.plot_grid": [
      {
        "from_module": "examples.graphviz_drawing.plot_grid",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.graphviz_drawing.plot_mini_atlas": [
      {
        "from_module": "examples.graphviz_drawing.plot_mini_atlas",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "examples.graphviz_layout.plot_atlas": [
      {
        "from_module": "examples.graphviz_layout.plot_atlas",
        "imports": "networkx",
        "type": "import",
        "lineno": 18
      }
    ],
    "examples.graphviz_layout.plot_circular_tree": [
      {
        "from_module": "examples.graphviz_layout.plot_circular_tree",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.graphviz_layout.plot_decomposition": [
      {
        "from_module": "examples.graphviz_layout.plot_decomposition",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "examples.graphviz_layout.plot_giant_component": [
      {
        "from_module": "examples.graphviz_layout.plot_giant_component",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      }
    ],
    "examples.graphviz_layout.plot_lanl_routes": [
      {
        "from_module": "examples.graphviz_layout.plot_lanl_routes",
        "imports": "networkx",
        "type": "import",
        "lineno": 16
      }
    ],
    "examples.subclass.plot_antigraph": [
      {
        "from_module": "examples.subclass.plot_antigraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 20
      },
      {
        "from_module": "examples.subclass.plot_antigraph",
        "imports": "networkx.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "Graph",
        "lineno": 21
      }
    ],
    "examples.subclass.plot_printgraph": [
      {
        "from_module": "examples.subclass.plot_printgraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "examples.subclass.plot_printgraph",
        "imports": "networkx.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "Graph",
        "lineno": 11
      }
    ],
    "networkx.conftest": [
      {
        "from_module": "networkx.conftest",
        "imports": "networkx",
        "type": "import",
        "lineno": 21
      }
    ],
    "networkx.convert": [
      {
        "from_module": "networkx.convert",
        "imports": "networkx",
        "type": "import",
        "lineno": 21
      }
    ],
    "networkx.convert_matrix": [
      {
        "from_module": "networkx.convert_matrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 31
      }
    ],
    "networkx.exception": [],
    "networkx.lazy_imports": [],
    "networkx.relabel": [
      {
        "from_module": "networkx.relabel",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx": [
      {
        "from_module": "networkx",
        "imports": "networkx.lazy_imports._lazy_import",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.lazy_imports",
        "symbol_part": "_lazy_import",
        "lineno": 15
      },
      {
        "from_module": "networkx",
        "imports": "networkx.exception.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.exception",
        "symbol_part": "*",
        "lineno": 17
      },
      {
        "from_module": "networkx",
        "imports": "networkx.utils",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "utils",
        "lineno": 19
      },
      {
        "from_module": "networkx",
        "imports": "networkx.utils._clear_cache",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "_clear_cache",
        "lineno": 20
      },
      {
        "from_module": "networkx",
        "imports": "networkx.utils._dispatchable",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "_dispatchable",
        "lineno": 20
      },
      {
        "from_module": "networkx",
        "imports": "networkx.classes",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "classes",
        "lineno": 26
      },
      {
        "from_module": "networkx",
        "imports": "networkx.classes.filters",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "filters",
        "lineno": 27
      },
      {
        "from_module": "networkx",
        "imports": "networkx.classes.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "*",
        "lineno": 28
      },
      {
        "from_module": "networkx",
        "imports": "networkx.convert",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert",
        "lineno": 30
      },
      {
        "from_module": "networkx",
        "imports": "networkx.convert.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert",
        "symbol_part": "*",
        "lineno": 31
      },
      {
        "from_module": "networkx",
        "imports": "networkx.convert_matrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_matrix",
        "lineno": 33
      },
      {
        "from_module": "networkx",
        "imports": "networkx.convert_matrix.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert_matrix",
        "symbol_part": "*",
        "lineno": 34
      },
      {
        "from_module": "networkx",
        "imports": "networkx.relabel",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "relabel",
        "lineno": 36
      },
      {
        "from_module": "networkx",
        "imports": "networkx.relabel.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.relabel",
        "symbol_part": "*",
        "lineno": 37
      },
      {
        "from_module": "networkx",
        "imports": "networkx.generators",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "generators",
        "lineno": 39
      },
      {
        "from_module": "networkx",
        "imports": "networkx.generators.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators",
        "symbol_part": "*",
        "lineno": 40
      },
      {
        "from_module": "networkx",
        "imports": "networkx.readwrite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "readwrite",
        "lineno": 42
      },
      {
        "from_module": "networkx",
        "imports": "networkx.readwrite.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite",
        "symbol_part": "*",
        "lineno": 43
      },
      {
        "from_module": "networkx",
        "imports": "networkx.algorithms",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "algorithms",
        "lineno": 46
      },
      {
        "from_module": "networkx",
        "imports": "networkx.algorithms.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "*",
        "lineno": 47
      },
      {
        "from_module": "networkx",
        "imports": "networkx.linalg",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "linalg",
        "lineno": 49
      },
      {
        "from_module": "networkx",
        "imports": "networkx.linalg.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg",
        "symbol_part": "*",
        "lineno": 50
      },
      {
        "from_module": "networkx",
        "imports": "networkx.drawing",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "drawing",
        "lineno": 52
      },
      {
        "from_module": "networkx",
        "imports": "networkx.drawing.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.drawing",
        "symbol_part": "*",
        "lineno": 53
      }
    ],
    "networkx.algorithms.asteroidal": [
      {
        "from_module": "networkx.algorithms.asteroidal",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms.asteroidal",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 15
      }
    ],
    "networkx.algorithms.boundary": [
      {
        "from_module": "networkx.algorithms.boundary",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      }
    ],
    "networkx.algorithms.bridges": [
      {
        "from_module": "networkx.algorithms.bridges",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bridges",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.broadcasting": [
      {
        "from_module": "networkx.algorithms.broadcasting",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.broadcasting",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 16
      }
    ],
    "networkx.algorithms.chains": [
      {
        "from_module": "networkx.algorithms.chains",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.chains",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.chordal": [
      {
        "from_module": "networkx.algorithms.chordal",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.chordal",
        "imports": "networkx.algorithms.components.connected_components",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.components",
        "symbol_part": "connected_components",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.chordal",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.chordal",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 13
      }
    ],
    "networkx.algorithms.clique": [
      {
        "from_module": "networkx.algorithms.clique",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms.clique",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 15
      }
    ],
    "networkx.algorithms.cluster": [
      {
        "from_module": "networkx.algorithms.cluster",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.cluster",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 7
      }
    ],
    "networkx.algorithms.communicability_alg": [
      {
        "from_module": "networkx.algorithms.communicability_alg",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.communicability_alg",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.core": [
      {
        "from_module": "networkx.algorithms.core",
        "imports": "networkx",
        "type": "import",
        "lineno": 32
      }
    ],
    "networkx.algorithms.covering": [
      {
        "from_module": "networkx.algorithms.covering",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.covering",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.covering",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 7
      }
    ],
    "networkx.algorithms.cuts": [
      {
        "from_module": "networkx.algorithms.cuts",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.cycles": [
      {
        "from_module": "networkx.algorithms.cycles",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.cycles",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.cycles",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 12
      }
    ],
    "networkx.algorithms.dag": [
      {
        "from_module": "networkx.algorithms.dag",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.dag",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms.dag",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 14
      }
    ],
    "networkx.algorithms.distance_measures": [
      {
        "from_module": "networkx.algorithms.distance_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.distance_measures",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.distance_regular": [
      {
        "from_module": "networkx.algorithms.distance_regular",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.distance_regular",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.distance_regular",
        "imports": "distance_measures.diameter",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "distance_measures",
        "symbol_part": "diameter",
        "lineno": 14
      }
    ],
    "networkx.algorithms.dominance": [
      {
        "from_module": "networkx.algorithms.dominance",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.dominance",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 8
      }
    ],
    "networkx.algorithms.dominating": [
      {
        "from_module": "networkx.algorithms.dominating",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.algorithms.d_separation": [
      {
        "from_module": "networkx.algorithms.d_separation",
        "imports": "networkx",
        "type": "import",
        "lineno": 219
      },
      {
        "from_module": "networkx.algorithms.d_separation",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 220
      }
    ],
    "networkx.algorithms.efficiency_measures": [
      {
        "from_module": "networkx.algorithms.efficiency_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.efficiency_measures",
        "imports": "utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "utils",
        "symbol_part": "not_implemented_for",
        "lineno": 5
      }
    ],
    "networkx.algorithms.euler": [
      {
        "from_module": "networkx.algorithms.euler",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.euler",
        "imports": "utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "utils",
        "symbol_part": "arbitrary_element",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.euler",
        "imports": "utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "utils",
        "symbol_part": "not_implemented_for",
        "lineno": 9
      }
    ],
    "networkx.algorithms.graphical": [
      {
        "from_module": "networkx.algorithms.graphical",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.graph_hashing": [
      {
        "from_module": "networkx.algorithms.graph_hashing",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "networkx.algorithms.hierarchy": [
      {
        "from_module": "networkx.algorithms.hierarchy",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.hybrid": [
      {
        "from_module": "networkx.algorithms.hybrid",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "networkx.algorithms.isolate": [
      {
        "from_module": "networkx.algorithms.isolate",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.link_prediction": [
      {
        "from_module": "networkx.algorithms.link_prediction",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.link_prediction",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 8
      }
    ],
    "networkx.algorithms.lowest_common_ancestors": [
      {
        "from_module": "networkx.algorithms.lowest_common_ancestors",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.lowest_common_ancestors",
        "imports": "networkx.utils.UnionFind",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "UnionFind",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.lowest_common_ancestors",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.lowest_common_ancestors",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 8
      }
    ],
    "networkx.algorithms.matching": [
      {
        "from_module": "networkx.algorithms.matching",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.matching",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.mis": [
      {
        "from_module": "networkx.algorithms.mis",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.mis",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.mis",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 7
      }
    ],
    "networkx.algorithms.moral": [
      {
        "from_module": "networkx.algorithms.moral",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.moral",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.node_classification": [
      {
        "from_module": "networkx.algorithms.node_classification",
        "imports": "networkx",
        "type": "import",
        "lineno": 26
      }
    ],
    "networkx.algorithms.non_randomness": [
      {
        "from_module": "networkx.algorithms.non_randomness",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.non_randomness",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.perfect_graph": [
      {
        "from_module": "networkx.algorithms.perfect_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.perfect_graph",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.planarity": [
      {
        "from_module": "networkx.algorithms.planarity",
        "imports": "networkx",
        "type": "import",
        "lineno": 4
      }
    ],
    "networkx.algorithms.planar_drawing": [
      {
        "from_module": "networkx.algorithms.planar_drawing",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.polynomials": [
      {
        "from_module": "networkx.algorithms.polynomials",
        "imports": "networkx",
        "type": "import",
        "lineno": 27
      },
      {
        "from_module": "networkx.algorithms.polynomials",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 28
      }
    ],
    "networkx.algorithms.reciprocity": [
      {
        "from_module": "networkx.algorithms.reciprocity",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.reciprocity",
        "imports": "networkx.NetworkXError",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXError",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.reciprocity",
        "imports": "utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.regular": [
      {
        "from_module": "networkx.algorithms.regular",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.regular",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.richclub": [
      {
        "from_module": "networkx.algorithms.richclub",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.richclub",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.similarity": [
      {
        "from_module": "networkx.algorithms.similarity",
        "imports": "networkx",
        "type": "import",
        "lineno": 21
      },
      {
        "from_module": "networkx.algorithms.similarity",
        "imports": "networkx.utils.np_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "np_random_state",
        "lineno": 22
      }
    ],
    "networkx.algorithms.simple_paths": [
      {
        "from_module": "networkx.algorithms.simple_paths",
        "imports": "networkx",
        "type": "import",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.simple_paths",
        "imports": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.weighted",
        "symbol_part": "_weight_function",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.simple_paths",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.simple_paths",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 6
      }
    ],
    "networkx.algorithms.smallworld": [
      {
        "from_module": "networkx.algorithms.smallworld",
        "imports": "networkx",
        "type": "import",
        "lineno": 18
      },
      {
        "from_module": "networkx.algorithms.smallworld",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 19
      },
      {
        "from_module": "networkx.algorithms.smallworld",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 19
      },
      {
        "from_module": "networkx.algorithms.smallworld",
        "imports": "networkx.utils.cumulative_distribution",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "cumulative_distribution",
        "lineno": 72
      },
      {
        "from_module": "networkx.algorithms.smallworld",
        "imports": "networkx.utils.discrete_sequence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "discrete_sequence",
        "lineno": 72
      },
      {
        "from_module": "networkx.algorithms.smallworld",
        "imports": "networkx.utils.cumulative_distribution",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "cumulative_distribution",
        "lineno": 173
      },
      {
        "from_module": "networkx.algorithms.smallworld",
        "imports": "networkx.utils.discrete_sequence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "discrete_sequence",
        "lineno": 173
      }
    ],
    "networkx.algorithms.smetric": [
      {
        "from_module": "networkx.algorithms.smetric",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.sparsifiers": [
      {
        "from_module": "networkx.algorithms.sparsifiers",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.sparsifiers",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.sparsifiers",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 6
      }
    ],
    "networkx.algorithms.structuralholes": [
      {
        "from_module": "networkx.algorithms.structuralholes",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.summarization": [
      {
        "from_module": "networkx.algorithms.summarization",
        "imports": "networkx",
        "type": "import",
        "lineno": 64
      }
    ],
    "networkx.algorithms.swap": [
      {
        "from_module": "networkx.algorithms.swap",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.swap",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 6
      }
    ],
    "networkx.algorithms.threshold": [
      {
        "from_module": "networkx.algorithms.threshold",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.threshold",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 8
      }
    ],
    "networkx.algorithms.time_dependent": [
      {
        "from_module": "networkx.algorithms.time_dependent",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.time_dependent",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.tournament": [
      {
        "from_module": "networkx.algorithms.tournament",
        "imports": "networkx",
        "type": "import",
        "lineno": 26
      },
      {
        "from_module": "networkx.algorithms.tournament",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 27
      },
      {
        "from_module": "networkx.algorithms.tournament",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 27
      },
      {
        "from_module": "networkx.algorithms.tournament",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 27
      }
    ],
    "networkx.algorithms.triads": [
      {
        "from_module": "networkx.algorithms.triads",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.triads",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 11
      }
    ],
    "networkx.algorithms.vitality": [
      {
        "from_module": "networkx.algorithms.vitality",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.voronoi": [
      {
        "from_module": "networkx.algorithms.voronoi",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.voronoi",
        "imports": "networkx.utils.groups",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "groups",
        "lineno": 4
      }
    ],
    "networkx.algorithms.walks": [
      {
        "from_module": "networkx.algorithms.walks",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.walks",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.walks",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 4
      }
    ],
    "networkx.algorithms.wiener": [
      {
        "from_module": "networkx.algorithms.wiener",
        "imports": "networkx",
        "type": "import",
        "lineno": 20
      }
    ],
    "networkx.algorithms": [
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.assortativity.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.asteroidal.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.asteroidal",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.boundary.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.boundary",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.broadcasting.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.broadcasting",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.bridges.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bridges",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.chains.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.chains",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.centrality.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.chordal.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.chordal",
        "symbol_part": "*",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.cluster.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.cluster",
        "symbol_part": "*",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.clique.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.clique",
        "symbol_part": "*",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.communicability_alg.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.communicability_alg",
        "symbol_part": "*",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.components.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.components",
        "symbol_part": "*",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.coloring.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.coloring",
        "symbol_part": "*",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.core.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.core",
        "symbol_part": "*",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.covering.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.covering",
        "symbol_part": "*",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.cycles.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.cycles",
        "symbol_part": "*",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.cuts.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.cuts",
        "symbol_part": "*",
        "lineno": 17
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.d_separation.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.d_separation",
        "symbol_part": "*",
        "lineno": 18
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.dag.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.dag",
        "symbol_part": "*",
        "lineno": 19
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.distance_measures.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.distance_measures",
        "symbol_part": "*",
        "lineno": 20
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.distance_regular.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.distance_regular",
        "symbol_part": "*",
        "lineno": 21
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.dominance.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.dominance",
        "symbol_part": "*",
        "lineno": 22
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.dominating.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.dominating",
        "symbol_part": "*",
        "lineno": 23
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.efficiency_measures.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.efficiency_measures",
        "symbol_part": "*",
        "lineno": 24
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.euler.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.euler",
        "symbol_part": "*",
        "lineno": 25
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.graphical.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.graphical",
        "symbol_part": "*",
        "lineno": 26
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.hierarchy.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.hierarchy",
        "symbol_part": "*",
        "lineno": 27
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.hybrid.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.hybrid",
        "symbol_part": "*",
        "lineno": 28
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.link_analysis.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis",
        "symbol_part": "*",
        "lineno": 29
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.link_prediction.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_prediction",
        "symbol_part": "*",
        "lineno": 30
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.lowest_common_ancestors.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.lowest_common_ancestors",
        "symbol_part": "*",
        "lineno": 31
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.isolate.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isolate",
        "symbol_part": "*",
        "lineno": 32
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.matching.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.matching",
        "symbol_part": "*",
        "lineno": 33
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.minors.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.minors",
        "symbol_part": "*",
        "lineno": 34
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.mis.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.mis",
        "symbol_part": "*",
        "lineno": 35
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.moral.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.moral",
        "symbol_part": "*",
        "lineno": 36
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.non_randomness.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.non_randomness",
        "symbol_part": "*",
        "lineno": 37
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.operators.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.operators",
        "symbol_part": "*",
        "lineno": 38
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.planarity.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.planarity",
        "symbol_part": "*",
        "lineno": 39
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.planar_drawing.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.planar_drawing",
        "symbol_part": "*",
        "lineno": 40
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.polynomials.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.polynomials",
        "symbol_part": "*",
        "lineno": 41
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.perfect_graph.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.perfect_graph",
        "symbol_part": "*",
        "lineno": 42
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.reciprocity.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.reciprocity",
        "symbol_part": "*",
        "lineno": 43
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.regular.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.regular",
        "symbol_part": "*",
        "lineno": 44
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.richclub.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.richclub",
        "symbol_part": "*",
        "lineno": 45
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.shortest_paths.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths",
        "symbol_part": "*",
        "lineno": 46
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.similarity.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.similarity",
        "symbol_part": "*",
        "lineno": 47
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.graph_hashing.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.graph_hashing",
        "symbol_part": "*",
        "lineno": 48
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.simple_paths.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.simple_paths",
        "symbol_part": "*",
        "lineno": 49
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.smallworld.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.smallworld",
        "symbol_part": "*",
        "lineno": 50
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.smetric.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.smetric",
        "symbol_part": "*",
        "lineno": 51
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.structuralholes.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.structuralholes",
        "symbol_part": "*",
        "lineno": 52
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.sparsifiers.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.sparsifiers",
        "symbol_part": "*",
        "lineno": 53
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.summarization.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.summarization",
        "symbol_part": "*",
        "lineno": 54
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.swap.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.swap",
        "symbol_part": "*",
        "lineno": 55
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.time_dependent.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.time_dependent",
        "symbol_part": "*",
        "lineno": 56
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.traversal.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.traversal",
        "symbol_part": "*",
        "lineno": 57
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.triads.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.triads",
        "symbol_part": "*",
        "lineno": 58
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.vitality.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.vitality",
        "symbol_part": "*",
        "lineno": 59
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.voronoi.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.voronoi",
        "symbol_part": "*",
        "lineno": 60
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.walks.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.walks",
        "symbol_part": "*",
        "lineno": 61
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.wiener.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.wiener",
        "symbol_part": "*",
        "lineno": 62
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.approximation",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "approximation",
        "lineno": 66
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.assortativity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "assortativity",
        "lineno": 67
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 68
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.node_classification",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "node_classification",
        "lineno": 69
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.centrality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "centrality",
        "lineno": 70
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.chordal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "chordal",
        "lineno": 71
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.cluster",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "cluster",
        "lineno": 72
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.clique",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "clique",
        "lineno": 73
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.components",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "components",
        "lineno": 74
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "connectivity",
        "lineno": 75
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.community",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "community",
        "lineno": 76
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.coloring",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "coloring",
        "lineno": 77
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "flow",
        "lineno": 78
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "isomorphism",
        "lineno": 79
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.link_analysis",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "link_analysis",
        "lineno": 80
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.lowest_common_ancestors",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "lowest_common_ancestors",
        "lineno": 81
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.operators",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "operators",
        "lineno": 82
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.shortest_paths",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "shortest_paths",
        "lineno": 83
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tournament",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "tournament",
        "lineno": 84
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.traversal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "traversal",
        "lineno": 85
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "tree",
        "lineno": 86
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.bipartite.complete_bipartite_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite",
        "symbol_part": "complete_bipartite_graph",
        "lineno": 90
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.bipartite.is_bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite",
        "symbol_part": "is_bipartite",
        "lineno": 91
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.bipartite.projected_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite",
        "symbol_part": "projected_graph",
        "lineno": 92
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.all_pairs_node_connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "all_pairs_node_connectivity",
        "lineno": 93
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.all_node_cuts",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "all_node_cuts",
        "lineno": 94
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.average_node_connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "average_node_connectivity",
        "lineno": 95
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.edge_connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "edge_connectivity",
        "lineno": 96
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.edge_disjoint_paths",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "edge_disjoint_paths",
        "lineno": 97
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.k_components",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "k_components",
        "lineno": 98
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.k_edge_components",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "k_edge_components",
        "lineno": 99
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.k_edge_subgraphs",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "k_edge_subgraphs",
        "lineno": 100
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.k_edge_augmentation",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "k_edge_augmentation",
        "lineno": 101
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.is_k_edge_connected",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "is_k_edge_connected",
        "lineno": 102
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.minimum_edge_cut",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "minimum_edge_cut",
        "lineno": 103
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.minimum_node_cut",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "minimum_node_cut",
        "lineno": 104
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.node_connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "node_connectivity",
        "lineno": 105
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.node_disjoint_paths",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "node_disjoint_paths",
        "lineno": 106
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.connectivity.stoer_wagner",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "stoer_wagner",
        "lineno": 107
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.capacity_scaling",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "capacity_scaling",
        "lineno": 108
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.cost_of_flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "cost_of_flow",
        "lineno": 109
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.gomory_hu_tree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "gomory_hu_tree",
        "lineno": 110
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.max_flow_min_cost",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "max_flow_min_cost",
        "lineno": 111
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.maximum_flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "maximum_flow",
        "lineno": 112
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.maximum_flow_value",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "maximum_flow_value",
        "lineno": 113
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.min_cost_flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "min_cost_flow",
        "lineno": 114
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.min_cost_flow_cost",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "min_cost_flow_cost",
        "lineno": 115
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.minimum_cut",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "minimum_cut",
        "lineno": 116
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.minimum_cut_value",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "minimum_cut_value",
        "lineno": 117
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.flow.network_simplex",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "network_simplex",
        "lineno": 118
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.isomorphism.could_be_isomorphic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism",
        "symbol_part": "could_be_isomorphic",
        "lineno": 119
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.isomorphism.fast_could_be_isomorphic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism",
        "symbol_part": "fast_could_be_isomorphic",
        "lineno": 120
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.isomorphism.faster_could_be_isomorphic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism",
        "symbol_part": "faster_could_be_isomorphic",
        "lineno": 121
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.isomorphism.is_isomorphic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism",
        "symbol_part": "is_isomorphic",
        "lineno": 122
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.isomorphism.vf2pp.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "*",
        "lineno": 123
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.branchings.maximum_branching",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.branchings",
        "symbol_part": "maximum_branching",
        "lineno": 124
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.branchings.maximum_spanning_arborescence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.branchings",
        "symbol_part": "maximum_spanning_arborescence",
        "lineno": 125
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.branchings.minimum_branching",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.branchings",
        "symbol_part": "minimum_branching",
        "lineno": 126
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.branchings",
        "symbol_part": "minimum_spanning_arborescence",
        "lineno": 127
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.branchings.ArborescenceIterator",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.branchings",
        "symbol_part": "ArborescenceIterator",
        "lineno": 128
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.coding.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.coding",
        "symbol_part": "*",
        "lineno": 129
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.decomposition.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.decomposition",
        "symbol_part": "*",
        "lineno": 130
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.mst.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.mst",
        "symbol_part": "*",
        "lineno": 131
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.operations.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.operations",
        "symbol_part": "*",
        "lineno": 132
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tree.recognition.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.recognition",
        "symbol_part": "*",
        "lineno": 133
      },
      {
        "from_module": "networkx.algorithms",
        "imports": "networkx.algorithms.tournament.is_tournament",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "is_tournament",
        "lineno": 134
      }
    ],
    "networkx.algorithms.approximation.clique": [
      {
        "from_module": "networkx.algorithms.approximation.clique",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.clique",
        "imports": "networkx.algorithms.approximation.ramsey",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "ramsey",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.clique",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 5
      }
    ],
    "networkx.algorithms.approximation.clustering_coefficient": [
      {
        "from_module": "networkx.algorithms.approximation.clustering_coefficient",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.approximation.clustering_coefficient",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.approximation.clustering_coefficient",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 2
      }
    ],
    "networkx.algorithms.approximation.connectivity": [
      {
        "from_module": "networkx.algorithms.approximation.connectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.algorithms.approximation.density": [
      {
        "from_module": "networkx.algorithms.approximation.density",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.approximation.distance_measures": [
      {
        "from_module": "networkx.algorithms.approximation.distance_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.distance_measures",
        "imports": "networkx.utils.decorators.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "py_random_state",
        "lineno": 4
      }
    ],
    "networkx.algorithms.approximation.dominating_set": [
      {
        "from_module": "networkx.algorithms.approximation.dominating_set",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms.approximation.dominating_set",
        "imports": "utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "not_implemented_for",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.approximation.dominating_set",
        "imports": "matching.maximal_matching",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "matching",
        "symbol_part": "maximal_matching",
        "lineno": 17
      }
    ],
    "networkx.algorithms.approximation.kcomponents": [
      {
        "from_module": "networkx.algorithms.approximation.kcomponents",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.approximation.kcomponents",
        "imports": "networkx.algorithms.approximation.local_node_connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "local_node_connectivity",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.approximation.kcomponents",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 10
      }
    ],
    "networkx.algorithms.approximation.matching": [
      {
        "from_module": "networkx.algorithms.approximation.matching",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "networkx.algorithms.approximation.maxcut": [
      {
        "from_module": "networkx.algorithms.approximation.maxcut",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.approximation.maxcut",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.approximation.maxcut",
        "imports": "networkx.utils.decorators.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "py_random_state",
        "lineno": 2
      }
    ],
    "networkx.algorithms.approximation.ramsey": [
      {
        "from_module": "networkx.algorithms.approximation.ramsey",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.approximation.ramsey",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.approximation.ramsey",
        "imports": "utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "arbitrary_element",
        "lineno": 8
      }
    ],
    "networkx.algorithms.approximation.steinertree": [
      {
        "from_module": "networkx.algorithms.approximation.steinertree",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.steinertree",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.steinertree",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 4
      }
    ],
    "networkx.algorithms.approximation.traveling_salesman": [
      {
        "from_module": "networkx.algorithms.approximation.traveling_salesman",
        "imports": "networkx",
        "type": "import",
        "lineno": 39
      },
      {
        "from_module": "networkx.algorithms.approximation.traveling_salesman",
        "imports": "networkx.algorithms.tree.mst.random_spanning_tree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.mst",
        "symbol_part": "random_spanning_tree",
        "lineno": 40
      },
      {
        "from_module": "networkx.algorithms.approximation.traveling_salesman",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 41
      },
      {
        "from_module": "networkx.algorithms.approximation.traveling_salesman",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 41
      },
      {
        "from_module": "networkx.algorithms.approximation.traveling_salesman",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 41
      }
    ],
    "networkx.algorithms.approximation.treewidth": [
      {
        "from_module": "networkx.algorithms.approximation.treewidth",
        "imports": "networkx",
        "type": "import",
        "lineno": 36
      },
      {
        "from_module": "networkx.algorithms.approximation.treewidth",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 37
      }
    ],
    "networkx.algorithms.approximation.vertex_cover": [
      {
        "from_module": "networkx.algorithms.approximation.vertex_cover",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      }
    ],
    "networkx.algorithms.approximation": [
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.clustering_coefficient.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.clustering_coefficient",
        "symbol_part": "*",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.clique.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.clique",
        "symbol_part": "*",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.connectivity.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.connectivity",
        "symbol_part": "*",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.distance_measures.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.distance_measures",
        "symbol_part": "*",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.dominating_set.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.dominating_set",
        "symbol_part": "*",
        "lineno": 17
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.kcomponents.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.kcomponents",
        "symbol_part": "*",
        "lineno": 18
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.matching.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.matching",
        "symbol_part": "*",
        "lineno": 19
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.ramsey.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.ramsey",
        "symbol_part": "*",
        "lineno": 20
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.steinertree.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.steinertree",
        "symbol_part": "*",
        "lineno": 21
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.traveling_salesman.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.traveling_salesman",
        "symbol_part": "*",
        "lineno": 22
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.treewidth.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.treewidth",
        "symbol_part": "*",
        "lineno": 23
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.vertex_cover.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.vertex_cover",
        "symbol_part": "*",
        "lineno": 24
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.maxcut.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.maxcut",
        "symbol_part": "*",
        "lineno": 25
      },
      {
        "from_module": "networkx.algorithms.approximation",
        "imports": "networkx.algorithms.approximation.density.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.density",
        "symbol_part": "*",
        "lineno": 26
      }
    ],
    "networkx.algorithms.approximation.tests.test_approx_clust_coeff": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
        "imports": "networkx.algorithms.approximation.average_clustering",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "average_clustering",
        "lineno": 2
      }
    ],
    "networkx.algorithms.approximation.tests.test_clique": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_clique",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_clique",
        "imports": "networkx.algorithms.approximation.clique_removal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "clique_removal",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_clique",
        "imports": "networkx.algorithms.approximation.large_clique_size",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "large_clique_size",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_clique",
        "imports": "networkx.algorithms.approximation.max_clique",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "max_clique",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_clique",
        "imports": "networkx.algorithms.approximation.maximum_independent_set",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "maximum_independent_set",
        "lineno": 4
      }
    ],
    "networkx.algorithms.approximation.tests.test_connectivity": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_connectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_connectivity",
        "imports": "networkx.algorithms.approximation",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "approximation",
        "lineno": 4
      }
    ],
    "networkx.algorithms.approximation.tests.test_density": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_density",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_density",
        "imports": "networkx.algorithms.approximation",
        "type": "import",
        "lineno": 4
      }
    ],
    "networkx.algorithms.approximation.tests.test_distance_measures": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_distance_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_distance_measures",
        "imports": "networkx.algorithms.approximation.diameter",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "diameter",
        "lineno": 6
      }
    ],
    "networkx.algorithms.approximation.tests.test_dominating_set": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_dominating_set",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_dominating_set",
        "imports": "networkx.algorithms.approximation.min_edge_dominating_set",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "min_edge_dominating_set",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_dominating_set",
        "imports": "networkx.algorithms.approximation.min_weighted_dominating_set",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "min_weighted_dominating_set",
        "lineno": 4
      }
    ],
    "networkx.algorithms.approximation.tests.test_kcomponents": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_kcomponents",
        "imports": "networkx",
        "type": "import",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_kcomponents",
        "imports": "networkx.algorithms.approximation.k_components",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "k_components",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_kcomponents",
        "imports": "networkx.algorithms.approximation.kcomponents._AntiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.kcomponents",
        "symbol_part": "_AntiGraph",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_kcomponents",
        "imports": "networkx.algorithms.approximation.kcomponents._same",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.kcomponents",
        "symbol_part": "_same",
        "lineno": 6
      }
    ],
    "networkx.algorithms.approximation.tests.test_matching": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_matching",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_matching",
        "imports": "networkx.algorithms.approximation",
        "type": "import",
        "lineno": 2
      }
    ],
    "networkx.algorithms.approximation.tests.test_maxcut": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_maxcut",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_maxcut",
        "imports": "networkx.algorithms.approximation.maxcut",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "maxcut",
        "lineno": 6
      }
    ],
    "networkx.algorithms.approximation.tests.test_ramsey": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_ramsey",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_ramsey",
        "imports": "networkx.algorithms.approximation",
        "type": "import",
        "lineno": 2
      }
    ],
    "networkx.algorithms.approximation.tests.test_steinertree": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_steinertree",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_steinertree",
        "imports": "networkx.algorithms.approximation.steinertree._remove_nonterminal_leaves",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.steinertree",
        "symbol_part": "_remove_nonterminal_leaves",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_steinertree",
        "imports": "networkx.algorithms.approximation.steinertree.metric_closure",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.steinertree",
        "symbol_part": "metric_closure",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_steinertree",
        "imports": "networkx.algorithms.approximation.steinertree.steiner_tree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.steinertree",
        "symbol_part": "steiner_tree",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_steinertree",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 9
      }
    ],
    "networkx.algorithms.approximation.tests.test_traveling_salesman": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation.traveling_salesman",
        "type": "import",
        "lineno": 428
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation.traveling_salesman",
        "type": "import",
        "lineno": 466
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation.traveling_salesman",
        "type": "import",
        "lineno": 522
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation.traveling_salesman",
        "type": "import",
        "lineno": 557
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation.traveling_salesman",
        "type": "import",
        "lineno": 597
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation.traveling_salesman",
        "type": "import",
        "lineno": 636
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "imports": "networkx.algorithms.approximation.traveling_salesman",
        "type": "import",
        "lineno": 695
      }
    ],
    "networkx.algorithms.approximation.tests.test_treewidth": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_treewidth",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_treewidth",
        "imports": "networkx.algorithms.approximation.treewidth_min_degree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "treewidth_min_degree",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_treewidth",
        "imports": "networkx.algorithms.approximation.treewidth_min_fill_in",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "treewidth_min_fill_in",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_treewidth",
        "imports": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.treewidth",
        "symbol_part": "MinDegreeHeuristic",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_treewidth",
        "imports": "networkx.algorithms.approximation.treewidth.min_fill_in_heuristic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation.treewidth",
        "symbol_part": "min_fill_in_heuristic",
        "lineno": 8
      }
    ],
    "networkx.algorithms.approximation.tests.test_vertex_cover": [
      {
        "from_module": "networkx.algorithms.approximation.tests.test_vertex_cover",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.approximation.tests.test_vertex_cover",
        "imports": "networkx.algorithms.approximation.min_weighted_vertex_cover",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.approximation",
        "symbol_part": "min_weighted_vertex_cover",
        "lineno": 2
      }
    ],
    "networkx.algorithms.approximation.tests": [],
    "networkx.algorithms.assortativity.connectivity": [
      {
        "from_module": "networkx.algorithms.assortativity.connectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.assortativity.correlation": [
      {
        "from_module": "networkx.algorithms.assortativity.correlation",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.assortativity.correlation",
        "imports": "networkx.algorithms.assortativity.mixing.attribute_mixing_matrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.mixing",
        "symbol_part": "attribute_mixing_matrix",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.assortativity.correlation",
        "imports": "networkx.algorithms.assortativity.mixing.degree_mixing_matrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.mixing",
        "symbol_part": "degree_mixing_matrix",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.assortativity.correlation",
        "imports": "networkx.algorithms.assortativity.pairs.node_degree_xy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.pairs",
        "symbol_part": "node_degree_xy",
        "lineno": 8
      }
    ],
    "networkx.algorithms.assortativity.mixing": [
      {
        "from_module": "networkx.algorithms.assortativity.mixing",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.assortativity.mixing",
        "imports": "networkx.algorithms.assortativity.pairs.node_attribute_xy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.pairs",
        "symbol_part": "node_attribute_xy",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.assortativity.mixing",
        "imports": "networkx.algorithms.assortativity.pairs.node_degree_xy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.pairs",
        "symbol_part": "node_degree_xy",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.assortativity.mixing",
        "imports": "networkx.utils.dict_to_numpy_array",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "dict_to_numpy_array",
        "lineno": 7
      }
    ],
    "networkx.algorithms.assortativity.neighbor_degree": [
      {
        "from_module": "networkx.algorithms.assortativity.neighbor_degree",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.assortativity.pairs": [
      {
        "from_module": "networkx.algorithms.assortativity.pairs",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.assortativity": [
      {
        "from_module": "networkx.algorithms.assortativity",
        "imports": "networkx.algorithms.assortativity.connectivity.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.connectivity",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.assortativity",
        "imports": "networkx.algorithms.assortativity.correlation.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.correlation",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.assortativity",
        "imports": "networkx.algorithms.assortativity.mixing.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.mixing",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.assortativity",
        "imports": "networkx.algorithms.assortativity.neighbor_degree.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.neighbor_degree",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.assortativity",
        "imports": "networkx.algorithms.assortativity.pairs.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.pairs",
        "symbol_part": "*",
        "lineno": 5
      }
    ],
    "networkx.algorithms.assortativity.tests.base_test": [
      {
        "from_module": "networkx.algorithms.assortativity.tests.base_test",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.assortativity.tests.test_connectivity": [
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_connectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.assortativity.tests.test_correlation": [
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_correlation",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_correlation",
        "imports": "networkx.algorithms.assortativity.correlation.attribute_ac",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity.correlation",
        "symbol_part": "attribute_ac",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_correlation",
        "imports": "base_test.BaseTestAttributeMixing",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "base_test",
        "symbol_part": "BaseTestAttributeMixing",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_correlation",
        "imports": "base_test.BaseTestDegreeMixing",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "base_test",
        "symbol_part": "BaseTestDegreeMixing",
        "lineno": 6
      }
    ],
    "networkx.algorithms.assortativity.tests.test_mixing": [
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_mixing",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_mixing",
        "imports": "base_test.BaseTestAttributeMixing",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "base_test",
        "symbol_part": "BaseTestAttributeMixing",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_mixing",
        "imports": "base_test.BaseTestDegreeMixing",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "base_test",
        "symbol_part": "BaseTestDegreeMixing",
        "lineno": 5
      }
    ],
    "networkx.algorithms.assortativity.tests.test_neighbor_degree": [
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.assortativity.tests.test_pairs": [
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_pairs",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_pairs",
        "imports": "base_test.BaseTestAttributeMixing",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "base_test",
        "symbol_part": "BaseTestAttributeMixing",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.assortativity.tests.test_pairs",
        "imports": "base_test.BaseTestDegreeMixing",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "base_test",
        "symbol_part": "BaseTestDegreeMixing",
        "lineno": 3
      }
    ],
    "networkx.algorithms.assortativity.tests": [],
    "networkx.algorithms.bipartite.basic": [
      {
        "from_module": "networkx.algorithms.bipartite.basic",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.basic",
        "imports": "networkx.algorithms.components.connected_components",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.components",
        "symbol_part": "connected_components",
        "lineno": 8
      }
    ],
    "networkx.algorithms.bipartite.centrality": [
      {
        "from_module": "networkx.algorithms.bipartite.centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.bipartite.cluster": [
      {
        "from_module": "networkx.algorithms.bipartite.cluster",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.cluster",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.bipartite.community": [
      {
        "from_module": "networkx.algorithms.bipartite.community",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.bipartite.community",
        "imports": "networkx.algorithms.community.community_utils.is_partition",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.community_utils",
        "symbol_part": "is_partition",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.bipartite.community",
        "imports": "networkx.algorithms.community.quality.NotAPartition",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "NotAPartition",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.community",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.bipartite.covering": [
      {
        "from_module": "networkx.algorithms.bipartite.covering",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.bipartite.covering",
        "imports": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matching",
        "symbol_part": "hopcroft_karp_matching",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.bipartite.covering",
        "imports": "networkx.algorithms.covering.min_edge_cover",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.covering",
        "symbol_part": "min_edge_cover",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.covering",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.bipartite.edgelist": [
      {
        "from_module": "networkx.algorithms.bipartite.edgelist",
        "imports": "networkx",
        "type": "import",
        "lineno": 28
      },
      {
        "from_module": "networkx.algorithms.bipartite.edgelist",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 29
      },
      {
        "from_module": "networkx.algorithms.bipartite.edgelist",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 29
      }
    ],
    "networkx.algorithms.bipartite.extendability": [
      {
        "from_module": "networkx.algorithms.bipartite.extendability",
        "imports": "networkx",
        "type": "import",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.bipartite.extendability",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 5
      }
    ],
    "networkx.algorithms.bipartite.generators": [
      {
        "from_module": "networkx.algorithms.bipartite.generators",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.bipartite.generators",
        "imports": "networkx.utils.nodes_or_number",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_or_number",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.bipartite.generators",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 10
      }
    ],
    "networkx.algorithms.bipartite.link_analysis": [
      {
        "from_module": "networkx.algorithms.bipartite.link_analysis",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.bipartite.matching": [
      {
        "from_module": "networkx.algorithms.bipartite.matching",
        "imports": "networkx",
        "type": "import",
        "lineno": 43
      },
      {
        "from_module": "networkx.algorithms.bipartite.matching",
        "imports": "networkx.algorithms.bipartite.sets",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite",
        "symbol_part": "sets",
        "lineno": 44
      },
      {
        "from_module": "networkx.algorithms.bipartite.matching",
        "imports": "networkx.algorithms.bipartite.matrix.biadjacency_matrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matrix",
        "symbol_part": "biadjacency_matrix",
        "lineno": 45
      }
    ],
    "networkx.algorithms.bipartite.matrix": [
      {
        "from_module": "networkx.algorithms.bipartite.matrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.bipartite.matrix",
        "imports": "networkx.convert_matrix._generate_weighted_edges",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert_matrix",
        "symbol_part": "_generate_weighted_edges",
        "lineno": 10
      }
    ],
    "networkx.algorithms.bipartite.projection": [
      {
        "from_module": "networkx.algorithms.bipartite.projection",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.bipartite.projection",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.bipartite.redundancy": [
      {
        "from_module": "networkx.algorithms.bipartite.redundancy",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.redundancy",
        "imports": "networkx.NetworkXError",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXError",
        "lineno": 6
      }
    ],
    "networkx.algorithms.bipartite.spectral": [
      {
        "from_module": "networkx.algorithms.bipartite.spectral",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.bipartite": [
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.basic.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.basic",
        "symbol_part": "*",
        "lineno": 76
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.centrality.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.centrality",
        "symbol_part": "*",
        "lineno": 77
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.cluster.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.cluster",
        "symbol_part": "*",
        "lineno": 78
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.community.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.community",
        "symbol_part": "*",
        "lineno": 79
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.covering.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.covering",
        "symbol_part": "*",
        "lineno": 80
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.edgelist.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.edgelist",
        "symbol_part": "*",
        "lineno": 81
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.matching.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matching",
        "symbol_part": "*",
        "lineno": 82
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.matrix.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matrix",
        "symbol_part": "*",
        "lineno": 83
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.projection.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.projection",
        "symbol_part": "*",
        "lineno": 84
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.redundancy.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.redundancy",
        "symbol_part": "*",
        "lineno": 85
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.spectral.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.spectral",
        "symbol_part": "*",
        "lineno": 86
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.generators.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.generators",
        "symbol_part": "*",
        "lineno": 87
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.extendability.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.extendability",
        "symbol_part": "*",
        "lineno": 88
      },
      {
        "from_module": "networkx.algorithms.bipartite",
        "imports": "networkx.algorithms.bipartite.link_analysis.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.link_analysis",
        "symbol_part": "*",
        "lineno": 89
      }
    ],
    "networkx.algorithms.bipartite.tests.test_basic": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_basic",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_basic",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 4
      }
    ],
    "networkx.algorithms.bipartite.tests.test_centrality": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_centrality",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 4
      }
    ],
    "networkx.algorithms.bipartite.tests.test_cluster": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_cluster",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_cluster",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_cluster",
        "imports": "networkx.algorithms.bipartite.cluster.cc_dot",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.cluster",
        "symbol_part": "cc_dot",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_cluster",
        "imports": "networkx.algorithms.bipartite.cluster.cc_max",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.cluster",
        "symbol_part": "cc_max",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_cluster",
        "imports": "networkx.algorithms.bipartite.cluster.cc_min",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.cluster",
        "symbol_part": "cc_min",
        "lineno": 7
      }
    ],
    "networkx.algorithms.bipartite.tests.test_community": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_community",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_community",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_community",
        "imports": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.community",
        "symbol_part": "_bipartite_modularity_merge_delta",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_community",
        "imports": "networkx.algorithms.community.quality.NotAPartition",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "NotAPartition",
        "lineno": 10
      }
    ],
    "networkx.algorithms.bipartite.tests.test_covering": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_covering",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_covering",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 2
      }
    ],
    "networkx.algorithms.bipartite.tests.test_edgelist": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_edgelist",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_edgelist",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_edgelist",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_edgelist",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_edgelist",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 11
      }
    ],
    "networkx.algorithms.bipartite.tests.test_extendability": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_extendability",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.bipartite.tests.test_generators": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.alternating_havel_hakimi_graph",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "alternating_havel_hakimi_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.complete_bipartite_graph",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "complete_bipartite_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.configuration_model",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "configuration_model",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.gnmk_random_graph",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "gnmk_random_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.havel_hakimi_graph",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "havel_hakimi_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.preferential_attachment_graph",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "preferential_attachment_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.random_graph",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "random_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_generators",
        "imports": "generators.reverse_havel_hakimi_graph",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "generators",
        "symbol_part": "reverse_havel_hakimi_graph",
        "lineno": 7
      }
    ],
    "networkx.algorithms.bipartite.tests.test_link_analysis": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_link_analysis",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_link_analysis",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 6
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matching": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matching",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matching",
        "imports": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matching",
        "symbol_part": "eppstein_matching",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matching",
        "imports": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matching",
        "symbol_part": "hopcroft_karp_matching",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matching",
        "imports": "networkx.algorithms.bipartite.matching.maximum_matching",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matching",
        "symbol_part": "maximum_matching",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matching",
        "imports": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matching",
        "symbol_part": "minimum_weight_full_matching",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matching",
        "imports": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite.matching",
        "symbol_part": "to_vertex_cover",
        "lineno": 8
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matrix": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matrix",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_matrix",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      }
    ],
    "networkx.algorithms.bipartite.tests.test_project": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_project",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_project",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_project",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_project",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 5
      }
    ],
    "networkx.algorithms.bipartite.tests.test_redundancy": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_redundancy",
        "imports": "networkx.NetworkXError",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXError",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_redundancy",
        "imports": "networkx.cycle_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "cycle_graph",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_redundancy",
        "imports": "networkx.algorithms.bipartite.complete_bipartite_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite",
        "symbol_part": "complete_bipartite_graph",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_redundancy",
        "imports": "networkx.algorithms.bipartite.node_redundancy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite",
        "symbol_part": "node_redundancy",
        "lineno": 6
      }
    ],
    "networkx.algorithms.bipartite.tests.test_spectral_bipartivity": [
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
        "imports": "networkx.algorithms.bipartite.spectral_bipartivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.bipartite",
        "symbol_part": "spectral_bipartivity",
        "lineno": 6
      }
    ],
    "networkx.algorithms.bipartite.tests": [],
    "networkx.algorithms.centrality.betweenness": [
      {
        "from_module": "networkx.algorithms.centrality.betweenness",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.centrality.betweenness",
        "imports": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.weighted",
        "symbol_part": "_weight_function",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.centrality.betweenness",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.centrality.betweenness",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 11
      }
    ],
    "networkx.algorithms.centrality.betweenness_subset": [
      {
        "from_module": "networkx.algorithms.centrality.betweenness_subset",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.betweenness_subset",
        "imports": "networkx.algorithms.centrality.betweenness._add_edge_keys",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_add_edge_keys",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.betweenness_subset",
        "imports": "networkx.algorithms.centrality.betweenness._rescale",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_rescale",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.betweenness_subset",
        "imports": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_single_source_dijkstra_path_basic",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.centrality.betweenness_subset",
        "imports": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_single_source_shortest_path_basic",
        "lineno": 11
      }
    ],
    "networkx.algorithms.centrality.closeness": [
      {
        "from_module": "networkx.algorithms.centrality.closeness",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.centrality.closeness",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 9
      }
    ],
    "networkx.algorithms.centrality.current_flow_betweenness": [
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx.algorithms.centrality.flow_matrix.CGInverseLaplacian",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "CGInverseLaplacian",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx.algorithms.centrality.flow_matrix.FullInverseLaplacian",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "FullInverseLaplacian",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx.algorithms.centrality.flow_matrix.SuperLUInverseLaplacian",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "SuperLUInverseLaplacian",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx.algorithms.centrality.flow_matrix.flow_matrix_row",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "flow_matrix_row",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness",
        "imports": "networkx.utils.reverse_cuthill_mckee_ordering",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "reverse_cuthill_mckee_ordering",
        "lineno": 10
      }
    ],
    "networkx.algorithms.centrality.current_flow_betweenness_subset": [
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
        "imports": "networkx.algorithms.centrality.flow_matrix.flow_matrix_row",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "flow_matrix_row",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
        "imports": "networkx.utils.reverse_cuthill_mckee_ordering",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "reverse_cuthill_mckee_ordering",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
        "imports": "networkx.utils.reverse_cuthill_mckee_ordering",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "reverse_cuthill_mckee_ordering",
        "lineno": 94
      }
    ],
    "networkx.algorithms.centrality.current_flow_closeness": [
      {
        "from_module": "networkx.algorithms.centrality.current_flow_closeness",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_closeness",
        "imports": "networkx.algorithms.centrality.flow_matrix.CGInverseLaplacian",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "CGInverseLaplacian",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_closeness",
        "imports": "networkx.algorithms.centrality.flow_matrix.FullInverseLaplacian",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "FullInverseLaplacian",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_closeness",
        "imports": "networkx.algorithms.centrality.flow_matrix.SuperLUInverseLaplacian",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.flow_matrix",
        "symbol_part": "SuperLUInverseLaplacian",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_closeness",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.centrality.current_flow_closeness",
        "imports": "networkx.utils.reverse_cuthill_mckee_ordering",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "reverse_cuthill_mckee_ordering",
        "lineno": 9
      }
    ],
    "networkx.algorithms.centrality.degree_alg": [
      {
        "from_module": "networkx.algorithms.centrality.degree_alg",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.degree_alg",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.centrality.dispersion": [
      {
        "from_module": "networkx.algorithms.centrality.dispersion",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.centrality.eigenvector": [
      {
        "from_module": "networkx.algorithms.centrality.eigenvector",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.centrality.eigenvector",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.centrality.flow_matrix": [
      {
        "from_module": "networkx.algorithms.centrality.flow_matrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.centrality.group": [
      {
        "from_module": "networkx.algorithms.centrality.group",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.centrality.group",
        "imports": "networkx.algorithms.centrality.betweenness._accumulate_endpoints",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_accumulate_endpoints",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.centrality.group",
        "imports": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_single_source_dijkstra_path_basic",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.centrality.group",
        "imports": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_single_source_shortest_path_basic",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.centrality.group",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 11
      }
    ],
    "networkx.algorithms.centrality.harmonic": [
      {
        "from_module": "networkx.algorithms.centrality.harmonic",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.katz": [
      {
        "from_module": "networkx.algorithms.centrality.katz",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.centrality.katz",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.centrality.laplacian": [
      {
        "from_module": "networkx.algorithms.centrality.laplacian",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.load": [
      {
        "from_module": "networkx.algorithms.centrality.load",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.percolation": [
      {
        "from_module": "networkx.algorithms.centrality.percolation",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.percolation",
        "imports": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_single_source_dijkstra_path_basic",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.percolation",
        "imports": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.betweenness",
        "symbol_part": "_single_source_shortest_path_basic",
        "lineno": 7
      }
    ],
    "networkx.algorithms.centrality.reaching": [
      {
        "from_module": "networkx.algorithms.centrality.reaching",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.reaching",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 4
      }
    ],
    "networkx.algorithms.centrality.second_order": [
      {
        "from_module": "networkx.algorithms.centrality.second_order",
        "imports": "networkx",
        "type": "import",
        "lineno": 33
      },
      {
        "from_module": "networkx.algorithms.centrality.second_order",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 34
      }
    ],
    "networkx.algorithms.centrality.subgraph_alg": [
      {
        "from_module": "networkx.algorithms.centrality.subgraph_alg",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.centrality.subgraph_alg",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.centrality.trophic": [
      {
        "from_module": "networkx.algorithms.centrality.trophic",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.trophic",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.centrality.voterank_alg": [
      {
        "from_module": "networkx.algorithms.centrality.voterank_alg",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.centrality": [
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "betweenness.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "betweenness",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "betweenness_subset.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "betweenness_subset",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "closeness.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "closeness",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "current_flow_betweenness.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "current_flow_betweenness",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "current_flow_betweenness_subset.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "current_flow_betweenness_subset",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "current_flow_closeness.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "current_flow_closeness",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "degree_alg.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "degree_alg",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "dispersion.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "dispersion",
        "symbol_part": "*",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "eigenvector.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "eigenvector",
        "symbol_part": "*",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "group.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "group",
        "symbol_part": "*",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "harmonic.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "harmonic",
        "symbol_part": "*",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "katz.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "katz",
        "symbol_part": "*",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "load.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "load",
        "symbol_part": "*",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "percolation.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "percolation",
        "symbol_part": "*",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "reaching.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "reaching",
        "symbol_part": "*",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "second_order.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "second_order",
        "symbol_part": "*",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "subgraph_alg.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "subgraph_alg",
        "symbol_part": "*",
        "lineno": 17
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "trophic.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "trophic",
        "symbol_part": "*",
        "lineno": 18
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "voterank_alg.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "voterank_alg",
        "symbol_part": "*",
        "lineno": 19
      },
      {
        "from_module": "networkx.algorithms.centrality",
        "imports": "laplacian.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "laplacian",
        "symbol_part": "*",
        "lineno": 20
      }
    ],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.centrality.tests.test_closeness_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
        "imports": "networkx.approximate_current_flow_betweenness_centrality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "approximate_current_flow_betweenness_centrality",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
        "imports": "networkx.edge_current_flow_betweenness_centrality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "edge_current_flow_betweenness_centrality",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
        "imports": "networkx.edge_current_flow_betweenness_centrality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "edge_current_flow_betweenness_centrality",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
        "imports": "networkx.edge_current_flow_betweenness_centrality_subset",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "edge_current_flow_betweenness_centrality_subset",
        "lineno": 8
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_closeness": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.algorithms.centrality.tests.test_degree_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_degree_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.centrality.tests.test_dispersion": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_dispersion",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.centrality.tests.test_eigenvector_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.tests.test_group": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_group",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.centrality.tests.test_harmonic_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
        "imports": "networkx.algorithms.centrality.harmonic_centrality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality",
        "symbol_part": "harmonic_centrality",
        "lineno": 8
      }
    ],
    "networkx.algorithms.centrality.tests.test_katz_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_katz_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.tests.test_laplacian_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.centrality.tests.test_load_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_load_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.centrality.tests.test_percolation_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.centrality.tests.test_reaching": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_reaching",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.tests.test_second_order_centrality": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "networkx.algorithms.centrality.tests.test_subgraph": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_subgraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_subgraph",
        "imports": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.subgraph_alg",
        "symbol_part": "communicability_betweenness_centrality",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_subgraph",
        "imports": "networkx.algorithms.centrality.subgraph_alg.estrada_index",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.subgraph_alg",
        "symbol_part": "estrada_index",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_subgraph",
        "imports": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.subgraph_alg",
        "symbol_part": "subgraph_centrality",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.centrality.tests.test_subgraph",
        "imports": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality_exp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.centrality.subgraph_alg",
        "symbol_part": "subgraph_centrality_exp",
        "lineno": 7
      }
    ],
    "networkx.algorithms.centrality.tests.test_trophic": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_trophic",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.tests.test_voterank": [
      {
        "from_module": "networkx.algorithms.centrality.tests.test_voterank",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.centrality.tests": [],
    "networkx.algorithms.coloring.equitable_coloring": [
      {
        "from_module": "networkx.algorithms.coloring.equitable_coloring",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.coloring.greedy_coloring": [
      {
        "from_module": "networkx.algorithms.coloring.greedy_coloring",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.coloring.greedy_coloring",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.coloring.greedy_coloring",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 9
      }
    ],
    "networkx.algorithms.coloring": [
      {
        "from_module": "networkx.algorithms.coloring",
        "imports": "networkx.algorithms.coloring.greedy_coloring.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.coloring.greedy_coloring",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.coloring",
        "imports": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.coloring.equitable_coloring",
        "symbol_part": "equitable_color",
        "lineno": 2
      }
    ],
    "networkx.algorithms.coloring.tests.test_coloring": [
      {
        "from_module": "networkx.algorithms.coloring.tests.test_coloring",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.coloring.tests": [],
    "networkx.algorithms.community.asyn_fluid": [
      {
        "from_module": "networkx.algorithms.community.asyn_fluid",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.community.asyn_fluid",
        "imports": "networkx.algorithms.components.is_connected",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.components",
        "symbol_part": "is_connected",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.community.asyn_fluid",
        "imports": "networkx.utils.groups",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "groups",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.community.asyn_fluid",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.community.asyn_fluid",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 7
      }
    ],
    "networkx.algorithms.community.bipartitions": [
      {
        "from_module": "networkx.algorithms.community.bipartitions",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.algorithms.community.centrality": [
      {
        "from_module": "networkx.algorithms.community.centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.community_utils": [
      {
        "from_module": "networkx.algorithms.community.community_utils",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.divisive": [
      {
        "from_module": "networkx.algorithms.community.divisive",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.kclique": [
      {
        "from_module": "networkx.algorithms.community.kclique",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.label_propagation": [
      {
        "from_module": "networkx.algorithms.community.label_propagation",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.community.label_propagation",
        "imports": "networkx.utils.groups",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "groups",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.community.label_propagation",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.community.label_propagation",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 8
      }
    ],
    "networkx.algorithms.community.leiden": [
      {
        "from_module": "networkx.algorithms.community.leiden",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.community.leiden",
        "imports": "networkx.algorithms.community.quality.constant_potts_model",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "constant_potts_model",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.community.leiden",
        "imports": "networkx.algorithms.community.quality.modularity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "modularity",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.community.leiden",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.community.leiden",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 13
      }
    ],
    "networkx.algorithms.community.local": [],
    "networkx.algorithms.community.louvain": [
      {
        "from_module": "networkx.algorithms.community.louvain",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.community.louvain",
        "imports": "networkx.algorithms.community.modularity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "modularity",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.community.louvain",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 9
      }
    ],
    "networkx.algorithms.community.lukes": [
      {
        "from_module": "networkx.algorithms.community.lukes",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.community.lukes",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 8
      }
    ],
    "networkx.algorithms.community.modularity_max": [
      {
        "from_module": "networkx.algorithms.community.modularity_max",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.community.modularity_max",
        "imports": "networkx.algorithms.community.quality.modularity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "modularity",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.community.modularity_max",
        "imports": "networkx.utils.mapped_queue.MappedQueue",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.mapped_queue",
        "symbol_part": "MappedQueue",
        "lineno": 7
      }
    ],
    "networkx.algorithms.community.quality": [
      {
        "from_module": "networkx.algorithms.community.quality",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.community.quality",
        "imports": "networkx.algorithms.community.community_utils.is_cover",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.community_utils",
        "symbol_part": "is_cover",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.community.quality",
        "imports": "networkx.algorithms.community.community_utils.is_partition",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.community_utils",
        "symbol_part": "is_partition",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.community.quality",
        "imports": "networkx.utils.decorators.argmap",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "argmap",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.community.quality",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 11
      }
    ],
    "networkx.algorithms.community": [
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.asyn_fluid.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.asyn_fluid",
        "symbol_part": "*",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.bipartitions.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.bipartitions",
        "symbol_part": "*",
        "lineno": 17
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.centrality.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.centrality",
        "symbol_part": "*",
        "lineno": 18
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.divisive.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.divisive",
        "symbol_part": "*",
        "lineno": 19
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.kclique.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.kclique",
        "symbol_part": "*",
        "lineno": 20
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.label_propagation.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.label_propagation",
        "symbol_part": "*",
        "lineno": 21
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.lukes.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.lukes",
        "symbol_part": "*",
        "lineno": 22
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.modularity_max.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.modularity_max",
        "symbol_part": "*",
        "lineno": 23
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.quality.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "*",
        "lineno": 24
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.community_utils.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.community_utils",
        "symbol_part": "*",
        "lineno": 25
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.louvain.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.louvain",
        "symbol_part": "*",
        "lineno": 26
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.leiden.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.leiden",
        "symbol_part": "*",
        "lineno": 27
      },
      {
        "from_module": "networkx.algorithms.community",
        "imports": "networkx.algorithms.community.local.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.local",
        "symbol_part": "*",
        "lineno": 28
      }
    ],
    "networkx.algorithms.community.tests.test_asyn_fluid": [
      {
        "from_module": "networkx.algorithms.community.tests.test_asyn_fluid",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_asyn_fluid",
        "imports": "networkx.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "Graph",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_asyn_fluid",
        "imports": "networkx.NetworkXError",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXError",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_asyn_fluid",
        "imports": "networkx.algorithms.community.asyn_fluidc",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "asyn_fluidc",
        "lineno": 5
      }
    ],
    "networkx.algorithms.community.tests.test_bipartitions": [
      {
        "from_module": "networkx.algorithms.community.tests.test_bipartitions",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_bipartitions",
        "imports": "networkx.algorithms.community.greedy_node_swap_bipartition",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "greedy_node_swap_bipartition",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_bipartitions",
        "imports": "networkx.algorithms.community.kernighan_lin_bisection",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "kernighan_lin_bisection",
        "lineno": 6
      }
    ],
    "networkx.algorithms.community.tests.test_centrality": [
      {
        "from_module": "networkx.algorithms.community.tests.test_centrality",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      }
    ],
    "networkx.algorithms.community.tests.test_divisive": [
      {
        "from_module": "networkx.algorithms.community.tests.test_divisive",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.tests.test_kclique": [
      {
        "from_module": "networkx.algorithms.community.tests.test_kclique",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.community.tests.test_label_propagation": [
      {
        "from_module": "networkx.algorithms.community.tests.test_label_propagation",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.community.tests.test_leiden": [
      {
        "from_module": "networkx.algorithms.community.tests.test_leiden",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.tests.test_local": [
      {
        "from_module": "networkx.algorithms.community.tests.test_local",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.tests.test_louvain": [
      {
        "from_module": "networkx.algorithms.community.tests.test_louvain",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.tests.test_lukes": [
      {
        "from_module": "networkx.algorithms.community.tests.test_lukes",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.community.tests.test_modularity_max": [
      {
        "from_module": "networkx.algorithms.community.tests.test_modularity_max",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_modularity_max",
        "imports": "networkx.algorithms.community.greedy_modularity_communities",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "greedy_modularity_communities",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_modularity_max",
        "imports": "networkx.algorithms.community.naive_greedy_modularity_communities",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "naive_greedy_modularity_communities",
        "lineno": 4
      }
    ],
    "networkx.algorithms.community.tests.test_quality": [
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.barbell_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "barbell_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.algorithms.community.constant_potts_model",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "constant_potts_model",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.algorithms.community.modularity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "modularity",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.algorithms.community.overlapping_modularity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "overlapping_modularity",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.algorithms.community.partition_quality",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community",
        "symbol_part": "partition_quality",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.algorithms.community.quality._quality_delta_cpm_directed",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "_quality_delta_cpm_directed",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.algorithms.community.quality._quality_delta_cpm_undirected",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "_quality_delta_cpm_undirected",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.community.tests.test_quality",
        "imports": "networkx.algorithms.community.quality.inter_community_edges",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.community.quality",
        "symbol_part": "inter_community_edges",
        "lineno": 16
      }
    ],
    "networkx.algorithms.community.tests.test_utils": [
      {
        "from_module": "networkx.algorithms.community.tests.test_utils",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.community.tests": [],
    "networkx.algorithms.components.attracting": [
      {
        "from_module": "networkx.algorithms.components.attracting",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.attracting",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.biconnected": [
      {
        "from_module": "networkx.algorithms.components.biconnected",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.components.biconnected",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      }
    ],
    "networkx.algorithms.components.connected": [
      {
        "from_module": "networkx.algorithms.components.connected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.connected",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.semiconnected": [
      {
        "from_module": "networkx.algorithms.components.semiconnected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.semiconnected",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.components.semiconnected",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.strongly_connected": [
      {
        "from_module": "networkx.algorithms.components.strongly_connected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.strongly_connected",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.weakly_connected": [
      {
        "from_module": "networkx.algorithms.components.weakly_connected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.weakly_connected",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components": [
      {
        "from_module": "networkx.algorithms.components",
        "imports": "connected.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "connected",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.components",
        "imports": "strongly_connected.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "strongly_connected",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.components",
        "imports": "weakly_connected.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "weakly_connected",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components",
        "imports": "attracting.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "attracting",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.components",
        "imports": "biconnected.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "biconnected",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.components",
        "imports": "semiconnected.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "semiconnected",
        "symbol_part": "*",
        "lineno": 6
      }
    ],
    "networkx.algorithms.components.tests.test_attracting": [
      {
        "from_module": "networkx.algorithms.components.tests.test_attracting",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.tests.test_attracting",
        "imports": "networkx.NetworkXNotImplemented",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXNotImplemented",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.tests.test_biconnected": [
      {
        "from_module": "networkx.algorithms.components.tests.test_biconnected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.tests.test_biconnected",
        "imports": "networkx.NetworkXNotImplemented",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXNotImplemented",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.tests.test_connected": [
      {
        "from_module": "networkx.algorithms.components.tests.test_connected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.tests.test_connected",
        "imports": "networkx.NetworkXNotImplemented",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXNotImplemented",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.components.tests.test_connected",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.components.tests.test_connected",
        "imports": "networkx.classes.tests.dispatch_interface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests",
        "symbol_part": "dispatch_interface",
        "lineno": 6
      }
    ],
    "networkx.algorithms.components.tests.test_semiconnected": [
      {
        "from_module": "networkx.algorithms.components.tests.test_semiconnected",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.components.tests.test_strongly_connected": [
      {
        "from_module": "networkx.algorithms.components.tests.test_strongly_connected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.tests.test_strongly_connected",
        "imports": "networkx.NetworkXNotImplemented",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXNotImplemented",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.tests.test_weakly_connected": [
      {
        "from_module": "networkx.algorithms.components.tests.test_weakly_connected",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.components.tests.test_weakly_connected",
        "imports": "networkx.NetworkXNotImplemented",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXNotImplemented",
        "lineno": 4
      }
    ],
    "networkx.algorithms.components.tests": [],
    "networkx.algorithms.connectivity.connectivity": [
      {
        "from_module": "networkx.algorithms.connectivity.connectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.connectivity",
        "imports": "networkx.algorithms.flow.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "build_residual_network",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.connectivity.connectivity",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.connectivity.connectivity",
        "imports": "networkx.algorithms.flow.preflow_push",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "preflow_push",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.connectivity.connectivity",
        "imports": "networkx.algorithms.flow.shortest_augmenting_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "shortest_augmenting_path",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.connectivity.connectivity",
        "imports": "utils.build_auxiliary_edge_connectivity",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_auxiliary_edge_connectivity",
        "lineno": 19
      },
      {
        "from_module": "networkx.algorithms.connectivity.connectivity",
        "imports": "utils.build_auxiliary_node_connectivity",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_auxiliary_node_connectivity",
        "lineno": 19
      }
    ],
    "networkx.algorithms.connectivity.cuts": [
      {
        "from_module": "networkx.algorithms.connectivity.cuts",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.connectivity.cuts",
        "imports": "networkx.algorithms.flow.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "build_residual_network",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.connectivity.cuts",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.connectivity.cuts",
        "imports": "utils.build_auxiliary_edge_connectivity",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_auxiliary_edge_connectivity",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.connectivity.cuts",
        "imports": "utils.build_auxiliary_node_connectivity",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_auxiliary_node_connectivity",
        "lineno": 13
      }
    ],
    "networkx.algorithms.connectivity.disjoint_paths": [
      {
        "from_module": "networkx.algorithms.connectivity.disjoint_paths",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.connectivity.disjoint_paths",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.disjoint_paths",
        "imports": "networkx.algorithms.flow.preflow_push",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "preflow_push",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.disjoint_paths",
        "imports": "networkx.algorithms.flow.shortest_augmenting_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "shortest_augmenting_path",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.disjoint_paths",
        "imports": "utils.build_auxiliary_edge_connectivity",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_auxiliary_edge_connectivity",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.connectivity.disjoint_paths",
        "imports": "utils.build_auxiliary_node_connectivity",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_auxiliary_node_connectivity",
        "lineno": 16
      }
    ],
    "networkx.algorithms.connectivity.edge_augmentation": [
      {
        "from_module": "networkx.algorithms.connectivity.edge_augmentation",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.connectivity.edge_augmentation",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.connectivity.edge_augmentation",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 16
      }
    ],
    "networkx.algorithms.connectivity.edge_kcomponents": [
      {
        "from_module": "networkx.algorithms.connectivity.edge_kcomponents",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.connectivity.edge_kcomponents",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 16
      },
      {
        "from_module": "networkx.algorithms.connectivity.edge_kcomponents",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 16
      }
    ],
    "networkx.algorithms.connectivity.kcomponents": [
      {
        "from_module": "networkx.algorithms.connectivity.kcomponents",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.kcomponents",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.connectivity.kcomponents",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 13
      }
    ],
    "networkx.algorithms.connectivity.kcutsets": [
      {
        "from_module": "networkx.algorithms.connectivity.kcutsets",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.kcutsets",
        "imports": "networkx.algorithms.flow.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "build_residual_network",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.kcutsets",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.kcutsets",
        "imports": "networkx.algorithms.flow.shortest_augmenting_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "shortest_augmenting_path",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.kcutsets",
        "imports": "utils.build_auxiliary_node_connectivity",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_auxiliary_node_connectivity",
        "lineno": 15
      }
    ],
    "networkx.algorithms.connectivity.stoerwagner": [
      {
        "from_module": "networkx.algorithms.connectivity.stoerwagner",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.connectivity.stoerwagner",
        "imports": "utils.BinaryHeap",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "BinaryHeap",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.stoerwagner",
        "imports": "utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "arbitrary_element",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity.stoerwagner",
        "imports": "utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "not_implemented_for",
        "lineno": 9
      }
    ],
    "networkx.algorithms.connectivity.utils": [
      {
        "from_module": "networkx.algorithms.connectivity.utils",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.connectivity": [
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "connectivity.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "connectivity",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "cuts.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "cuts",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "edge_augmentation.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edge_augmentation",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "edge_kcomponents.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edge_kcomponents",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "disjoint_paths.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "disjoint_paths",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "kcomponents.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "kcomponents",
        "symbol_part": "*",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "kcutsets.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "kcutsets",
        "symbol_part": "*",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "stoerwagner.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "stoerwagner",
        "symbol_part": "*",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.connectivity",
        "imports": "utils.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "*",
        "lineno": 11
      }
    ],
    "networkx.algorithms.connectivity.tests.test_connectivity": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_connectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_connectivity",
        "imports": "networkx.algorithms.flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "flow",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_connectivity",
        "imports": "networkx.algorithms.connectivity.local_edge_connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "local_edge_connectivity",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_connectivity",
        "imports": "networkx.algorithms.connectivity.local_node_connectivity",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "local_node_connectivity",
        "lineno": 7
      }
    ],
    "networkx.algorithms.connectivity.tests.test_cuts": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_cuts",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_cuts",
        "imports": "networkx.algorithms.flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "flow",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_cuts",
        "imports": "networkx.algorithms.connectivity.minimum_st_edge_cut",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "minimum_st_edge_cut",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_cuts",
        "imports": "networkx.algorithms.connectivity.minimum_st_node_cut",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "minimum_st_node_cut",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_cuts",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 6
      }
    ],
    "networkx.algorithms.connectivity.tests.test_disjoint_paths": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
        "imports": "networkx.algorithms.flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "flow",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 5
      }
    ],
    "networkx.algorithms.connectivity.tests.test_edge_augmentation": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx.algorithms.connectivity.k_edge_augmentation",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "k_edge_augmentation",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.edge_augmentation",
        "symbol_part": "_unpack_available_edges",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.edge_augmentation",
        "symbol_part": "collapse",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.edge_augmentation",
        "symbol_part": "complement_edges",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.edge_augmentation",
        "symbol_part": "is_k_edge_connected",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.edge_augmentation",
        "symbol_part": "is_locally_k_edge_connected",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 15
      }
    ],
    "networkx.algorithms.connectivity.tests.test_edge_kcomponents": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
        "imports": "networkx.algorithms.connectivity.EdgeComponentAuxGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "EdgeComponentAuxGraph",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
        "imports": "networkx.algorithms.connectivity.bridge_components",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity",
        "symbol_part": "bridge_components",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
        "imports": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.edge_kcomponents",
        "symbol_part": "general_k_edge_subgraphs",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 8
      }
    ],
    "networkx.algorithms.connectivity.tests.test_kcomponents": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_kcomponents",
        "imports": "networkx",
        "type": "import",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_kcomponents",
        "imports": "networkx.algorithms.flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "flow",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_kcomponents",
        "imports": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.kcomponents",
        "symbol_part": "_consolidate",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_kcomponents",
        "imports": "networkx.algorithms.connectivity.kcomponents.build_k_number_dict",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.kcomponents",
        "symbol_part": "build_k_number_dict",
        "lineno": 6
      }
    ],
    "networkx.algorithms.connectivity.tests.test_kcutsets": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_kcutsets",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_kcutsets",
        "imports": "networkx.algorithms.flow",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "flow",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_kcutsets",
        "imports": "networkx.algorithms.connectivity.kcutsets._is_separating_set",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.connectivity.kcutsets",
        "symbol_part": "_is_separating_set",
        "lineno": 9
      }
    ],
    "networkx.algorithms.connectivity.tests.test_stoer_wagner": [
      {
        "from_module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.connectivity.tests": [],
    "networkx.algorithms.flow.boykovkolmogorov": [
      {
        "from_module": "networkx.algorithms.flow.boykovkolmogorov",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.flow.boykovkolmogorov",
        "imports": "networkx.algorithms.flow.utils.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow.utils",
        "symbol_part": "build_residual_network",
        "lineno": 9
      }
    ],
    "networkx.algorithms.flow.capacityscaling": [
      {
        "from_module": "networkx.algorithms.flow.capacityscaling",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.capacityscaling",
        "imports": "utils.BinaryHeap",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "BinaryHeap",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.flow.capacityscaling",
        "imports": "utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "arbitrary_element",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.flow.capacityscaling",
        "imports": "utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "not_implemented_for",
        "lineno": 12
      }
    ],
    "networkx.algorithms.flow.dinitz_alg": [
      {
        "from_module": "networkx.algorithms.flow.dinitz_alg",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.flow.dinitz_alg",
        "imports": "networkx.algorithms.flow.utils.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow.utils",
        "symbol_part": "build_residual_network",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.flow.dinitz_alg",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 9
      }
    ],
    "networkx.algorithms.flow.edmondskarp": [
      {
        "from_module": "networkx.algorithms.flow.edmondskarp",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.flow.edmondskarp",
        "imports": "networkx.algorithms.flow.utils.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow.utils",
        "symbol_part": "build_residual_network",
        "lineno": 6
      }
    ],
    "networkx.algorithms.flow.gomory_hu": [
      {
        "from_module": "networkx.algorithms.flow.gomory_hu",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.flow.gomory_hu",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.gomory_hu",
        "imports": "edmondskarp.edmonds_karp",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edmondskarp",
        "symbol_part": "edmonds_karp",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.flow.gomory_hu",
        "imports": "utils.build_residual_network",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_residual_network",
        "lineno": 9
      }
    ],
    "networkx.algorithms.flow.maxflow": [
      {
        "from_module": "networkx.algorithms.flow.maxflow",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.flow.maxflow",
        "imports": "boykovkolmogorov.boykov_kolmogorov",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "boykovkolmogorov",
        "symbol_part": "boykov_kolmogorov",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.flow.maxflow",
        "imports": "dinitz_alg.dinitz",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "dinitz_alg",
        "symbol_part": "dinitz",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.flow.maxflow",
        "imports": "edmondskarp.edmonds_karp",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edmondskarp",
        "symbol_part": "edmonds_karp",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.flow.maxflow",
        "imports": "preflowpush.preflow_push",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "preflowpush",
        "symbol_part": "preflow_push",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.maxflow",
        "imports": "shortestaugmentingpath.shortest_augmenting_path",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "shortestaugmentingpath",
        "symbol_part": "shortest_augmenting_path",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.flow.maxflow",
        "imports": "utils.build_flow_dict",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_flow_dict",
        "lineno": 12
      }
    ],
    "networkx.algorithms.flow.mincost": [
      {
        "from_module": "networkx.algorithms.flow.mincost",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.flow.networksimplex": [
      {
        "from_module": "networkx.algorithms.flow.networksimplex",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.networksimplex",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 11
      }
    ],
    "networkx.algorithms.flow.preflowpush": [
      {
        "from_module": "networkx.algorithms.flow.preflowpush",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.flow.preflowpush",
        "imports": "utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 3,
        "module_part": "utils",
        "symbol_part": "arbitrary_element",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.preflowpush",
        "imports": "utils.CurrentEdge",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "CurrentEdge",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.flow.preflowpush",
        "imports": "utils.GlobalRelabelThreshold",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "GlobalRelabelThreshold",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.flow.preflowpush",
        "imports": "utils.Level",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "Level",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.flow.preflowpush",
        "imports": "utils.build_residual_network",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_residual_network",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.flow.preflowpush",
        "imports": "utils.detect_unboundedness",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "detect_unboundedness",
        "lineno": 11
      }
    ],
    "networkx.algorithms.flow.shortestaugmentingpath": [
      {
        "from_module": "networkx.algorithms.flow.shortestaugmentingpath",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.flow.shortestaugmentingpath",
        "imports": "edmondskarp.edmonds_karp_core",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edmondskarp",
        "symbol_part": "edmonds_karp_core",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.flow.shortestaugmentingpath",
        "imports": "utils.CurrentEdge",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "CurrentEdge",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.shortestaugmentingpath",
        "imports": "utils.build_residual_network",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_residual_network",
        "lineno": 10
      }
    ],
    "networkx.algorithms.flow.utils": [
      {
        "from_module": "networkx.algorithms.flow.utils",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.flow": [
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "maxflow.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "maxflow",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "mincost.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "mincost",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "boykovkolmogorov.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "boykovkolmogorov",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "dinitz_alg.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "dinitz_alg",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "edmondskarp.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edmondskarp",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "gomory_hu.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "gomory_hu",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "preflowpush.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "preflowpush",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "shortestaugmentingpath.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "shortestaugmentingpath",
        "symbol_part": "*",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "capacityscaling.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "capacityscaling",
        "symbol_part": "*",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "networksimplex.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "networksimplex",
        "symbol_part": "*",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "utils.build_flow_dict",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_flow_dict",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.flow",
        "imports": "utils.build_residual_network",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "utils",
        "symbol_part": "build_residual_network",
        "lineno": 11
      }
    ],
    "networkx.algorithms.flow.tests.test_gomory_hu": [
      {
        "from_module": "networkx.algorithms.flow.tests.test_gomory_hu",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_gomory_hu",
        "imports": "networkx.algorithms.flow.boykov_kolmogorov",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "boykov_kolmogorov",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_gomory_hu",
        "imports": "networkx.algorithms.flow.dinitz",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "dinitz",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_gomory_hu",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_gomory_hu",
        "imports": "networkx.algorithms.flow.preflow_push",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "preflow_push",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_gomory_hu",
        "imports": "networkx.algorithms.flow.shortest_augmenting_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "shortest_augmenting_path",
        "lineno": 6
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow": [
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.boykov_kolmogorov",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "boykov_kolmogorov",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.build_flow_dict",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "build_flow_dict",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "build_residual_network",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.dinitz",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "dinitz",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.preflow_push",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "preflow_push",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.shortest_augmenting_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "shortest_augmenting_path",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow",
        "imports": "networkx.algorithms.flow.utils._capacity_function",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow.utils",
        "symbol_part": "_capacity_function",
        "lineno": 15
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow_large_graph": [
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx.algorithms.flow.boykov_kolmogorov",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "boykov_kolmogorov",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx.algorithms.flow.build_flow_dict",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "build_flow_dict",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx.algorithms.flow.build_residual_network",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "build_residual_network",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx.algorithms.flow.dinitz",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "dinitz",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx.algorithms.flow.edmonds_karp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "edmonds_karp",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx.algorithms.flow.preflow_push",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "preflow_push",
        "lineno": 10
      },
      {
        "from_module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "imports": "networkx.algorithms.flow.shortest_augmenting_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.flow",
        "symbol_part": "shortest_augmenting_path",
        "lineno": 10
      }
    ],
    "networkx.algorithms.flow.tests.test_mincost": [
      {
        "from_module": "networkx.algorithms.flow.tests.test_mincost",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.flow.tests.test_networksimplex": [
      {
        "from_module": "networkx.algorithms.flow.tests.test_networksimplex",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.flow.tests": [],
    "networkx.algorithms.isomorphism.ismags": [
      {
        "from_module": "networkx.algorithms.isomorphism.ismags",
        "imports": "networkx",
        "type": "import",
        "lineno": 128
      }
    ],
    "networkx.algorithms.isomorphism.isomorph": [
      {
        "from_module": "networkx.algorithms.isomorphism.isomorph",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      }
    ],
    "networkx.algorithms.isomorphism.isomorphvf2": [
      {
        "from_module": "networkx.algorithms.isomorphism.isomorphvf2",
        "imports": "networkx",
        "type": "import",
        "lineno": 149
      }
    ],
    "networkx.algorithms.isomorphism.matchhelpers": [],
    "networkx.algorithms.isomorphism.temporalisomorphvf2": [
      {
        "from_module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
        "imports": "networkx",
        "type": "import",
        "lineno": 68
      },
      {
        "from_module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
        "imports": "isomorphvf2.DiGraphMatcher",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "isomorphvf2",
        "symbol_part": "DiGraphMatcher",
        "lineno": 70
      },
      {
        "from_module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
        "imports": "isomorphvf2.GraphMatcher",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "isomorphvf2",
        "symbol_part": "GraphMatcher",
        "lineno": 70
      }
    ],
    "networkx.algorithms.isomorphism.tree_isomorphism": [
      {
        "from_module": "networkx.algorithms.isomorphism.tree_isomorphism",
        "imports": "networkx",
        "type": "import",
        "lineno": 23
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tree_isomorphism",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 24
      }
    ],
    "networkx.algorithms.isomorphism.vf2pp": [
      {
        "from_module": "networkx.algorithms.isomorphism.vf2pp",
        "imports": "networkx",
        "type": "import",
        "lineno": 139
      }
    ],
    "networkx.algorithms.isomorphism.vf2userfunc": [
      {
        "from_module": "networkx.algorithms.isomorphism.vf2userfunc",
        "imports": "isomorphvf2",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "",
        "symbol_part": "isomorphvf2",
        "lineno": 34
      }
    ],
    "networkx.algorithms.isomorphism": [
      {
        "from_module": "networkx.algorithms.isomorphism",
        "imports": "networkx.algorithms.isomorphism.isomorph.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.isomorph",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.isomorphism",
        "imports": "networkx.algorithms.isomorphism.vf2userfunc.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2userfunc",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.isomorphism",
        "imports": "networkx.algorithms.isomorphism.matchhelpers.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.matchhelpers",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.isomorphism",
        "imports": "networkx.algorithms.isomorphism.temporalisomorphvf2.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.temporalisomorphvf2",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.isomorphism",
        "imports": "networkx.algorithms.isomorphism.ismags.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.ismags",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.isomorphism",
        "imports": "networkx.algorithms.isomorphism.tree_isomorphism.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.tree_isomorphism",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.isomorphism",
        "imports": "networkx.algorithms.isomorphism.vf2pp.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "*",
        "lineno": 7
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_common": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_common",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_common",
        "imports": "networkx.algorithms.isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "isomorphism",
        "lineno": 6
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_ismags": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_ismags",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_ismags",
        "imports": "networkx.algorithms.isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "isomorphism",
        "lineno": 10
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphism": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
        "imports": "networkx.algorithms.isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "isomorphism",
        "lineno": 6
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphvf2": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
        "imports": "networkx.algorithms.isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "isomorphism",
        "lineno": 12
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
        "imports": "networkx.generators.atlas",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators",
        "symbol_part": "atlas",
        "lineno": 172
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_match_helpers": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
        "imports": "networkx.algorithms.isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "isomorphism",
        "lineno": 4
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
        "imports": "networkx.algorithms.isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "isomorphism",
        "lineno": 8
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_tree_isomorphism": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2pp": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
        "imports": "networkx.vf2pp_all_isomorphisms",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "vf2pp_all_isomorphisms",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
        "imports": "networkx.vf2pp_is_isomorphic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "vf2pp_is_isomorphic",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
        "imports": "networkx.vf2pp_isomorphism",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "vf2pp_isomorphism",
        "lineno": 6
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._feasibility",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_feasibility",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_feasible_look_ahead",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_feasible_node_pair",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._find_candidates",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_find_candidates",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._find_candidates_Di",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_find_candidates_Di",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._GraphInfo",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_GraphInfo",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._init_info",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_init_info",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_matching_order",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._restore_Tinout",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_restore_Tinout",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._restore_Tinout_Di",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_restore_Tinout_Di",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._StateInfo",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_StateInfo",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "imports": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.vf2pp",
        "symbol_part": "_update_Tinout",
        "lineno": 7
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2userfunc": [
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
        "imports": "networkx.algorithms.isomorphism",
        "type": "import",
        "lineno": 9
      }
    ],
    "networkx.algorithms.isomorphism.tests": [],
    "networkx.algorithms.link_analysis.hits_alg": [
      {
        "from_module": "networkx.algorithms.link_analysis.hits_alg",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.link_analysis.pagerank_alg": [
      {
        "from_module": "networkx.algorithms.link_analysis.pagerank_alg",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.link_analysis": [
      {
        "from_module": "networkx.algorithms.link_analysis",
        "imports": "networkx.algorithms.link_analysis.hits_alg.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis.hits_alg",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.link_analysis",
        "imports": "networkx.algorithms.link_analysis.pagerank_alg.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis.pagerank_alg",
        "symbol_part": "*",
        "lineno": 2
      }
    ],
    "networkx.algorithms.link_analysis.tests.test_hits": [
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_hits",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_hits",
        "imports": "networkx.algorithms.link_analysis.hits_alg._hits_numpy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis.hits_alg",
        "symbol_part": "_hits_numpy",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_hits",
        "imports": "networkx.algorithms.link_analysis.hits_alg._hits_python",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis.hits_alg",
        "symbol_part": "_hits_python",
        "lineno": 4
      }
    ],
    "networkx.algorithms.link_analysis.tests.test_pagerank": [
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_pagerank",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_pagerank",
        "imports": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_numpy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis.pagerank_alg",
        "symbol_part": "_pagerank_numpy",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_pagerank",
        "imports": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_python",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis.pagerank_alg",
        "symbol_part": "_pagerank_python",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_pagerank",
        "imports": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.link_analysis.pagerank_alg",
        "symbol_part": "_pagerank_scipy",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.link_analysis.tests.test_pagerank",
        "imports": "networkx.classes.tests.dispatch_interface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests",
        "symbol_part": "dispatch_interface",
        "lineno": 11
      }
    ],
    "networkx.algorithms.link_analysis.tests": [],
    "networkx.algorithms.minors.contraction": [
      {
        "from_module": "networkx.algorithms.minors.contraction",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.minors.contraction",
        "imports": "networkx.density",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "density",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.minors.contraction",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 7
      }
    ],
    "networkx.algorithms.minors": [
      {
        "from_module": "networkx.algorithms.minors",
        "imports": "networkx.algorithms.minors.contraction.contracted_edge",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.minors.contraction",
        "symbol_part": "contracted_edge",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.minors",
        "imports": "networkx.algorithms.minors.contraction.contracted_nodes",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.minors.contraction",
        "symbol_part": "contracted_nodes",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.minors",
        "imports": "networkx.algorithms.minors.contraction.equivalence_classes",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.minors.contraction",
        "symbol_part": "equivalence_classes",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.minors",
        "imports": "networkx.algorithms.minors.contraction.identified_nodes",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.minors.contraction",
        "symbol_part": "identified_nodes",
        "lineno": 13
      },
      {
        "from_module": "networkx.algorithms.minors",
        "imports": "networkx.algorithms.minors.contraction.quotient_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.minors.contraction",
        "symbol_part": "quotient_graph",
        "lineno": 13
      }
    ],
    "networkx.algorithms.minors.tests.test_contraction": [
      {
        "from_module": "networkx.algorithms.minors.tests.test_contraction",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.minors.tests.test_contraction",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.minors.tests.test_contraction",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.minors.tests.test_contraction",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 6
      }
    ],
    "networkx.algorithms.operators.all": [
      {
        "from_module": "networkx.algorithms.operators.all",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.operators.binary": [
      {
        "from_module": "networkx.algorithms.operators.binary",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.operators.product": [
      {
        "from_module": "networkx.algorithms.operators.product",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.operators.product",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 8
      }
    ],
    "networkx.algorithms.operators.unary": [
      {
        "from_module": "networkx.algorithms.operators.unary",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.operators": [
      {
        "from_module": "networkx.algorithms.operators",
        "imports": "networkx.algorithms.operators.all.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.operators.all",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.operators",
        "imports": "networkx.algorithms.operators.binary.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.operators.binary",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.operators",
        "imports": "networkx.algorithms.operators.product.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.operators.product",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.operators",
        "imports": "networkx.algorithms.operators.unary.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.operators.unary",
        "symbol_part": "*",
        "lineno": 4
      }
    ],
    "networkx.algorithms.operators.tests.test_all": [
      {
        "from_module": "networkx.algorithms.operators.tests.test_all",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.operators.tests.test_all",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 4
      }
    ],
    "networkx.algorithms.operators.tests.test_binary": [
      {
        "from_module": "networkx.algorithms.operators.tests.test_binary",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.operators.tests.test_binary",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 4
      }
    ],
    "networkx.algorithms.operators.tests.test_product": [
      {
        "from_module": "networkx.algorithms.operators.tests.test_product",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.operators.tests.test_product",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 4
      }
    ],
    "networkx.algorithms.operators.tests.test_unary": [
      {
        "from_module": "networkx.algorithms.operators.tests.test_unary",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.operators.tests": [],
    "networkx.algorithms.shortest_paths.astar": [
      {
        "from_module": "networkx.algorithms.shortest_paths.astar",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.shortest_paths.astar",
        "imports": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.weighted",
        "symbol_part": "_weight_function",
        "lineno": 7
      }
    ],
    "networkx.algorithms.shortest_paths.dense": [
      {
        "from_module": "networkx.algorithms.shortest_paths.dense",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.shortest_paths.dense",
        "imports": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.weighted",
        "symbol_part": "_weight_function",
        "lineno": 6
      }
    ],
    "networkx.algorithms.shortest_paths.generic": [
      {
        "from_module": "networkx.algorithms.shortest_paths.generic",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      }
    ],
    "networkx.algorithms.shortest_paths.unweighted": [
      {
        "from_module": "networkx.algorithms.shortest_paths.unweighted",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.shortest_paths.weighted": [
      {
        "from_module": "networkx.algorithms.shortest_paths.weighted",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.shortest_paths.weighted",
        "imports": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.generic",
        "symbol_part": "_build_paths_from_predecessors",
        "lineno": 10
      }
    ],
    "networkx.algorithms.shortest_paths": [
      {
        "from_module": "networkx.algorithms.shortest_paths",
        "imports": "networkx.algorithms.shortest_paths.generic.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.generic",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.shortest_paths",
        "imports": "networkx.algorithms.shortest_paths.unweighted.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.unweighted",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.shortest_paths",
        "imports": "networkx.algorithms.shortest_paths.weighted.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.weighted",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.shortest_paths",
        "imports": "networkx.algorithms.shortest_paths.astar.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.astar",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.shortest_paths",
        "imports": "networkx.algorithms.shortest_paths.dense.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.shortest_paths.dense",
        "symbol_part": "*",
        "lineno": 5
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_astar": [
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_astar",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_astar",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 4
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_dense": [
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_dense",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_dense_numpy": [
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_generic": [
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_generic",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_generic",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 24
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_unweighted": [
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 24
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_weighted": [
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_weighted",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.shortest_paths.tests.test_weighted",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 4
      }
    ],
    "networkx.algorithms.shortest_paths.tests": [],
    "networkx.algorithms.tests.test_asteroidal": [
      {
        "from_module": "networkx.algorithms.tests.test_asteroidal",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.tests.test_boundary": [
      {
        "from_module": "networkx.algorithms.tests.test_boundary",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_boundary",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_boundary",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 9
      }
    ],
    "networkx.algorithms.tests.test_bridges": [
      {
        "from_module": "networkx.algorithms.tests.test_bridges",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_broadcasting": [
      {
        "from_module": "networkx.algorithms.tests.test_broadcasting",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_chains": [
      {
        "from_module": "networkx.algorithms.tests.test_chains",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_chordal": [
      {
        "from_module": "networkx.algorithms.tests.test_chordal",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_clique": [
      {
        "from_module": "networkx.algorithms.tests.test_clique",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tests.test_clique",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 4
      }
    ],
    "networkx.algorithms.tests.test_cluster": [
      {
        "from_module": "networkx.algorithms.tests.test_cluster",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_communicability": [
      {
        "from_module": "networkx.algorithms.tests.test_communicability",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_communicability",
        "imports": "networkx.algorithms.communicability_alg.communicability",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.communicability_alg",
        "symbol_part": "communicability",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.tests.test_communicability",
        "imports": "networkx.algorithms.communicability_alg.communicability_exp",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.communicability_alg",
        "symbol_part": "communicability_exp",
        "lineno": 9
      }
    ],
    "networkx.algorithms.tests.test_core": [
      {
        "from_module": "networkx.algorithms.tests.test_core",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tests.test_core",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 4
      }
    ],
    "networkx.algorithms.tests.test_covering": [
      {
        "from_module": "networkx.algorithms.tests.test_covering",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_cuts": [
      {
        "from_module": "networkx.algorithms.tests.test_cuts",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_cycles": [
      {
        "from_module": "networkx.algorithms.tests.test_cycles",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_cycles",
        "imports": "networkx.algorithms.traversal.edgedfs.FORWARD",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.traversal.edgedfs",
        "symbol_part": "FORWARD",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_cycles",
        "imports": "networkx.algorithms.traversal.edgedfs.REVERSE",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.traversal.edgedfs",
        "symbol_part": "REVERSE",
        "lineno": 8
      }
    ],
    "networkx.algorithms.tests.test_dag": [
      {
        "from_module": "networkx.algorithms.tests.test_dag",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_dag",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_dag",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_distance_measures": [
      {
        "from_module": "networkx.algorithms.tests.test_distance_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_distance_measures",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_distance_measures",
        "imports": "networkx.algorithms.distance_measures._extrema_bounding",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.distance_measures",
        "symbol_part": "_extrema_bounding",
        "lineno": 9
      }
    ],
    "networkx.algorithms.tests.test_distance_regular": [
      {
        "from_module": "networkx.algorithms.tests.test_distance_regular",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tests.test_distance_regular",
        "imports": "networkx.is_strongly_regular",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "is_strongly_regular",
        "lineno": 4
      }
    ],
    "networkx.algorithms.tests.test_dominance": [
      {
        "from_module": "networkx.algorithms.tests.test_dominance",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_dominating": [
      {
        "from_module": "networkx.algorithms.tests.test_dominating",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_d_separation": [
      {
        "from_module": "networkx.algorithms.tests.test_d_separation",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_efficiency": [
      {
        "from_module": "networkx.algorithms.tests.test_efficiency",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_euler": [
      {
        "from_module": "networkx.algorithms.tests.test_euler",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_graphical": [
      {
        "from_module": "networkx.algorithms.tests.test_graphical",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tests.test_graphical",
        "imports": "networkx.generators.atlas",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators",
        "symbol_part": "atlas",
        "lineno": 45
      }
    ],
    "networkx.algorithms.tests.test_graph_hashing": [
      {
        "from_module": "networkx.algorithms.tests.test_graph_hashing",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_hierarchy": [
      {
        "from_module": "networkx.algorithms.tests.test_hierarchy",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_hybrid": [
      {
        "from_module": "networkx.algorithms.tests.test_hybrid",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.tests.test_isolate": [
      {
        "from_module": "networkx.algorithms.tests.test_isolate",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_link_prediction": [
      {
        "from_module": "networkx.algorithms.tests.test_link_prediction",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.algorithms.tests.test_lowest_common_ancestors": [
      {
        "from_module": "networkx.algorithms.tests.test_lowest_common_ancestors",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_matching": [
      {
        "from_module": "networkx.algorithms.tests.test_matching",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_matching",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_max_weight_clique": [
      {
        "from_module": "networkx.algorithms.tests.test_max_weight_clique",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_mis": [
      {
        "from_module": "networkx.algorithms.tests.test_mis",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "networkx.algorithms.tests.test_moral": [
      {
        "from_module": "networkx.algorithms.tests.test_moral",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.tests.test_moral",
        "imports": "networkx.algorithms.moral.moral_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.moral",
        "symbol_part": "moral_graph",
        "lineno": 2
      }
    ],
    "networkx.algorithms.tests.test_node_classification": [
      {
        "from_module": "networkx.algorithms.tests.test_node_classification",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_node_classification",
        "imports": "networkx.algorithms.node_classification",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "node_classification",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_non_randomness": [
      {
        "from_module": "networkx.algorithms.tests.test_non_randomness",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_perfect_graph": [
      {
        "from_module": "networkx.algorithms.tests.test_perfect_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.tests.test_planarity": [
      {
        "from_module": "networkx.algorithms.tests.test_planarity",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tests.test_planarity",
        "imports": "networkx.algorithms.planarity.check_planarity_recursive",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.planarity",
        "symbol_part": "check_planarity_recursive",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_planarity",
        "imports": "networkx.algorithms.planarity.get_counterexample",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.planarity",
        "symbol_part": "get_counterexample",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_planarity",
        "imports": "networkx.algorithms.planarity.get_counterexample_recursive",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.planarity",
        "symbol_part": "get_counterexample_recursive",
        "lineno": 6
      }
    ],
    "networkx.algorithms.tests.test_planar_drawing": [
      {
        "from_module": "networkx.algorithms.tests.test_planar_drawing",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tests.test_planar_drawing",
        "imports": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.planar_drawing",
        "symbol_part": "triangulate_embedding",
        "lineno": 6
      }
    ],
    "networkx.algorithms.tests.test_polynomials": [
      {
        "from_module": "networkx.algorithms.tests.test_polynomials",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_reciprocity": [
      {
        "from_module": "networkx.algorithms.tests.test_reciprocity",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_regular": [
      {
        "from_module": "networkx.algorithms.tests.test_regular",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tests.test_regular",
        "imports": "networkx.algorithms.regular",
        "type": "import",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.tests.test_regular",
        "imports": "networkx.generators",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tests.test_richclub": [
      {
        "from_module": "networkx.algorithms.tests.test_richclub",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_similarity": [
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx.algorithms.similarity.graph_edit_distance",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.similarity",
        "symbol_part": "graph_edit_distance",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx.algorithms.similarity.optimal_edit_paths",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.similarity",
        "symbol_part": "optimal_edit_paths",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx.algorithms.similarity.optimize_graph_edit_distance",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.similarity",
        "symbol_part": "optimize_graph_edit_distance",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx.generators.classic.circular_ladder_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "circular_ladder_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx.generators.classic.cycle_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "cycle_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx.generators.classic.path_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "path_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.algorithms.tests.test_similarity",
        "imports": "networkx.generators.classic.wheel_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "wheel_graph",
        "lineno": 9
      }
    ],
    "networkx.algorithms.tests.test_simple_paths": [
      {
        "from_module": "networkx.algorithms.tests.test_simple_paths",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tests.test_simple_paths",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_simple_paths",
        "imports": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.simple_paths",
        "symbol_part": "_bidirectional_dijkstra",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_simple_paths",
        "imports": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.simple_paths",
        "symbol_part": "_bidirectional_shortest_path",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_simple_paths",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 11
      },
      {
        "from_module": "networkx.algorithms.tests.test_simple_paths",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 11
      }
    ],
    "networkx.algorithms.tests.test_smallworld": [
      {
        "from_module": "networkx.algorithms.tests.test_smallworld",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tests.test_smallworld",
        "imports": "networkx.lattice_reference",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "lattice_reference",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_smallworld",
        "imports": "networkx.omega",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "omega",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_smallworld",
        "imports": "networkx.random_reference",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "random_reference",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tests.test_smallworld",
        "imports": "networkx.sigma",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "sigma",
        "lineno": 6
      }
    ],
    "networkx.algorithms.tests.test_smetric": [
      {
        "from_module": "networkx.algorithms.tests.test_smetric",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_sparsifiers": [
      {
        "from_module": "networkx.algorithms.tests.test_sparsifiers",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tests.test_sparsifiers",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 6
      }
    ],
    "networkx.algorithms.tests.test_structuralholes": [
      {
        "from_module": "networkx.algorithms.tests.test_structuralholes",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_structuralholes",
        "imports": "networkx.classes.tests.dispatch_interface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests",
        "symbol_part": "dispatch_interface",
        "lineno": 8
      }
    ],
    "networkx.algorithms.tests.test_summarization": [
      {
        "from_module": "networkx.algorithms.tests.test_summarization",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_swap": [
      {
        "from_module": "networkx.algorithms.tests.test_swap",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tests.test_threshold": [
      {
        "from_module": "networkx.algorithms.tests.test_threshold",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_threshold",
        "imports": "networkx.algorithms.threshold",
        "type": "import",
        "lineno": 9
      }
    ],
    "networkx.algorithms.tests.test_time_dependent": [
      {
        "from_module": "networkx.algorithms.tests.test_time_dependent",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_tournament": [
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.DiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "DiGraph",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.hamiltonian_path",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "hamiltonian_path",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.index_satisfying",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "index_satisfying",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.is_reachable",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "is_reachable",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.is_strongly_connected",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "is_strongly_connected",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.is_tournament",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "is_tournament",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.random_tournament",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "random_tournament",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.score_sequence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "score_sequence",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tests.test_tournament",
        "imports": "networkx.algorithms.tournament.tournament_matrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tournament",
        "symbol_part": "tournament_matrix",
        "lineno": 8
      }
    ],
    "networkx.algorithms.tests.test_triads": [
      {
        "from_module": "networkx.algorithms.tests.test_triads",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "networkx.algorithms.tests.test_vitality": [
      {
        "from_module": "networkx.algorithms.tests.test_vitality",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.tests.test_voronoi": [
      {
        "from_module": "networkx.algorithms.tests.test_voronoi",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.tests.test_voronoi",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 2
      }
    ],
    "networkx.algorithms.tests.test_walks": [
      {
        "from_module": "networkx.algorithms.tests.test_walks",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tests.test_wiener": [
      {
        "from_module": "networkx.algorithms.tests.test_wiener",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.tests": [],
    "networkx.algorithms.traversal.beamsearch": [
      {
        "from_module": "networkx.algorithms.traversal.beamsearch",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.traversal.breadth_first_search": [
      {
        "from_module": "networkx.algorithms.traversal.breadth_first_search",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.traversal.depth_first_search": [
      {
        "from_module": "networkx.algorithms.traversal.depth_first_search",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.traversal.edgebfs": [
      {
        "from_module": "networkx.algorithms.traversal.edgebfs",
        "imports": "networkx",
        "type": "import",
        "lineno": 12
      }
    ],
    "networkx.algorithms.traversal.edgedfs": [
      {
        "from_module": "networkx.algorithms.traversal.edgedfs",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      }
    ],
    "networkx.algorithms.traversal": [
      {
        "from_module": "networkx.algorithms.traversal",
        "imports": "beamsearch.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "beamsearch",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.traversal",
        "imports": "breadth_first_search.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "breadth_first_search",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.traversal",
        "imports": "depth_first_search.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "depth_first_search",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.traversal",
        "imports": "edgedfs.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edgedfs",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.traversal",
        "imports": "edgebfs.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "edgebfs",
        "symbol_part": "*",
        "lineno": 5
      }
    ],
    "networkx.algorithms.traversal.tests.test_beamsearch": [
      {
        "from_module": "networkx.algorithms.traversal.tests.test_beamsearch",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.traversal.tests.test_bfs": [
      {
        "from_module": "networkx.algorithms.traversal.tests.test_bfs",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.traversal.tests.test_dfs": [
      {
        "from_module": "networkx.algorithms.traversal.tests.test_dfs",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.algorithms.traversal.tests.test_edgebfs": [
      {
        "from_module": "networkx.algorithms.traversal.tests.test_edgebfs",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.traversal.tests.test_edgebfs",
        "imports": "networkx.algorithms.traversal.edgedfs.FORWARD",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.traversal.edgedfs",
        "symbol_part": "FORWARD",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.traversal.tests.test_edgebfs",
        "imports": "networkx.algorithms.traversal.edgedfs.REVERSE",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.traversal.edgedfs",
        "symbol_part": "REVERSE",
        "lineno": 4
      }
    ],
    "networkx.algorithms.traversal.tests.test_edgedfs": [
      {
        "from_module": "networkx.algorithms.traversal.tests.test_edgedfs",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.traversal.tests.test_edgedfs",
        "imports": "networkx.algorithms.edge_dfs",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "edge_dfs",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.traversal.tests.test_edgedfs",
        "imports": "networkx.algorithms.traversal.edgedfs.FORWARD",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.traversal.edgedfs",
        "symbol_part": "FORWARD",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.traversal.tests.test_edgedfs",
        "imports": "networkx.algorithms.traversal.edgedfs.REVERSE",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.traversal.edgedfs",
        "symbol_part": "REVERSE",
        "lineno": 5
      }
    ],
    "networkx.algorithms.traversal.tests": [],
    "networkx.algorithms.tree.branchings": [
      {
        "from_module": "networkx.algorithms.tree.branchings",
        "imports": "networkx",
        "type": "import",
        "lineno": 35
      },
      {
        "from_module": "networkx.algorithms.tree.branchings",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 36
      },
      {
        "from_module": "networkx.algorithms.tree.branchings",
        "imports": "recognition.is_arborescence",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "recognition",
        "symbol_part": "is_arborescence",
        "lineno": 38
      },
      {
        "from_module": "networkx.algorithms.tree.branchings",
        "imports": "recognition.is_branching",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "recognition",
        "symbol_part": "is_branching",
        "lineno": 38
      }
    ],
    "networkx.algorithms.tree.coding": [
      {
        "from_module": "networkx.algorithms.tree.coding",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.tree.coding",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 16
      }
    ],
    "networkx.algorithms.tree.decomposition": [
      {
        "from_module": "networkx.algorithms.tree.decomposition",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tree.decomposition",
        "imports": "networkx.algorithms.chordal_graph_cliques",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "chordal_graph_cliques",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tree.decomposition",
        "imports": "networkx.algorithms.complete_to_chordal_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "complete_to_chordal_graph",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tree.decomposition",
        "imports": "networkx.algorithms.moral",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "moral",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tree.decomposition",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tree.distance_measures": [
      {
        "from_module": "networkx.algorithms.tree.distance_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tree.mst": [
      {
        "from_module": "networkx.algorithms.tree.mst",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      },
      {
        "from_module": "networkx.algorithms.tree.mst",
        "imports": "networkx.utils.UnionFind",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "UnionFind",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.tree.mst",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 15
      },
      {
        "from_module": "networkx.algorithms.tree.mst",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 15
      }
    ],
    "networkx.algorithms.tree.operations": [
      {
        "from_module": "networkx.algorithms.tree.operations",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.algorithms.tree.recognition": [
      {
        "from_module": "networkx.algorithms.tree.recognition",
        "imports": "networkx",
        "type": "import",
        "lineno": 76
      }
    ],
    "networkx.algorithms.tree": [
      {
        "from_module": "networkx.algorithms.tree",
        "imports": "branchings.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "branchings",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.tree",
        "imports": "coding.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "coding",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.algorithms.tree",
        "imports": "distance_measures.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "distance_measures",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tree",
        "imports": "mst.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "mst",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.tree",
        "imports": "recognition.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "recognition",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tree",
        "imports": "operations.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "operations",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tree",
        "imports": "decomposition.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "decomposition",
        "symbol_part": "*",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tree.tests.test_branchings": [
      {
        "from_module": "networkx.algorithms.tree.tests.test_branchings",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_branchings",
        "imports": "networkx.algorithms.tree.branchings",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree",
        "symbol_part": "branchings",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_branchings",
        "imports": "networkx.algorithms.tree.recognition",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree",
        "symbol_part": "recognition",
        "lineno": 7
      }
    ],
    "networkx.algorithms.tree.tests.test_coding": [
      {
        "from_module": "networkx.algorithms.tree.tests.test_coding",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_coding",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 8
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_coding",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 8
      }
    ],
    "networkx.algorithms.tree.tests.test_decomposition": [
      {
        "from_module": "networkx.algorithms.tree.tests.test_decomposition",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_decomposition",
        "imports": "networkx.algorithms.tree.decomposition.junction_tree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.tree.decomposition",
        "symbol_part": "junction_tree",
        "lineno": 2
      }
    ],
    "networkx.algorithms.tree.tests.test_distance_measures": [
      {
        "from_module": "networkx.algorithms.tree.tests.test_distance_measures",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.algorithms.tree.tests.test_mst": [
      {
        "from_module": "networkx.algorithms.tree.tests.test_mst",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_mst",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 6
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_mst",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 6
      }
    ],
    "networkx.algorithms.tree.tests.test_operations": [
      {
        "from_module": "networkx.algorithms.tree.tests.test_operations",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_operations",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 4
      },
      {
        "from_module": "networkx.algorithms.tree.tests.test_operations",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 4
      }
    ],
    "networkx.algorithms.tree.tests.test_recognition": [
      {
        "from_module": "networkx.algorithms.tree.tests.test_recognition",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.algorithms.tree.tests": [],
    "networkx.classes.coreviews": [],
    "networkx.classes.digraph": [
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.convert",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.classes.coreviews.AdjacencyView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "AdjacencyView",
        "lineno": 8
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.classes.graph.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.graph",
        "symbol_part": "Graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.classes.reportviews.DiDegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "DiDegreeView",
        "lineno": 10
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.classes.reportviews.InDegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "InDegreeView",
        "lineno": 10
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.classes.reportviews.InEdgeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "InEdgeView",
        "lineno": 10
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.classes.reportviews.OutDegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "OutDegreeView",
        "lineno": 10
      },
      {
        "from_module": "networkx.classes.digraph",
        "imports": "networkx.classes.reportviews.OutEdgeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "OutEdgeView",
        "lineno": 10
      }
    ],
    "networkx.classes.filters": [],
    "networkx.classes.function": [
      {
        "from_module": "networkx.classes.function",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.function",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.function",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 7
      }
    ],
    "networkx.classes.graph": [
      {
        "from_module": "networkx.classes.graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      },
      {
        "from_module": "networkx.classes.graph",
        "imports": "networkx.convert",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert",
        "lineno": 15
      },
      {
        "from_module": "networkx.classes.graph",
        "imports": "networkx.classes.coreviews.AdjacencyView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "AdjacencyView",
        "lineno": 16
      },
      {
        "from_module": "networkx.classes.graph",
        "imports": "networkx.classes.reportviews.DegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "DegreeView",
        "lineno": 17
      },
      {
        "from_module": "networkx.classes.graph",
        "imports": "networkx.classes.reportviews.EdgeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "EdgeView",
        "lineno": 17
      },
      {
        "from_module": "networkx.classes.graph",
        "imports": "networkx.classes.reportviews.NodeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "NodeView",
        "lineno": 17
      }
    ],
    "networkx.classes.graphviews": [
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx",
        "type": "import",
        "lineno": 27
      },
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx.classes.coreviews.FilterAdjacency",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "FilterAdjacency",
        "lineno": 28
      },
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx.classes.coreviews.FilterAtlas",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "FilterAtlas",
        "lineno": 28
      },
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx.classes.coreviews.FilterMultiAdjacency",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "FilterMultiAdjacency",
        "lineno": 28
      },
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx.classes.coreviews.UnionAdjacency",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "UnionAdjacency",
        "lineno": 28
      },
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx.classes.coreviews.UnionMultiAdjacency",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "UnionMultiAdjacency",
        "lineno": 28
      },
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx.classes.filters.no_filter",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.filters",
        "symbol_part": "no_filter",
        "lineno": 35
      },
      {
        "from_module": "networkx.classes.graphviews",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 36
      }
    ],
    "networkx.classes.multidigraph": [
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.convert",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.coreviews.MultiAdjacencyView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "MultiAdjacencyView",
        "lineno": 8
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.digraph.DiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.digraph",
        "symbol_part": "DiGraph",
        "lineno": 9
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.multigraph.MultiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.multigraph",
        "symbol_part": "MultiGraph",
        "lineno": 10
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.reportviews.DiMultiDegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "DiMultiDegreeView",
        "lineno": 11
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.reportviews.InMultiDegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "InMultiDegreeView",
        "lineno": 11
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.reportviews.InMultiEdgeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "InMultiEdgeView",
        "lineno": 11
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.reportviews.OutMultiDegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "OutMultiDegreeView",
        "lineno": 11
      },
      {
        "from_module": "networkx.classes.multidigraph",
        "imports": "networkx.classes.reportviews.OutMultiEdgeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "OutMultiEdgeView",
        "lineno": 11
      }
    ],
    "networkx.classes.multigraph": [
      {
        "from_module": "networkx.classes.multigraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.multigraph",
        "imports": "networkx.NetworkXError",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "NetworkXError",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.multigraph",
        "imports": "networkx.convert",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.multigraph",
        "imports": "networkx.classes.coreviews.MultiAdjacencyView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.coreviews",
        "symbol_part": "MultiAdjacencyView",
        "lineno": 8
      },
      {
        "from_module": "networkx.classes.multigraph",
        "imports": "networkx.classes.graph.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.graph",
        "symbol_part": "Graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.classes.multigraph",
        "imports": "networkx.classes.reportviews.MultiDegreeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "MultiDegreeView",
        "lineno": 10
      },
      {
        "from_module": "networkx.classes.multigraph",
        "imports": "networkx.classes.reportviews.MultiEdgeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "MultiEdgeView",
        "lineno": 10
      }
    ],
    "networkx.classes.reportviews": [
      {
        "from_module": "networkx.classes.reportviews",
        "imports": "networkx",
        "type": "import",
        "lineno": 197
      }
    ],
    "networkx.classes": [
      {
        "from_module": "networkx.classes",
        "imports": "graph.Graph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "graph",
        "symbol_part": "Graph",
        "lineno": 1
      },
      {
        "from_module": "networkx.classes",
        "imports": "digraph.DiGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "digraph",
        "symbol_part": "DiGraph",
        "lineno": 2
      },
      {
        "from_module": "networkx.classes",
        "imports": "multigraph.MultiGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "multigraph",
        "symbol_part": "MultiGraph",
        "lineno": 3
      },
      {
        "from_module": "networkx.classes",
        "imports": "multidigraph.MultiDiGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "multidigraph",
        "symbol_part": "MultiDiGraph",
        "lineno": 4
      },
      {
        "from_module": "networkx.classes",
        "imports": "function.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "function",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes",
        "imports": "graphviews.subgraph_view",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "graphviews",
        "symbol_part": "subgraph_view",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes",
        "imports": "graphviews.reverse_view",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "graphviews",
        "symbol_part": "reverse_view",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes",
        "imports": "networkx.classes.filters",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "filters",
        "lineno": 9
      },
      {
        "from_module": "networkx.classes",
        "imports": "networkx.classes.coreviews",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "coreviews",
        "lineno": 11
      },
      {
        "from_module": "networkx.classes",
        "imports": "networkx.classes.graphviews",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "graphviews",
        "lineno": 12
      },
      {
        "from_module": "networkx.classes",
        "imports": "networkx.classes.reportviews",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "reportviews",
        "lineno": 13
      }
    ],
    "networkx.classes.tests.dispatch_interface": [
      {
        "from_module": "networkx.classes.tests.dispatch_interface",
        "imports": "networkx",
        "type": "import",
        "lineno": 13
      },
      {
        "from_module": "networkx.classes.tests.dispatch_interface",
        "imports": "networkx.DiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "DiGraph",
        "lineno": 14
      },
      {
        "from_module": "networkx.classes.tests.dispatch_interface",
        "imports": "networkx.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "Graph",
        "lineno": 14
      },
      {
        "from_module": "networkx.classes.tests.dispatch_interface",
        "imports": "networkx.MultiDiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "MultiDiGraph",
        "lineno": 14
      },
      {
        "from_module": "networkx.classes.tests.dispatch_interface",
        "imports": "networkx.MultiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "MultiGraph",
        "lineno": 14
      },
      {
        "from_module": "networkx.classes.tests.dispatch_interface",
        "imports": "networkx.PlanarEmbedding",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "PlanarEmbedding",
        "lineno": 14
      },
      {
        "from_module": "networkx.classes.tests.dispatch_interface",
        "imports": "networkx.classes.reportviews.NodeView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "NodeView",
        "lineno": 15
      }
    ],
    "networkx.classes.tests.historical_tests": [
      {
        "from_module": "networkx.classes.tests.historical_tests",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.classes.tests.historical_tests",
        "imports": "networkx.convert_node_labels_to_integers",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "convert_node_labels_to_integers",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.historical_tests",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.tests.historical_tests",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 7
      }
    ],
    "networkx.classes.tests.test_coreviews": [
      {
        "from_module": "networkx.classes.tests.test_coreviews",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.classes.tests.test_digraph": [
      {
        "from_module": "networkx.classes.tests.test_digraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.classes.tests.test_digraph",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 4
      },
      {
        "from_module": "networkx.classes.tests.test_digraph",
        "imports": "test_graph.BaseAttrGraphTester",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "BaseAttrGraphTester",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.test_digraph",
        "imports": "test_graph.BaseGraphTester",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "BaseGraphTester",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.test_digraph",
        "imports": "test_graph.TestEdgeSubgraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "TestEdgeSubgraph",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.tests.test_digraph",
        "imports": "test_graph.TestGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "TestGraph",
        "lineno": 8
      }
    ],
    "networkx.classes.tests.test_digraph_historical": [
      {
        "from_module": "networkx.classes.tests.test_digraph_historical",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.classes.tests.test_digraph_historical",
        "imports": "historical_tests.HistoricalTests",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "historical_tests",
        "symbol_part": "HistoricalTests",
        "lineno": 7
      }
    ],
    "networkx.classes.tests.test_filters": [
      {
        "from_module": "networkx.classes.tests.test_filters",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.classes.tests.test_function": [
      {
        "from_module": "networkx.classes.tests.test_function",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.classes.tests.test_function",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.test_function",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 6
      }
    ],
    "networkx.classes.tests.test_graph": [
      {
        "from_module": "networkx.classes.tests.test_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.classes.tests.test_graph",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 9
      },
      {
        "from_module": "networkx.classes.tests.test_graph",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 9
      },
      {
        "from_module": "networkx.classes.tests.test_graph",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 9
      }
    ],
    "networkx.classes.tests.test_graphviews": [
      {
        "from_module": "networkx.classes.tests.test_graphviews",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.classes.tests.test_graphviews",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 4
      },
      {
        "from_module": "networkx.classes.tests.test_graphviews",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 4
      }
    ],
    "networkx.classes.tests.test_graph_historical": [
      {
        "from_module": "networkx.classes.tests.test_graph_historical",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.classes.tests.test_graph_historical",
        "imports": "historical_tests.HistoricalTests",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "historical_tests",
        "symbol_part": "HistoricalTests",
        "lineno": 5
      }
    ],
    "networkx.classes.tests.test_multidigraph": [
      {
        "from_module": "networkx.classes.tests.test_multidigraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.classes.tests.test_multidigraph",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.test_multidigraph",
        "imports": "test_multigraph.BaseMultiGraphTester",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_multigraph",
        "symbol_part": "BaseMultiGraphTester",
        "lineno": 8
      },
      {
        "from_module": "networkx.classes.tests.test_multidigraph",
        "imports": "test_multigraph.TestEdgeSubgraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_multigraph",
        "symbol_part": "TestEdgeSubgraph",
        "lineno": 9
      },
      {
        "from_module": "networkx.classes.tests.test_multidigraph",
        "imports": "test_multigraph.TestMultiGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_multigraph",
        "symbol_part": "TestMultiGraph",
        "lineno": 10
      }
    ],
    "networkx.classes.tests.test_multigraph": [
      {
        "from_module": "networkx.classes.tests.test_multigraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.classes.tests.test_multigraph",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.test_multigraph",
        "imports": "test_graph.BaseAttrGraphTester",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "BaseAttrGraphTester",
        "lineno": 8
      },
      {
        "from_module": "networkx.classes.tests.test_multigraph",
        "imports": "test_graph.TestGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "TestGraph",
        "lineno": 9
      }
    ],
    "networkx.classes.tests.test_reportviews": [
      {
        "from_module": "networkx.classes.tests.test_reportviews",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.test_reportviews",
        "imports": "networkx.classes.reportviews",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "reportviews",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.tests.test_reportviews",
        "imports": "networkx.classes.reportviews.NodeDataView",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.reportviews",
        "symbol_part": "NodeDataView",
        "lineno": 8
      }
    ],
    "networkx.classes.tests.test_special": [
      {
        "from_module": "networkx.classes.tests.test_special",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.classes.tests.test_special",
        "imports": "test_digraph.BaseDiGraphTester",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_digraph",
        "symbol_part": "BaseDiGraphTester",
        "lineno": 3
      },
      {
        "from_module": "networkx.classes.tests.test_special",
        "imports": "test_digraph.TestDiGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_digraph",
        "symbol_part": "TestDiGraph",
        "lineno": 4
      },
      {
        "from_module": "networkx.classes.tests.test_special",
        "imports": "test_graph.BaseGraphTester",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "BaseGraphTester",
        "lineno": 5
      },
      {
        "from_module": "networkx.classes.tests.test_special",
        "imports": "test_graph.TestGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_graph",
        "symbol_part": "TestGraph",
        "lineno": 6
      },
      {
        "from_module": "networkx.classes.tests.test_special",
        "imports": "test_multidigraph.TestMultiDiGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_multidigraph",
        "symbol_part": "TestMultiDiGraph",
        "lineno": 7
      },
      {
        "from_module": "networkx.classes.tests.test_special",
        "imports": "test_multigraph.TestMultiGraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "test_multigraph",
        "symbol_part": "TestMultiGraph",
        "lineno": 8
      }
    ],
    "networkx.classes.tests.test_subgraphviews": [
      {
        "from_module": "networkx.classes.tests.test_subgraphviews",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.classes.tests.test_subgraphviews",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 4
      }
    ],
    "networkx.classes.tests": [],
    "networkx.drawing.layout": [
      {
        "from_module": "networkx.drawing.layout",
        "imports": "networkx",
        "type": "import",
        "lineno": 19
      },
      {
        "from_module": "networkx.drawing.layout",
        "imports": "networkx.utils.np_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "np_random_state",
        "lineno": 20
      }
    ],
    "networkx.drawing.nx_agraph": [
      {
        "from_module": "networkx.drawing.nx_agraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 23
      }
    ],
    "networkx.drawing.nx_latex": [
      {
        "from_module": "networkx.drawing.nx_latex",
        "imports": "networkx",
        "type": "import",
        "lineno": 130
      }
    ],
    "networkx.drawing.nx_pydot": [
      {
        "from_module": "networkx.drawing.nx_pydot",
        "imports": "networkx",
        "type": "import",
        "lineno": 25
      },
      {
        "from_module": "networkx.drawing.nx_pydot",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 26
      }
    ],
    "networkx.drawing.nx_pylab": [
      {
        "from_module": "networkx.drawing.nx_pylab",
        "imports": "networkx",
        "type": "import",
        "lineno": 25
      }
    ],
    "networkx.drawing": [
      {
        "from_module": "networkx.drawing",
        "imports": "layout.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "layout",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.drawing",
        "imports": "nx_latex.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "nx_latex",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.drawing",
        "imports": "nx_pylab.*",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "nx_pylab",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.drawing",
        "imports": "nx_agraph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "",
        "symbol_part": "nx_agraph",
        "lineno": 6
      },
      {
        "from_module": "networkx.drawing",
        "imports": "nx_pydot",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "",
        "symbol_part": "nx_pydot",
        "lineno": 7
      }
    ],
    "networkx.drawing.tests.test_agraph": [
      {
        "from_module": "networkx.drawing.tests.test_agraph",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.drawing.tests.test_agraph",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 8
      },
      {
        "from_module": "networkx.drawing.tests.test_agraph",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 8
      },
      {
        "from_module": "networkx.drawing.tests.test_agraph",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 8
      }
    ],
    "networkx.drawing.tests.test_image_comparison_pylab_mpl": [
      {
        "from_module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.drawing.tests.test_latex": [
      {
        "from_module": "networkx.drawing.tests.test_latex",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.drawing.tests.test_layout": [
      {
        "from_module": "networkx.drawing.tests.test_layout",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.drawing.tests.test_pydot": [
      {
        "from_module": "networkx.drawing.tests.test_pydot",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.drawing.tests.test_pydot",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 8
      }
    ],
    "networkx.drawing.tests.test_pylab": [
      {
        "from_module": "networkx.drawing.tests.test_pylab",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      }
    ],
    "networkx.drawing.tests": [],
    "networkx.generators.atlas": [
      {
        "from_module": "networkx.generators.atlas",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      }
    ],
    "networkx.generators.classic": [
      {
        "from_module": "networkx.generators.classic",
        "imports": "networkx",
        "type": "import",
        "lineno": 16
      },
      {
        "from_module": "networkx.generators.classic",
        "imports": "networkx.classes.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "Graph",
        "lineno": 17
      },
      {
        "from_module": "networkx.generators.classic",
        "imports": "networkx.utils.nodes_or_number",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_or_number",
        "lineno": 18
      },
      {
        "from_module": "networkx.generators.classic",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 18
      }
    ],
    "networkx.generators.cographs": [
      {
        "from_module": "networkx.generators.cographs",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      },
      {
        "from_module": "networkx.generators.cographs",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 16
      }
    ],
    "networkx.generators.community": [
      {
        "from_module": "networkx.generators.community",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.community",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 7
      }
    ],
    "networkx.generators.degree_seq": [
      {
        "from_module": "networkx.generators.degree_seq",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.degree_seq",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.degree_seq",
        "imports": "networkx.utils.random_weighted_sample",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "random_weighted_sample",
        "lineno": 9
      }
    ],
    "networkx.generators.directed": [
      {
        "from_module": "networkx.generators.directed",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.generators.directed",
        "imports": "networkx.generators.classic.empty_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "empty_graph",
        "lineno": 11
      },
      {
        "from_module": "networkx.generators.directed",
        "imports": "networkx.utils.discrete_sequence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "discrete_sequence",
        "lineno": 12
      },
      {
        "from_module": "networkx.generators.directed",
        "imports": "networkx.utils.np_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "np_random_state",
        "lineno": 12
      },
      {
        "from_module": "networkx.generators.directed",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 12
      },
      {
        "from_module": "networkx.generators.directed",
        "imports": "networkx.utils.weighted_choice",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "weighted_choice",
        "lineno": 12
      }
    ],
    "networkx.generators.duplication": [
      {
        "from_module": "networkx.generators.duplication",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.duplication",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 10
      },
      {
        "from_module": "networkx.generators.duplication",
        "imports": "networkx.utils.misc.check_create_using",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.misc",
        "symbol_part": "check_create_using",
        "lineno": 11
      }
    ],
    "networkx.generators.ego": [
      {
        "from_module": "networkx.generators.ego",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.generators.expanders": [
      {
        "from_module": "networkx.generators.expanders",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.geometric": [
      {
        "from_module": "networkx.generators.geometric",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.geometric",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 8
      }
    ],
    "networkx.generators.harary_graph": [
      {
        "from_module": "networkx.generators.harary_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 18
      }
    ],
    "networkx.generators.internet_as_graphs": [
      {
        "from_module": "networkx.generators.internet_as_graphs",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.generators.internet_as_graphs",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 4
      }
    ],
    "networkx.generators.intersection": [
      {
        "from_module": "networkx.generators.intersection",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.intersection",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.intersection",
        "imports": "networkx.algorithms.bipartite",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "bipartite",
        "lineno": 45
      }
    ],
    "networkx.generators.interval_graph": [
      {
        "from_module": "networkx.generators.interval_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.generators.joint_degree_seq": [
      {
        "from_module": "networkx.generators.joint_degree_seq",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.generators.joint_degree_seq",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 4
      }
    ],
    "networkx.generators.lattice": [
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx",
        "type": "import",
        "lineno": 19
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.classes.set_node_attributes",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "set_node_attributes",
        "lineno": 20
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.generators.classic.cycle_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "cycle_graph",
        "lineno": 21
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.generators.classic.empty_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "empty_graph",
        "lineno": 21
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.generators.classic.path_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "path_graph",
        "lineno": 21
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.relabel.relabel_nodes",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.relabel",
        "symbol_part": "relabel_nodes",
        "lineno": 22
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.utils.flatten",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "flatten",
        "lineno": 23
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.utils.nodes_or_number",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_or_number",
        "lineno": 23
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 23
      },
      {
        "from_module": "networkx.generators.lattice",
        "imports": "networkx.algorithms.operators.product.cartesian_product",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.operators.product",
        "symbol_part": "cartesian_product",
        "lineno": 141
      }
    ],
    "networkx.generators.line": [
      {
        "from_module": "networkx.generators.line",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.line",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.line",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 9
      }
    ],
    "networkx.generators.mycielski": [
      {
        "from_module": "networkx.generators.mycielski",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.mycielski",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 7
      }
    ],
    "networkx.generators.nonisomorphic_trees": [
      {
        "from_module": "networkx.generators.nonisomorphic_trees",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      }
    ],
    "networkx.generators.random_clustered": [
      {
        "from_module": "networkx.generators.random_clustered",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.generators.random_clustered",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 4
      }
    ],
    "networkx.generators.random_graphs": [
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 11
      },
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "utils.misc.check_create_using",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "utils.misc",
        "symbol_part": "check_create_using",
        "lineno": 13
      },
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "classic.complete_graph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "classic",
        "symbol_part": "complete_graph",
        "lineno": 14
      },
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "classic.empty_graph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "classic",
        "symbol_part": "empty_graph",
        "lineno": 14
      },
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "classic.path_graph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "classic",
        "symbol_part": "path_graph",
        "lineno": 14
      },
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "classic.star_graph",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "classic",
        "symbol_part": "star_graph",
        "lineno": 14
      },
      {
        "from_module": "networkx.generators.random_graphs",
        "imports": "degree_seq.degree_sequence_tree",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "degree_seq",
        "symbol_part": "degree_sequence_tree",
        "lineno": 15
      }
    ],
    "networkx.generators.small": [
      {
        "from_module": "networkx.generators.small",
        "imports": "networkx",
        "type": "import",
        "lineno": 35
      },
      {
        "from_module": "networkx.generators.small",
        "imports": "networkx.generators.classic.complete_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "complete_graph",
        "lineno": 36
      },
      {
        "from_module": "networkx.generators.small",
        "imports": "networkx.generators.classic.cycle_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "cycle_graph",
        "lineno": 36
      },
      {
        "from_module": "networkx.generators.small",
        "imports": "networkx.generators.classic.empty_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "empty_graph",
        "lineno": 36
      },
      {
        "from_module": "networkx.generators.small",
        "imports": "networkx.generators.classic.path_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "path_graph",
        "lineno": 36
      }
    ],
    "networkx.generators.social": [
      {
        "from_module": "networkx.generators.social",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.spectral_graph_forge": [
      {
        "from_module": "networkx.generators.spectral_graph_forge",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.generators.spectral_graph_forge",
        "imports": "networkx.utils.np_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "np_random_state",
        "lineno": 4
      }
    ],
    "networkx.generators.stochastic": [
      {
        "from_module": "networkx.generators.stochastic",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.stochastic",
        "imports": "networkx.classes.DiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "DiGraph",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.stochastic",
        "imports": "networkx.classes.MultiDiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "MultiDiGraph",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.stochastic",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 8
      }
    ],
    "networkx.generators.sudoku": [
      {
        "from_module": "networkx.generators.sudoku",
        "imports": "networkx",
        "type": "import",
        "lineno": 44
      }
    ],
    "networkx.generators.time_series": [
      {
        "from_module": "networkx.generators.time_series",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.generators.trees": [
      {
        "from_module": "networkx.generators.trees",
        "imports": "networkx",
        "type": "import",
        "lineno": 34
      },
      {
        "from_module": "networkx.generators.trees",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 35
      }
    ],
    "networkx.generators.triads": [
      {
        "from_module": "networkx.generators.triads",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.generators.triads",
        "imports": "networkx.classes.DiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "DiGraph",
        "lineno": 11
      }
    ],
    "networkx.generators": [
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.atlas.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.atlas",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.classic.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.cographs.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.cographs",
        "symbol_part": "*",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.community.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.community",
        "symbol_part": "*",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.degree_seq.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.degree_seq",
        "symbol_part": "*",
        "lineno": 10
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.directed.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "*",
        "lineno": 11
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.duplication.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.duplication",
        "symbol_part": "*",
        "lineno": 12
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.ego.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.ego",
        "symbol_part": "*",
        "lineno": 13
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.expanders.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.expanders",
        "symbol_part": "*",
        "lineno": 14
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.geometric.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.geometric",
        "symbol_part": "*",
        "lineno": 15
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.harary_graph.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.harary_graph",
        "symbol_part": "*",
        "lineno": 16
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.internet_as_graphs.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.internet_as_graphs",
        "symbol_part": "*",
        "lineno": 17
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.intersection.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.intersection",
        "symbol_part": "*",
        "lineno": 18
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.interval_graph.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.interval_graph",
        "symbol_part": "*",
        "lineno": 19
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.joint_degree_seq.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.joint_degree_seq",
        "symbol_part": "*",
        "lineno": 20
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.lattice.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.lattice",
        "symbol_part": "*",
        "lineno": 21
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.line.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.line",
        "symbol_part": "*",
        "lineno": 22
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.mycielski.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.mycielski",
        "symbol_part": "*",
        "lineno": 23
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.nonisomorphic_trees.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.nonisomorphic_trees",
        "symbol_part": "*",
        "lineno": 24
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.random_clustered.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.random_clustered",
        "symbol_part": "*",
        "lineno": 25
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.random_graphs.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.random_graphs",
        "symbol_part": "*",
        "lineno": 26
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.small.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.small",
        "symbol_part": "*",
        "lineno": 27
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.social.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.social",
        "symbol_part": "*",
        "lineno": 28
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.spectral_graph_forge.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.spectral_graph_forge",
        "symbol_part": "*",
        "lineno": 29
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.stochastic.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.stochastic",
        "symbol_part": "*",
        "lineno": 30
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.sudoku.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.sudoku",
        "symbol_part": "*",
        "lineno": 31
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.time_series.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.time_series",
        "symbol_part": "*",
        "lineno": 32
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.trees.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.trees",
        "symbol_part": "*",
        "lineno": 33
      },
      {
        "from_module": "networkx.generators",
        "imports": "networkx.generators.triads.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.triads",
        "symbol_part": "*",
        "lineno": 34
      }
    ],
    "networkx.generators.tests.test_atlas": [
      {
        "from_module": "networkx.generators.tests.test_atlas",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_atlas",
        "imports": "networkx.graph_atlas",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "graph_atlas",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.tests.test_atlas",
        "imports": "networkx.graph_atlas_g",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "graph_atlas_g",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.tests.test_atlas",
        "imports": "networkx.generators.atlas.NUM_GRAPHS",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.atlas",
        "symbol_part": "NUM_GRAPHS",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_atlas",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.tests.test_atlas",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.tests.test_atlas",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 8
      }
    ],
    "networkx.generators.tests.test_classic": [
      {
        "from_module": "networkx.generators.tests.test_classic",
        "imports": "networkx",
        "type": "import",
        "lineno": 14
      },
      {
        "from_module": "networkx.generators.tests.test_classic",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 15
      },
      {
        "from_module": "networkx.generators.tests.test_classic",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 15
      }
    ],
    "networkx.generators.tests.test_cographs": [
      {
        "from_module": "networkx.generators.tests.test_cographs",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_community": [
      {
        "from_module": "networkx.generators.tests.test_community",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.generators.tests.test_degree_seq": [
      {
        "from_module": "networkx.generators.tests.test_degree_seq",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.generators.tests.test_directed": [
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.classes.Graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "Graph",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.classes.MultiDiGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes",
        "symbol_part": "MultiDiGraph",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed._random_k_out_graph_numpy",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "_random_k_out_graph_numpy",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed._random_k_out_graph_python",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "_random_k_out_graph_python",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed.gn_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "gn_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed.gnc_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "gnc_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed.gnr_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "gnr_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed.random_k_out_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "random_k_out_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed.random_uniform_k_out_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "random_uniform_k_out_graph",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_directed",
        "imports": "networkx.generators.directed.scale_free_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.directed",
        "symbol_part": "scale_free_graph",
        "lineno": 9
      }
    ],
    "networkx.generators.tests.test_duplication": [
      {
        "from_module": "networkx.generators.tests.test_duplication",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_ego": [
      {
        "from_module": "networkx.generators.tests.test_ego",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.tests.test_ego",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_ego",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 7
      }
    ],
    "networkx.generators.tests.test_expanders": [
      {
        "from_module": "networkx.generators.tests.test_expanders",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_geometric": [
      {
        "from_module": "networkx.generators.tests.test_geometric",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      }
    ],
    "networkx.generators.tests.test_harary_graph": [
      {
        "from_module": "networkx.generators.tests.test_harary_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_harary_graph",
        "imports": "networkx.algorithms.isomorphism.isomorph.is_isomorphic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.isomorphism.isomorph",
        "symbol_part": "is_isomorphic",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.tests.test_harary_graph",
        "imports": "networkx.generators.harary_graph.hkn_harary_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.harary_graph",
        "symbol_part": "hkn_harary_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_harary_graph",
        "imports": "networkx.generators.harary_graph.hnm_harary_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.harary_graph",
        "symbol_part": "hnm_harary_graph",
        "lineno": 7
      }
    ],
    "networkx.generators.tests.test_internet_as_graphs": [
      {
        "from_module": "networkx.generators.tests.test_internet_as_graphs",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.generators.tests.test_internet_as_graphs",
        "imports": "networkx.is_connected",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "is_connected",
        "lineno": 4
      },
      {
        "from_module": "networkx.generators.tests.test_internet_as_graphs",
        "imports": "networkx.neighbors",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "neighbors",
        "lineno": 4
      },
      {
        "from_module": "networkx.generators.tests.test_internet_as_graphs",
        "imports": "networkx.generators.internet_as_graphs.AS_graph_generator",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.internet_as_graphs",
        "symbol_part": "AS_graph_generator",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_internet_as_graphs",
        "imports": "networkx.generators.internet_as_graphs.choose_pref_attach",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.internet_as_graphs",
        "symbol_part": "choose_pref_attach",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_internet_as_graphs",
        "imports": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.internet_as_graphs",
        "symbol_part": "random_internet_as_graph",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_intersection": [
      {
        "from_module": "networkx.generators.tests.test_intersection",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.generators.tests.test_interval_graph": [
      {
        "from_module": "networkx.generators.tests.test_interval_graph",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_interval_graph",
        "imports": "networkx.generators.interval_graph.interval_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.interval_graph",
        "symbol_part": "interval_graph",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.tests.test_interval_graph",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 9
      }
    ],
    "networkx.generators.tests.test_joint_degree_seq": [
      {
        "from_module": "networkx.generators.tests.test_joint_degree_seq",
        "imports": "networkx.algorithms.assortativity.degree_mixing_dict",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms.assortativity",
        "symbol_part": "degree_mixing_dict",
        "lineno": 3
      },
      {
        "from_module": "networkx.generators.tests.test_joint_degree_seq",
        "imports": "networkx.generators.gnm_random_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators",
        "symbol_part": "gnm_random_graph",
        "lineno": 4
      },
      {
        "from_module": "networkx.generators.tests.test_joint_degree_seq",
        "imports": "networkx.generators.powerlaw_cluster_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators",
        "symbol_part": "powerlaw_cluster_graph",
        "lineno": 4
      },
      {
        "from_module": "networkx.generators.tests.test_joint_degree_seq",
        "imports": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.joint_degree_seq",
        "symbol_part": "directed_joint_degree_graph",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_joint_degree_seq",
        "imports": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.joint_degree_seq",
        "symbol_part": "is_valid_directed_joint_degree",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_joint_degree_seq",
        "imports": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.joint_degree_seq",
        "symbol_part": "is_valid_joint_degree",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_joint_degree_seq",
        "imports": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.joint_degree_seq",
        "symbol_part": "joint_degree_graph",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_lattice": [
      {
        "from_module": "networkx.generators.tests.test_lattice",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_lattice",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 8
      }
    ],
    "networkx.generators.tests.test_line": [
      {
        "from_module": "networkx.generators.tests.test_line",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.generators.tests.test_line",
        "imports": "networkx.generators.line",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators",
        "symbol_part": "line",
        "lineno": 4
      },
      {
        "from_module": "networkx.generators.tests.test_line",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_mycielski": [
      {
        "from_module": "networkx.generators.tests.test_mycielski",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_nonisomorphic_trees": [
      {
        "from_module": "networkx.generators.tests.test_nonisomorphic_trees",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_nonisomorphic_trees",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 8
      }
    ],
    "networkx.generators.tests.test_random_clustered": [
      {
        "from_module": "networkx.generators.tests.test_random_clustered",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.generators.tests.test_random_graphs": [
      {
        "from_module": "networkx.generators.tests.test_random_graphs",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_small": [
      {
        "from_module": "networkx.generators.tests.test_small",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.generators.tests.test_spectral_graph_forge": [
      {
        "from_module": "networkx.generators.tests.test_spectral_graph_forge",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.tests.test_spectral_graph_forge",
        "imports": "networkx.is_isomorphic",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "is_isomorphic",
        "lineno": 7
      },
      {
        "from_module": "networkx.generators.tests.test_spectral_graph_forge",
        "imports": "networkx.generators.karate_club_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators",
        "symbol_part": "karate_club_graph",
        "lineno": 8
      },
      {
        "from_module": "networkx.generators.tests.test_spectral_graph_forge",
        "imports": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.spectral_graph_forge",
        "symbol_part": "spectral_graph_forge",
        "lineno": 9
      },
      {
        "from_module": "networkx.generators.tests.test_spectral_graph_forge",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 10
      }
    ],
    "networkx.generators.tests.test_stochastic": [
      {
        "from_module": "networkx.generators.tests.test_stochastic",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_sudoku": [
      {
        "from_module": "networkx.generators.tests.test_sudoku",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_time_series": [
      {
        "from_module": "networkx.generators.tests.test_time_series",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.generators.tests.test_trees": [
      {
        "from_module": "networkx.generators.tests.test_trees",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.generators.tests.test_trees",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 6
      },
      {
        "from_module": "networkx.generators.tests.test_trees",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 6
      }
    ],
    "networkx.generators.tests.test_triads": [
      {
        "from_module": "networkx.generators.tests.test_triads",
        "imports": "networkx.triad_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "triad_graph",
        "lineno": 5
      }
    ],
    "networkx.generators.tests": [],
    "networkx.linalg.algebraicconnectivity": [
      {
        "from_module": "networkx.linalg.algebraicconnectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.linalg.algebraicconnectivity",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 6
      },
      {
        "from_module": "networkx.linalg.algebraicconnectivity",
        "imports": "networkx.utils.np_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "np_random_state",
        "lineno": 6
      },
      {
        "from_module": "networkx.linalg.algebraicconnectivity",
        "imports": "networkx.utils.reverse_cuthill_mckee_ordering",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "reverse_cuthill_mckee_ordering",
        "lineno": 6
      }
    ],
    "networkx.linalg.attrmatrix": [
      {
        "from_module": "networkx.linalg.attrmatrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.linalg.bethehessianmatrix": [
      {
        "from_module": "networkx.linalg.bethehessianmatrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.linalg.bethehessianmatrix",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.linalg.graphmatrix": [
      {
        "from_module": "networkx.linalg.graphmatrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.linalg.laplacianmatrix": [
      {
        "from_module": "networkx.linalg.laplacianmatrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      },
      {
        "from_module": "networkx.linalg.laplacianmatrix",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 12
      }
    ],
    "networkx.linalg.modularitymatrix": [
      {
        "from_module": "networkx.linalg.modularitymatrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.linalg.modularitymatrix",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 4
      }
    ],
    "networkx.linalg.spectrum": [
      {
        "from_module": "networkx.linalg.spectrum",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.linalg": [
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.attrmatrix.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg.attrmatrix",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.attrmatrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg",
        "symbol_part": "attrmatrix",
        "lineno": 2
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.spectrum.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg.spectrum",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.spectrum",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg",
        "symbol_part": "spectrum",
        "lineno": 4
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.graphmatrix.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg.graphmatrix",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.graphmatrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg",
        "symbol_part": "graphmatrix",
        "lineno": 6
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.laplacianmatrix.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg.laplacianmatrix",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.laplacianmatrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg",
        "symbol_part": "laplacianmatrix",
        "lineno": 8
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.algebraicconnectivity.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg.algebraicconnectivity",
        "symbol_part": "*",
        "lineno": 9
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.modularitymatrix.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg.modularitymatrix",
        "symbol_part": "*",
        "lineno": 10
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.modularitymatrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg",
        "symbol_part": "modularitymatrix",
        "lineno": 11
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.bethehessianmatrix.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg.bethehessianmatrix",
        "symbol_part": "*",
        "lineno": 12
      },
      {
        "from_module": "networkx.linalg",
        "imports": "networkx.linalg.bethehessianmatrix",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.linalg",
        "symbol_part": "bethehessianmatrix",
        "lineno": 13
      }
    ],
    "networkx.linalg.tests.test_algebraic_connectivity": [
      {
        "from_module": "networkx.linalg.tests.test_algebraic_connectivity",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      }
    ],
    "networkx.linalg.tests.test_attrmatrix": [
      {
        "from_module": "networkx.linalg.tests.test_attrmatrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.linalg.tests.test_bethehessian": [
      {
        "from_module": "networkx.linalg.tests.test_bethehessian",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.linalg.tests.test_graphmatrix": [
      {
        "from_module": "networkx.linalg.tests.test_graphmatrix",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.linalg.tests.test_laplacian": [
      {
        "from_module": "networkx.linalg.tests.test_laplacian",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.linalg.tests.test_modularity": [
      {
        "from_module": "networkx.linalg.tests.test_modularity",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.linalg.tests.test_spectrum": [
      {
        "from_module": "networkx.linalg.tests.test_spectrum",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.linalg.tests": [],
    "networkx.readwrite.adjlist": [
      {
        "from_module": "networkx.readwrite.adjlist",
        "imports": "networkx",
        "type": "import",
        "lineno": 27
      },
      {
        "from_module": "networkx.readwrite.adjlist",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 28
      }
    ],
    "networkx.readwrite.edgelist": [
      {
        "from_module": "networkx.readwrite.edgelist",
        "imports": "networkx",
        "type": "import",
        "lineno": 39
      },
      {
        "from_module": "networkx.readwrite.edgelist",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 40
      }
    ],
    "networkx.readwrite.gexf": [
      {
        "from_module": "networkx.readwrite.gexf",
        "imports": "networkx",
        "type": "import",
        "lineno": 30
      },
      {
        "from_module": "networkx.readwrite.gexf",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 31
      }
    ],
    "networkx.readwrite.gml": [
      {
        "from_module": "networkx.readwrite.gml",
        "imports": "networkx",
        "type": "import",
        "lineno": 39
      },
      {
        "from_module": "networkx.readwrite.gml",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 40
      }
    ],
    "networkx.readwrite.graph6": [
      {
        "from_module": "networkx.readwrite.graph6",
        "imports": "networkx",
        "type": "import",
        "lineno": 16
      },
      {
        "from_module": "networkx.readwrite.graph6",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 17
      },
      {
        "from_module": "networkx.readwrite.graph6",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 17
      }
    ],
    "networkx.readwrite.graphml": [
      {
        "from_module": "networkx.readwrite.graphml",
        "imports": "networkx",
        "type": "import",
        "lineno": 47
      },
      {
        "from_module": "networkx.readwrite.graphml",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 48
      }
    ],
    "networkx.readwrite.leda": [
      {
        "from_module": "networkx.readwrite.leda",
        "imports": "networkx",
        "type": "import",
        "lineno": 16
      },
      {
        "from_module": "networkx.readwrite.leda",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 17
      }
    ],
    "networkx.readwrite.multiline_adjlist": [
      {
        "from_module": "networkx.readwrite.multiline_adjlist",
        "imports": "networkx",
        "type": "import",
        "lineno": 35
      },
      {
        "from_module": "networkx.readwrite.multiline_adjlist",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 36
      }
    ],
    "networkx.readwrite.p2g": [
      {
        "from_module": "networkx.readwrite.p2g",
        "imports": "networkx",
        "type": "import",
        "lineno": 37
      },
      {
        "from_module": "networkx.readwrite.p2g",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 38
      }
    ],
    "networkx.readwrite.pajek": [
      {
        "from_module": "networkx.readwrite.pajek",
        "imports": "networkx",
        "type": "import",
        "lineno": 19
      },
      {
        "from_module": "networkx.readwrite.pajek",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 20
      }
    ],
    "networkx.readwrite.sparse6": [
      {
        "from_module": "networkx.readwrite.sparse6",
        "imports": "networkx",
        "type": "import",
        "lineno": 15
      },
      {
        "from_module": "networkx.readwrite.sparse6",
        "imports": "networkx.readwrite.graph6.data_to_n",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.graph6",
        "symbol_part": "data_to_n",
        "lineno": 16
      },
      {
        "from_module": "networkx.readwrite.sparse6",
        "imports": "networkx.readwrite.graph6.n_to_data",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.graph6",
        "symbol_part": "n_to_data",
        "lineno": 16
      },
      {
        "from_module": "networkx.readwrite.sparse6",
        "imports": "networkx.utils.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "not_implemented_for",
        "lineno": 17
      },
      {
        "from_module": "networkx.readwrite.sparse6",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 17
      }
    ],
    "networkx.readwrite.text": [
      {
        "from_module": "networkx.readwrite.text",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.readwrite.text",
        "imports": "networkx.utils.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "open_file",
        "lineno": 9
      }
    ],
    "networkx.readwrite": [
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.adjlist.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.adjlist",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.multiline_adjlist.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.multiline_adjlist",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.edgelist.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.edgelist",
        "symbol_part": "*",
        "lineno": 8
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.pajek.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.pajek",
        "symbol_part": "*",
        "lineno": 9
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.leda.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.leda",
        "symbol_part": "*",
        "lineno": 10
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.sparse6.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.sparse6",
        "symbol_part": "*",
        "lineno": 11
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.graph6.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.graph6",
        "symbol_part": "*",
        "lineno": 12
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.gml.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.gml",
        "symbol_part": "*",
        "lineno": 13
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.graphml.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.graphml",
        "symbol_part": "*",
        "lineno": 14
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.gexf.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.gexf",
        "symbol_part": "*",
        "lineno": 15
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.json_graph.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "*",
        "lineno": 16
      },
      {
        "from_module": "networkx.readwrite",
        "imports": "networkx.readwrite.text.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.text",
        "symbol_part": "*",
        "lineno": 17
      }
    ],
    "networkx.readwrite.json_graph.adjacency": [
      {
        "from_module": "networkx.readwrite.json_graph.adjacency",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.readwrite.json_graph.cytoscape": [
      {
        "from_module": "networkx.readwrite.json_graph.cytoscape",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.readwrite.json_graph.node_link": [
      {
        "from_module": "networkx.readwrite.json_graph.node_link",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.readwrite.json_graph.tree": [
      {
        "from_module": "networkx.readwrite.json_graph.tree",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.readwrite.json_graph": [
      {
        "from_module": "networkx.readwrite.json_graph",
        "imports": "networkx.readwrite.json_graph.node_link.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph.node_link",
        "symbol_part": "*",
        "lineno": 16
      },
      {
        "from_module": "networkx.readwrite.json_graph",
        "imports": "networkx.readwrite.json_graph.adjacency.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph.adjacency",
        "symbol_part": "*",
        "lineno": 17
      },
      {
        "from_module": "networkx.readwrite.json_graph",
        "imports": "networkx.readwrite.json_graph.tree.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph.tree",
        "symbol_part": "*",
        "lineno": 18
      },
      {
        "from_module": "networkx.readwrite.json_graph",
        "imports": "networkx.readwrite.json_graph.cytoscape.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph.cytoscape",
        "symbol_part": "*",
        "lineno": 19
      }
    ],
    "networkx.readwrite.json_graph.tests.test_adjacency": [
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_adjacency",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_adjacency",
        "imports": "networkx.readwrite.json_graph.adjacency_data",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "adjacency_data",
        "lineno": 7
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_adjacency",
        "imports": "networkx.readwrite.json_graph.adjacency_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "adjacency_graph",
        "lineno": 7
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_adjacency",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 8
      }
    ],
    "networkx.readwrite.json_graph.tests.test_cytoscape": [
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_cytoscape",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_cytoscape",
        "imports": "networkx.readwrite.json_graph.cytoscape_data",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "cytoscape_data",
        "lineno": 7
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_cytoscape",
        "imports": "networkx.readwrite.json_graph.cytoscape_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "cytoscape_graph",
        "lineno": 7
      }
    ],
    "networkx.readwrite.json_graph.tests.test_node_link": [
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_node_link",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_node_link",
        "imports": "networkx.readwrite.json_graph.node_link_data",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "node_link_data",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_node_link",
        "imports": "networkx.readwrite.json_graph.node_link_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "node_link_graph",
        "lineno": 6
      }
    ],
    "networkx.readwrite.json_graph.tests.test_tree": [
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_tree",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_tree",
        "imports": "networkx.readwrite.json_graph.tree_data",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "tree_data",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.json_graph.tests.test_tree",
        "imports": "networkx.readwrite.json_graph.tree_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.json_graph",
        "symbol_part": "tree_graph",
        "lineno": 6
      }
    ],
    "networkx.readwrite.json_graph.tests": [],
    "networkx.readwrite.tests.test_adjlist": [
      {
        "from_module": "networkx.readwrite.tests.test_adjlist",
        "imports": "networkx",
        "type": "import",
        "lineno": 9
      },
      {
        "from_module": "networkx.readwrite.tests.test_adjlist",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 10
      },
      {
        "from_module": "networkx.readwrite.tests.test_adjlist",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 10
      },
      {
        "from_module": "networkx.readwrite.tests.test_adjlist",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 10
      }
    ],
    "networkx.readwrite.tests.test_edgelist": [
      {
        "from_module": "networkx.readwrite.tests.test_edgelist",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.readwrite.tests.test_edgelist",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 11
      },
      {
        "from_module": "networkx.readwrite.tests.test_edgelist",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 11
      },
      {
        "from_module": "networkx.readwrite.tests.test_edgelist",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 11
      }
    ],
    "networkx.readwrite.tests.test_gexf": [
      {
        "from_module": "networkx.readwrite.tests.test_gexf",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.readwrite.tests.test_gml": [
      {
        "from_module": "networkx.readwrite.tests.test_gml",
        "imports": "networkx",
        "type": "import",
        "lineno": 10
      },
      {
        "from_module": "networkx.readwrite.tests.test_gml",
        "imports": "networkx.readwrite.gml.literal_destringizer",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.gml",
        "symbol_part": "literal_destringizer",
        "lineno": 11
      },
      {
        "from_module": "networkx.readwrite.tests.test_gml",
        "imports": "networkx.readwrite.gml.literal_stringizer",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.gml",
        "symbol_part": "literal_stringizer",
        "lineno": 11
      }
    ],
    "networkx.readwrite.tests.test_graph6": [
      {
        "from_module": "networkx.readwrite.tests.test_graph6",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.readwrite.tests.test_graph6",
        "imports": "networkx.readwrite.graph6",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.tests.test_graph6",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      },
      {
        "from_module": "networkx.readwrite.tests.test_graph6",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 7
      }
    ],
    "networkx.readwrite.tests.test_graphml": [
      {
        "from_module": "networkx.readwrite.tests.test_graphml",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.readwrite.tests.test_graphml",
        "imports": "networkx.readwrite.graphml.GraphMLWriter",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.graphml",
        "symbol_part": "GraphMLWriter",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.tests.test_graphml",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      },
      {
        "from_module": "networkx.readwrite.tests.test_graphml",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 7
      }
    ],
    "networkx.readwrite.tests.test_leda": [
      {
        "from_module": "networkx.readwrite.tests.test_leda",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.readwrite.tests.test_p2g": [
      {
        "from_module": "networkx.readwrite.tests.test_p2g",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.readwrite.tests.test_p2g",
        "imports": "networkx.readwrite.p2g.read_p2g",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.p2g",
        "symbol_part": "read_p2g",
        "lineno": 4
      },
      {
        "from_module": "networkx.readwrite.tests.test_p2g",
        "imports": "networkx.readwrite.p2g.write_p2g",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.p2g",
        "symbol_part": "write_p2g",
        "lineno": 4
      },
      {
        "from_module": "networkx.readwrite.tests.test_p2g",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 5
      }
    ],
    "networkx.readwrite.tests.test_pajek": [
      {
        "from_module": "networkx.readwrite.tests.test_pajek",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.readwrite.tests.test_pajek",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.tests.test_pajek",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 6
      }
    ],
    "networkx.readwrite.tests.test_sparse6": [
      {
        "from_module": "networkx.readwrite.tests.test_sparse6",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.readwrite.tests.test_sparse6",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 6
      },
      {
        "from_module": "networkx.readwrite.tests.test_sparse6",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 6
      }
    ],
    "networkx.readwrite.tests.test_text": [
      {
        "from_module": "networkx.readwrite.tests.test_text",
        "imports": "networkx",
        "type": "import",
        "lineno": 7
      },
      {
        "from_module": "networkx.readwrite.tests.test_text",
        "imports": "networkx.readwrite.text._parse_network_text",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.readwrite.text",
        "symbol_part": "_parse_network_text",
        "lineno": 1727
      }
    ],
    "networkx.readwrite.tests": [],
    "networkx.tests.test_all_random_functions": [
      {
        "from_module": "networkx.tests.test_all_random_functions",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.tests.test_all_random_functions",
        "imports": "networkx.algorithms.approximation",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "approximation",
        "lineno": 6
      },
      {
        "from_module": "networkx.tests.test_all_random_functions",
        "imports": "networkx.algorithms.threshold",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.algorithms",
        "symbol_part": "threshold",
        "lineno": 7
      }
    ],
    "networkx.tests.test_convert": [
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.convert.from_dict_of_dicts",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert",
        "symbol_part": "from_dict_of_dicts",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.convert.from_dict_of_lists",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert",
        "symbol_part": "from_dict_of_lists",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.convert.to_dict_of_dicts",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert",
        "symbol_part": "to_dict_of_dicts",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.convert.to_dict_of_lists",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert",
        "symbol_part": "to_dict_of_lists",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.convert.to_networkx_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.convert",
        "symbol_part": "to_networkx_graph",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.generators.classic.barbell_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "barbell_graph",
        "lineno": 11
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.generators.classic.cycle_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "cycle_graph",
        "lineno": 11
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 12
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 12
      },
      {
        "from_module": "networkx.tests.test_convert",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 12
      }
    ],
    "networkx.tests.test_convert_numpy": [
      {
        "from_module": "networkx.tests.test_convert_numpy",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.tests.test_convert_numpy",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 6
      }
    ],
    "networkx.tests.test_convert_pandas": [
      {
        "from_module": "networkx.tests.test_convert_pandas",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.tests.test_convert_pandas",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_convert_pandas",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_convert_pandas",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 4
      }
    ],
    "networkx.tests.test_convert_scipy": [
      {
        "from_module": "networkx.tests.test_convert_scipy",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.tests.test_convert_scipy",
        "imports": "networkx.utils.graphs_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "graphs_equal",
        "lineno": 4
      }
    ],
    "networkx.tests.test_exceptions": [
      {
        "from_module": "networkx.tests.test_exceptions",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.tests.test_import": [
      {
        "from_module": "networkx.tests.test_import",
        "imports": "networkx.nx",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "nx",
        "lineno": 6
      },
      {
        "from_module": "networkx.tests.test_import",
        "imports": "networkx.networkx",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx",
        "symbol_part": "networkx",
        "lineno": 11
      }
    ],
    "networkx.tests.test_lazy_imports": [
      {
        "from_module": "networkx.tests.test_lazy_imports",
        "imports": "networkx.lazy_imports",
        "type": "import",
        "lineno": 6
      }
    ],
    "networkx.tests.test_relabel": [
      {
        "from_module": "networkx.tests.test_relabel",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.tests.test_relabel",
        "imports": "networkx.generators.classic.empty_graph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.generators.classic",
        "symbol_part": "empty_graph",
        "lineno": 4
      },
      {
        "from_module": "networkx.tests.test_relabel",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 5
      },
      {
        "from_module": "networkx.tests.test_relabel",
        "imports": "networkx.utils.nodes_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nodes_equal",
        "lineno": 5
      }
    ],
    "networkx.tests.test_removed_functions_exception_messages": [
      {
        "from_module": "networkx.tests.test_removed_functions_exception_messages",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.tests": [],
    "networkx.utils.backends": [
      {
        "from_module": "networkx.utils.backends",
        "imports": "networkx",
        "type": "import",
        "lineno": 34
      },
      {
        "from_module": "networkx.utils.backends",
        "imports": "configs.BackendPriorities",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "configs",
        "symbol_part": "BackendPriorities",
        "lineno": 36
      },
      {
        "from_module": "networkx.utils.backends",
        "imports": "configs.Config",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "configs",
        "symbol_part": "Config",
        "lineno": 36
      },
      {
        "from_module": "networkx.utils.backends",
        "imports": "configs.NetworkXConfig",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "configs",
        "symbol_part": "NetworkXConfig",
        "lineno": 36
      },
      {
        "from_module": "networkx.utils.backends",
        "imports": "decorators.argmap",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "decorators",
        "symbol_part": "argmap",
        "lineno": 37
      }
    ],
    "networkx.utils.configs": [
      {
        "from_module": "networkx.utils.configs",
        "imports": "backends._registered_algorithms",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "backends",
        "symbol_part": "_registered_algorithms",
        "lineno": 253
      },
      {
        "from_module": "networkx.utils.configs",
        "imports": "backends.backend_info",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "backends",
        "symbol_part": "backend_info",
        "lineno": 253
      },
      {
        "from_module": "networkx.utils.configs",
        "imports": "backends.backend_info",
        "type": "from_import",
        "relative_level": 1,
        "module_part": "backends",
        "symbol_part": "backend_info",
        "lineno": 349
      }
    ],
    "networkx.utils.decorators": [
      {
        "from_module": "networkx.utils.decorators",
        "imports": "networkx",
        "type": "import",
        "lineno": 11
      },
      {
        "from_module": "networkx.utils.decorators",
        "imports": "networkx.utils.create_py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "create_py_random_state",
        "lineno": 12
      },
      {
        "from_module": "networkx.utils.decorators",
        "imports": "networkx.utils.create_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "create_random_state",
        "lineno": 12
      }
    ],
    "networkx.utils.heaps": [
      {
        "from_module": "networkx.utils.heaps",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      }
    ],
    "networkx.utils.mapped_queue": [],
    "networkx.utils.misc": [
      {
        "from_module": "networkx.utils.misc",
        "imports": "networkx",
        "type": "import",
        "lineno": 21
      }
    ],
    "networkx.utils.random_sequence": [
      {
        "from_module": "networkx.utils.random_sequence",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.utils.random_sequence",
        "imports": "networkx.utils.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "py_random_state",
        "lineno": 7
      }
    ],
    "networkx.utils.rcm": [
      {
        "from_module": "networkx.utils.rcm",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.utils.rcm",
        "imports": "utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 2,
        "module_part": "utils",
        "symbol_part": "arbitrary_element",
        "lineno": 10
      }
    ],
    "networkx.utils.union_find": [
      {
        "from_module": "networkx.utils.union_find",
        "imports": "networkx.utils.groups",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "groups",
        "lineno": 5
      }
    ],
    "networkx.utils": [
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.misc.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.misc",
        "symbol_part": "*",
        "lineno": 1
      },
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.decorators.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "*",
        "lineno": 2
      },
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.random_sequence.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.random_sequence",
        "symbol_part": "*",
        "lineno": 3
      },
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.union_find.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.union_find",
        "symbol_part": "*",
        "lineno": 4
      },
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.rcm.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.rcm",
        "symbol_part": "*",
        "lineno": 5
      },
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.heaps.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.heaps",
        "symbol_part": "*",
        "lineno": 6
      },
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.configs.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.configs",
        "symbol_part": "*",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils",
        "imports": "networkx.utils.backends.*",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.backends",
        "symbol_part": "*",
        "lineno": 8
      }
    ],
    "networkx.utils.tests.test_backends": [
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx",
        "type": "import",
        "lineno": 5
      },
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests.dispatch_interface",
        "symbol_part": "LoopbackBackendInterface",
        "lineno": 50
      },
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx.classes.tests.dispatch_interface.LoopbackGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests.dispatch_interface",
        "symbol_part": "LoopbackGraph",
        "lineno": 50
      },
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests.dispatch_interface",
        "symbol_part": "LoopbackBackendInterface",
        "lineno": 104
      },
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx.classes.tests.dispatch_interface.LoopbackGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests.dispatch_interface",
        "symbol_part": "LoopbackGraph",
        "lineno": 104
      },
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx.classes.tests.dispatch_interface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests",
        "symbol_part": "dispatch_interface",
        "lineno": 137
      },
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests.dispatch_interface",
        "symbol_part": "LoopbackBackendInterface",
        "lineno": 175
      },
      {
        "from_module": "networkx.utils.tests.test_backends",
        "imports": "networkx.classes.tests.dispatch_interface.LoopbackGraph",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.classes.tests.dispatch_interface",
        "symbol_part": "LoopbackGraph",
        "lineno": 195
      }
    ],
    "networkx.utils.tests.test_config": [
      {
        "from_module": "networkx.utils.tests.test_config",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.utils.tests.test_config",
        "imports": "networkx.utils.configs.BackendPriorities",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.configs",
        "symbol_part": "BackendPriorities",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_config",
        "imports": "networkx.utils.configs.Config",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.configs",
        "symbol_part": "Config",
        "lineno": 7
      }
    ],
    "networkx.utils.tests.test_decorators": [
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx",
        "type": "import",
        "lineno": 8
      },
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx.utils.decorators.argmap",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "argmap",
        "lineno": 9
      },
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx.utils.decorators.not_implemented_for",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "not_implemented_for",
        "lineno": 9
      },
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx.utils.decorators.np_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "np_random_state",
        "lineno": 9
      },
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx.utils.decorators.open_file",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "open_file",
        "lineno": 9
      },
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx.utils.decorators.py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.decorators",
        "symbol_part": "py_random_state",
        "lineno": 9
      },
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx.utils.misc.PythonRandomInterface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.misc",
        "symbol_part": "PythonRandomInterface",
        "lineno": 16
      },
      {
        "from_module": "networkx.utils.tests.test_decorators",
        "imports": "networkx.utils.misc.PythonRandomViaNumpyBits",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.misc",
        "symbol_part": "PythonRandomViaNumpyBits",
        "lineno": 16
      }
    ],
    "networkx.utils.tests.test_heaps": [
      {
        "from_module": "networkx.utils.tests.test_heaps",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      },
      {
        "from_module": "networkx.utils.tests.test_heaps",
        "imports": "networkx.utils.BinaryHeap",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "BinaryHeap",
        "lineno": 4
      },
      {
        "from_module": "networkx.utils.tests.test_heaps",
        "imports": "networkx.utils.PairingHeap",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "PairingHeap",
        "lineno": 4
      }
    ],
    "networkx.utils.tests.test_mapped_queue": [
      {
        "from_module": "networkx.utils.tests.test_mapped_queue",
        "imports": "networkx.utils.mapped_queue.MappedQueue",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.mapped_queue",
        "symbol_part": "MappedQueue",
        "lineno": 3
      },
      {
        "from_module": "networkx.utils.tests.test_mapped_queue",
        "imports": "networkx.utils.mapped_queue._HeapElement",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.mapped_queue",
        "symbol_part": "_HeapElement",
        "lineno": 3
      }
    ],
    "networkx.utils.tests.test_misc": [
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx",
        "type": "import",
        "lineno": 6
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.PythonRandomInterface",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "PythonRandomInterface",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.PythonRandomViaNumpyBits",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "PythonRandomViaNumpyBits",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.arbitrary_element",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "arbitrary_element",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.create_py_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "create_py_random_state",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.create_random_state",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "create_random_state",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.dict_to_numpy_array",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "dict_to_numpy_array",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.discrete_sequence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "discrete_sequence",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.edges_equal",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "edges_equal",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.flatten",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "flatten",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.groups",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "groups",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.make_list_of_ints",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "make_list_of_ints",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.pairwise",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "pairwise",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.powerlaw_sequence",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "powerlaw_sequence",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.misc._dict_to_numpy_array1",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.misc",
        "symbol_part": "_dict_to_numpy_array1",
        "lineno": 22
      },
      {
        "from_module": "networkx.utils.tests.test_misc",
        "imports": "networkx.utils.misc._dict_to_numpy_array2",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils.misc",
        "symbol_part": "_dict_to_numpy_array2",
        "lineno": 22
      }
    ],
    "networkx.utils.tests.test_random_sequence": [
      {
        "from_module": "networkx.utils.tests.test_random_sequence",
        "imports": "networkx",
        "type": "import",
        "lineno": 3
      }
    ],
    "networkx.utils.tests.test_rcm": [
      {
        "from_module": "networkx.utils.tests.test_rcm",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      },
      {
        "from_module": "networkx.utils.tests.test_rcm",
        "imports": "networkx.utils.reverse_cuthill_mckee_ordering",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "reverse_cuthill_mckee_ordering",
        "lineno": 2
      }
    ],
    "networkx.utils.tests.test_unionfind": [
      {
        "from_module": "networkx.utils.tests.test_unionfind",
        "imports": "networkx",
        "type": "import",
        "lineno": 1
      }
    ],
    "networkx.utils.tests.test__init": [
      {
        "from_module": "networkx.utils.tests.test__init",
        "imports": "networkx.utils.nx",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "nx",
        "lineno": 7
      },
      {
        "from_module": "networkx.utils.tests.test__init",
        "imports": "networkx.utils.sys",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "sys",
        "lineno": 9
      },
      {
        "from_module": "networkx.utils.tests.test__init",
        "imports": "networkx.utils.defaultdict",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "defaultdict",
        "lineno": 11
      },
      {
        "from_module": "networkx.utils.tests.test__init",
        "imports": "networkx.utils.deque",
        "type": "from_import",
        "relative_level": 0,
        "module_part": "networkx.utils",
        "symbol_part": "deque",
        "lineno": 11
      }
    ],
    "networkx.utils.tests": [],
    "tools.generate_requirements": [],
    "tools.team_list": []
  },
  "dependency_graph": {
    "random": {
      "used_by": [
        "benchmarks.benchmarks.benchmark_algorithms",
        "benchmarks.benchmarks.benchmark_shortest_path",
        "benchmarks.benchmarks.utils",
        "examples.3d_drawing.plot_3d_animation_walk",
        "examples.3d_drawing.plot_facebook_3d",
        "examples.algorithms.plot_betweenness_centrality",
        "examples.graphviz_layout.plot_atlas",
        "networkx.algorithms.approximation.tests.test_maxcut",
        "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "networkx.algorithms.community.bipartitions",
        "networkx.algorithms.community.leiden",
        "networkx.algorithms.community.lukes",
        "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "networkx.algorithms.isomorphism.tests.test_ismags",
        "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
        "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
        "networkx.algorithms.link_analysis.tests.test_pagerank",
        "networkx.algorithms.shortest_paths.tests.test_dense",
        "networkx.algorithms.shortest_paths.tests.test_weighted",
        "networkx.algorithms.tests.test_cycles",
        "networkx.algorithms.tests.test_distance_measures",
        "networkx.algorithms.tests.test_mis",
        "networkx.algorithms.tests.test_simple_paths",
        "networkx.algorithms.tests.test_triads",
        "networkx.algorithms.tree.tests.test_mst",
        "networkx.classes.tests.test_function",
        "networkx.generators.tests.test_geometric",
        "networkx.generators.tests.test_trees",
        "networkx.readwrite.tests.test_text",
        "networkx.tests.test_all_random_functions",
        "networkx.utils.backends",
        "networkx.utils.misc",
        "networkx.utils.tests.test_decorators",
        "networkx.utils.tests.test_misc"
      ],
      "import_count": 36
    },
    "itertools": {
      "used_by": [
        "benchmarks.benchmarks.benchmark_classes",
        "examples.algorithms.plot_parallel_betweenness",
        "examples.basic.plot_properties",
        "examples.drawing.plot_multigraphs",
        "examples.drawing.plot_multipartite_graph",
        "networkx.convert_matrix",
        "networkx.algorithms.boundary",
        "networkx.algorithms.bridges",
        "networkx.algorithms.clique",
        "networkx.algorithms.cluster",
        "networkx.algorithms.covering",
        "networkx.algorithms.cuts",
        "networkx.algorithms.cycles",
        "networkx.algorithms.dag",
        "networkx.algorithms.distance_regular",
        "networkx.algorithms.dominating",
        "networkx.algorithms.d_separation",
        "networkx.algorithms.euler",
        "networkx.algorithms.lowest_common_ancestors",
        "networkx.algorithms.matching",
        "networkx.algorithms.moral",
        "networkx.algorithms.perfect_graph",
        "networkx.algorithms.richclub",
        "networkx.algorithms.similarity",
        "networkx.algorithms.simple_paths",
        "networkx.algorithms.tournament",
        "networkx.algorithms.triads",
        "networkx.algorithms.wiener",
        "networkx.algorithms.approximation.connectivity",
        "networkx.algorithms.approximation.kcomponents",
        "networkx.algorithms.approximation.steinertree",
        "networkx.algorithms.approximation.treewidth",
        "networkx.algorithms.approximation.tests.test_treewidth",
        "networkx.algorithms.assortativity.tests.test_connectivity",
        "networkx.algorithms.bipartite.basic",
        "networkx.algorithms.bipartite.link_analysis",
        "networkx.algorithms.bipartite.matching",
        "networkx.algorithms.bipartite.matrix",
        "networkx.algorithms.bipartite.redundancy",
        "networkx.algorithms.bipartite.tests.test_link_analysis",
        "networkx.algorithms.bipartite.tests.test_matching",
        "networkx.algorithms.bipartite.tests.test_matrix",
        "networkx.algorithms.centrality.betweenness",
        "networkx.algorithms.centrality.dispersion",
        "networkx.algorithms.coloring.greedy_coloring",
        "networkx.algorithms.coloring.tests.test_coloring",
        "networkx.algorithms.community.leiden",
        "networkx.algorithms.community.louvain",
        "networkx.algorithms.community.quality",
        "networkx.algorithms.community.tests.test_bipartitions",
        "networkx.algorithms.community.tests.test_kclique",
        "networkx.algorithms.community.tests.test_label_propagation",
        "networkx.algorithms.community.tests.test_lukes",
        "networkx.algorithms.components.biconnected",
        "networkx.algorithms.components.tests.test_semiconnected",
        "networkx.algorithms.connectivity.connectivity",
        "networkx.algorithms.connectivity.cuts",
        "networkx.algorithms.connectivity.disjoint_paths",
        "networkx.algorithms.connectivity.edge_augmentation",
        "networkx.algorithms.connectivity.edge_kcomponents",
        "networkx.algorithms.connectivity.kcomponents",
        "networkx.algorithms.connectivity.stoerwagner",
        "networkx.algorithms.connectivity.tests.test_connectivity",
        "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
        "networkx.algorithms.connectivity.tests.test_kcutsets",
        "networkx.algorithms.connectivity.tests.test_stoer_wagner",
        "networkx.algorithms.flow.capacityscaling",
        "networkx.algorithms.flow.networksimplex",
        "networkx.algorithms.flow.preflowpush",
        "networkx.algorithms.flow.tests.test_gomory_hu",
        "networkx.algorithms.isomorphism.ismags",
        "networkx.algorithms.isomorphism.isomorph",
        "networkx.algorithms.isomorphism.matchhelpers",
        "networkx.algorithms.isomorphism.tests.test_common",
        "networkx.algorithms.isomorphism.tests.test_vf2pp",
        "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "networkx.algorithms.minors.contraction",
        "networkx.algorithms.operators.all",
        "networkx.algorithms.operators.product",
        "networkx.algorithms.shortest_paths.astar",
        "networkx.algorithms.shortest_paths.weighted",
        "networkx.algorithms.tests.test_boundary",
        "networkx.algorithms.tests.test_chains",
        "networkx.algorithms.tests.test_cycles",
        "networkx.algorithms.tests.test_dag",
        "networkx.algorithms.tests.test_distance_measures",
        "networkx.algorithms.tests.test_d_separation",
        "networkx.algorithms.tests.test_lowest_common_ancestors",
        "networkx.algorithms.tests.test_matching",
        "networkx.algorithms.tests.test_simple_paths",
        "networkx.algorithms.tests.test_tournament",
        "networkx.algorithms.tests.test_triads",
        "networkx.algorithms.tests.test_walks",
        "networkx.algorithms.tree.coding",
        "networkx.algorithms.tree.decomposition",
        "networkx.algorithms.tree.mst",
        "networkx.algorithms.tree.operations",
        "networkx.algorithms.tree.tests.test_coding",
        "networkx.algorithms.tree.tests.test_mst",
        "networkx.algorithms.tree.tests.test_operations",
        "networkx.classes.function",
        "networkx.drawing.nx_pylab",
        "networkx.drawing.tests.test_image_comparison_pylab_mpl",
        "networkx.drawing.tests.test_pylab",
        "networkx.generators.atlas",
        "networkx.generators.classic",
        "networkx.generators.community",
        "networkx.generators.degree_seq",
        "networkx.generators.expanders",
        "networkx.generators.geometric",
        "networkx.generators.lattice",
        "networkx.generators.line",
        "networkx.generators.random_graphs",
        "networkx.generators.time_series",
        "networkx.generators.tests.test_atlas",
        "networkx.generators.tests.test_classic",
        "networkx.generators.tests.test_geometric",
        "networkx.generators.tests.test_lattice",
        "networkx.generators.tests.test_time_series",
        "networkx.readwrite.gexf",
        "networkx.readwrite.graph6",
        "networkx.readwrite.text",
        "networkx.readwrite.json_graph.node_link",
        "networkx.readwrite.tests.test_text",
        "networkx.tests.test_convert_numpy",
        "networkx.utils.backends",
        "networkx.utils.heaps",
        "networkx.utils.misc"
      ],
      "import_count": 160
    },
    "pandas": {
      "used_by": [
        "benchmarks.benchmarks.utils",
        "examples.3d_drawing.plot_facebook_3d",
        "examples.algorithms.plot_girvan_newman",
        "networkx.conftest",
        "networkx.convert",
        "networkx.convert_matrix",
        "networkx.algorithms.centrality.group"
      ],
      "import_count": 8
    },
    "os": {
      "used_by": [
        "doc.conf",
        "doc.release.report_functions_without_rst_generated",
        "networkx.conftest",
        "networkx.lazy_imports",
        "networkx.utils.backends",
        "networkx.utils.decorators",
        "networkx.utils.tests.test_decorators",
        "tools.team_list"
      ],
      "import_count": 8
    },
    "datetime": {
      "used_by": [
        "doc.conf",
        "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
        "networkx.algorithms.tests.test_time_dependent"
      ],
      "import_count": 6
    },
    "sphinx_gallery": {
      "used_by": [
        "doc.conf"
      ],
      "import_count": 2
    },
    "intersphinx_registry": {
      "used_by": [
        "doc.conf"
      ],
      "import_count": 1
    },
    "warnings": {
      "used_by": [
        "doc.conf",
        "examples.drawing.plot_knuth_miles",
        "networkx.conftest",
        "networkx.algorithms.graph_hashing",
        "networkx.algorithms.approximation.steinertree",
        "networkx.algorithms.traversal.breadth_first_search",
        "networkx.drawing.layout",
        "networkx.drawing.nx_pylab",
        "networkx.drawing.tests.test_agraph",
        "networkx.drawing.tests.test_pylab",
        "networkx.generators.expanders",
        "networkx.readwrite.graphml",
        "networkx.readwrite.pajek",
        "networkx.readwrite.tests.test_pajek",
        "networkx.utils.backends",
        "networkx.utils.misc"
      ],
      "import_count": 16
    },
    "pygraphviz": {
      "used_by": [
        "doc.conf",
        "networkx.conftest",
        "networkx.drawing.nx_agraph"
      ],
      "import_count": 5
    },
    "numpydoc": {
      "used_by": [
        "doc.conf"
      ],
      "import_count": 2
    },
    "subprocess": {
      "used_by": [
        "doc.release.contribs"
      ],
      "import_count": 1
    },
    "sys": {
      "used_by": [
        "doc.release.contribs",
        "examples.graph.plot_roget",
        "examples.subclass.plot_printgraph",
        "networkx.lazy_imports",
        "networkx.algorithms.chordal",
        "networkx.algorithms.approximation.treewidth",
        "networkx.algorithms.isomorphism.isomorphvf2",
        "networkx.readwrite.adjlist",
        "networkx.readwrite.multiline_adjlist",
        "networkx.readwrite.text",
        "networkx.tests.test_lazy_imports",
        "tools.team_list"
      ],
      "import_count": 12
    },
    "shlex": {
      "used_by": [
        "doc.release.contribs",
        "networkx.readwrite.pajek"
      ],
      "import_count": 2
    },
    "inspect": {
      "used_by": [
        "doc.release.report_functions_without_rst_generated",
        "networkx.lazy_imports",
        "networkx.drawing.nx_pylab",
        "networkx.utils.backends",
        "networkx.utils.decorators"
      ],
      "import_count": 5
    },
    "numpy": {
      "used_by": [
        "examples.3d_drawing.mayavi2_spring",
        "examples.3d_drawing.plot_3d_animation_basic",
        "examples.3d_drawing.plot_3d_animation_walk",
        "examples.3d_drawing.plot_basic",
        "examples.3d_drawing.plot_facebook_3d",
        "examples.algorithms.plot_blockmodel",
        "examples.algorithms.plot_greedy_coloring",
        "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
        "examples.algorithms.plot_maximum_independent_set",
        "examples.algorithms.plot_rcm",
        "examples.drawing.plot_center_node",
        "examples.drawing.plot_degree",
        "examples.drawing.plot_eigenvalues",
        "examples.drawing.plot_knuth_miles",
        "examples.drawing.plot_multigraphs",
        "examples.geospatial.plot_delaunay",
        "examples.geospatial.plot_points",
        "examples.geospatial.plot_polygons",
        "networkx.conftest",
        "networkx.convert",
        "networkx.convert_matrix",
        "networkx.algorithms.cluster",
        "networkx.algorithms.communicability_alg",
        "networkx.algorithms.distance_measures",
        "networkx.algorithms.node_classification",
        "networkx.algorithms.non_randomness",
        "networkx.algorithms.similarity",
        "networkx.algorithms.smallworld",
        "networkx.algorithms.structuralholes",
        "networkx.algorithms.approximation.density",
        "networkx.algorithms.approximation.traveling_salesman",
        "networkx.algorithms.assortativity.correlation",
        "networkx.algorithms.bipartite.link_analysis",
        "networkx.algorithms.bipartite.matching",
        "networkx.algorithms.centrality.current_flow_betweenness",
        "networkx.algorithms.centrality.eigenvector",
        "networkx.algorithms.centrality.flow_matrix",
        "networkx.algorithms.centrality.group",
        "networkx.algorithms.centrality.katz",
        "networkx.algorithms.centrality.laplacian",
        "networkx.algorithms.centrality.second_order",
        "networkx.algorithms.centrality.subgraph_alg",
        "networkx.algorithms.centrality.trophic",
        "networkx.algorithms.community.bipartitions",
        "networkx.algorithms.link_analysis.hits_alg",
        "networkx.algorithms.link_analysis.pagerank_alg",
        "networkx.algorithms.shortest_paths.dense",
        "networkx.algorithms.tree.mst",
        "networkx.drawing.layout",
        "networkx.drawing.nx_pylab",
        "networkx.generators.directed",
        "networkx.generators.expanders",
        "networkx.generators.spectral_graph_forge",
        "networkx.generators.tests.test_directed",
        "networkx.linalg.algebraicconnectivity",
        "networkx.linalg.attrmatrix",
        "networkx.linalg.laplacianmatrix",
        "networkx.linalg.modularitymatrix",
        "networkx.readwrite.gexf",
        "networkx.readwrite.graphml",
        "networkx.readwrite.tests.test_gml",
        "networkx.utils.backends",
        "networkx.utils.misc"
      ],
      "import_count": 136
    },
    "mayavi": {
      "used_by": [
        "examples.3d_drawing.mayavi2_spring"
      ],
      "import_count": 1
    },
    "matplotlib": {
      "used_by": [
        "examples.3d_drawing.plot_3d_animation_basic",
        "examples.3d_drawing.plot_3d_animation_walk",
        "examples.3d_drawing.plot_basic",
        "examples.3d_drawing.plot_facebook_3d",
        "examples.algorithms.plot_beam_search",
        "examples.algorithms.plot_betweenness_centrality",
        "examples.algorithms.plot_bipartite_motif_abcore",
        "examples.algorithms.plot_blockmodel",
        "examples.algorithms.plot_circuits",
        "examples.algorithms.plot_cycle_detection",
        "examples.algorithms.plot_davis_club",
        "examples.algorithms.plot_dedensification",
        "examples.algorithms.plot_girvan_newman",
        "examples.algorithms.plot_greedy_coloring",
        "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
        "examples.algorithms.plot_krackhardt_centrality",
        "examples.algorithms.plot_lca",
        "examples.algorithms.plot_maximum_independent_set",
        "examples.algorithms.plot_metric_closure",
        "examples.algorithms.plot_parallel_betweenness",
        "examples.algorithms.plot_rcm",
        "examples.algorithms.plot_shortest_path",
        "examples.algorithms.plot_snap",
        "examples.algorithms.plot_subgraphs",
        "examples.algorithms.plot_trust_rank",
        "examples.basic.plot_basic_directed",
        "examples.basic.plot_properties",
        "examples.basic.plot_read_write",
        "examples.basic.plot_simple_graph",
        "examples.drawing.plot_chess_masters",
        "examples.drawing.plot_clusters",
        "examples.drawing.plot_custom_node_icons",
        "examples.drawing.plot_degree",
        "examples.drawing.plot_directed",
        "examples.drawing.plot_edge_colormap",
        "examples.drawing.plot_ego_graph",
        "examples.drawing.plot_eigenvalues",
        "examples.drawing.plot_four_grids",
        "examples.drawing.plot_house_with_colors",
        "examples.drawing.plot_knuth_miles",
        "examples.drawing.plot_labels_and_colors",
        "examples.drawing.plot_multigraphs",
        "examples.drawing.plot_multipartite_graph",
        "examples.drawing.plot_node_colormap",
        "examples.drawing.plot_rainbow_coloring",
        "examples.drawing.plot_random_geometric_graph",
        "examples.drawing.plot_sampson",
        "examples.drawing.plot_selfloops",
        "examples.drawing.plot_simple_path",
        "examples.drawing.plot_spectral_grid",
        "examples.drawing.plot_spring_layout",
        "examples.drawing.plot_tsp",
        "examples.drawing.plot_unix_email",
        "examples.drawing.plot_weighted_graph",
        "examples.external.plot_igraph",
        "examples.external.plot_iplotx",
        "examples.geospatial.plot_delaunay",
        "examples.geospatial.plot_lines",
        "examples.geospatial.plot_points",
        "examples.geospatial.plot_polygons",
        "examples.graph.plot_dag_layout",
        "examples.graph.plot_degree_sequence",
        "examples.graph.plot_erdos_renyi",
        "examples.graph.plot_football",
        "examples.graph.plot_karate_club",
        "examples.graph.plot_mst",
        "examples.graph.plot_napoleon_russian_campaign",
        "examples.graph.plot_roget",
        "examples.graph.plot_triad_types",
        "examples.graph.plot_visibility_graph",
        "examples.graph.plot_words",
        "examples.graphviz_drawing.plot_grid",
        "examples.graphviz_layout.plot_atlas",
        "examples.graphviz_layout.plot_circular_tree",
        "examples.graphviz_layout.plot_decomposition",
        "examples.graphviz_layout.plot_giant_component",
        "examples.graphviz_layout.plot_lanl_routes",
        "examples.subclass.plot_antigraph",
        "examples.subclass.plot_printgraph",
        "networkx.conftest",
        "networkx.drawing.nx_pylab",
        "networkx.drawing.tests.test_pylab"
      ],
      "import_count": 120
    },
    "mpl_toolkits": {
      "used_by": [
        "examples.3d_drawing.plot_basic"
      ],
      "import_count": 1
    },
    "math": {
      "used_by": [
        "examples.algorithms.plot_beam_search",
        "examples.drawing.plot_tsp",
        "examples.graphviz_layout.plot_giant_component",
        "networkx.algorithms.cycles",
        "networkx.algorithms.dag",
        "networkx.algorithms.distance_measures",
        "networkx.algorithms.distance_regular",
        "networkx.algorithms.link_prediction",
        "networkx.algorithms.non_randomness",
        "networkx.algorithms.similarity",
        "networkx.algorithms.sparsifiers",
        "networkx.algorithms.swap",
        "networkx.algorithms.threshold",
        "networkx.algorithms.approximation.density",
        "networkx.algorithms.approximation.traveling_salesman",
        "networkx.algorithms.bipartite.generators",
        "networkx.algorithms.bipartite.tests.test_cluster",
        "networkx.algorithms.centrality.betweenness",
        "networkx.algorithms.centrality.eigenvector",
        "networkx.algorithms.centrality.katz",
        "networkx.algorithms.centrality.tests.test_betweenness_centrality",
        "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
        "networkx.algorithms.centrality.tests.test_katz_centrality",
        "networkx.algorithms.community.leiden",
        "networkx.algorithms.connectivity.edge_augmentation",
        "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "networkx.algorithms.flow.capacityscaling",
        "networkx.algorithms.flow.networksimplex",
        "networkx.algorithms.isomorphism.matchhelpers",
        "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
        "networkx.algorithms.tests.test_broadcasting",
        "networkx.algorithms.tests.test_cycles",
        "networkx.algorithms.tests.test_distance_measures",
        "networkx.algorithms.tests.test_link_prediction",
        "networkx.algorithms.tests.test_matching",
        "networkx.algorithms.tests.test_planar_drawing",
        "networkx.algorithms.tests.test_structuralholes",
        "networkx.algorithms.tree.mst",
        "networkx.algorithms.tree.tests.test_branchings",
        "networkx.algorithms.tree.tests.test_distance_measures",
        "networkx.algorithms.tree.tests.test_mst",
        "networkx.drawing.nx_pylab",
        "networkx.drawing.tests.test_layout",
        "networkx.generators.community",
        "networkx.generators.degree_seq",
        "networkx.generators.geometric",
        "networkx.generators.internet_as_graphs",
        "networkx.generators.lattice",
        "networkx.generators.random_graphs",
        "networkx.generators.trees",
        "networkx.generators.tests.test_geometric",
        "networkx.generators.tests.test_interval_graph",
        "networkx.linalg.tests.test_algebraic_connectivity",
        "networkx.readwrite.tests.test_gexf",
        "networkx.readwrite.tests.test_gml"
      ],
      "import_count": 63
    },
    "collections": {
      "used_by": [
        "examples.algorithms.plot_blockmodel",
        "examples.basic.plot_properties",
        "examples.external.plot_iplotx",
        "networkx.convert",
        "networkx.convert_matrix",
        "networkx.algorithms.clique",
        "networkx.algorithms.cluster",
        "networkx.algorithms.cycles",
        "networkx.algorithms.dag",
        "networkx.algorithms.distance_regular",
        "networkx.algorithms.d_separation",
        "networkx.algorithms.graph_hashing",
        "networkx.algorithms.lowest_common_ancestors",
        "networkx.algorithms.planarity",
        "networkx.algorithms.planar_drawing",
        "networkx.algorithms.polynomials",
        "networkx.algorithms.summarization",
        "networkx.algorithms.triads",
        "networkx.algorithms.approximation.kcomponents",
        "networkx.algorithms.assortativity.connectivity",
        "networkx.algorithms.bipartite.cluster",
        "networkx.algorithms.bipartite.matching",
        "networkx.algorithms.centrality.betweenness",
        "networkx.algorithms.centrality.closeness",
        "networkx.algorithms.coloring.equitable_coloring",
        "networkx.algorithms.coloring.greedy_coloring",
        "networkx.algorithms.community.asyn_fluid",
        "networkx.algorithms.community.kclique",
        "networkx.algorithms.community.label_propagation",
        "networkx.algorithms.community.leiden",
        "networkx.algorithms.community.louvain",
        "networkx.algorithms.community.modularity_max",
        "networkx.algorithms.community.quality",
        "networkx.algorithms.connectivity.edge_augmentation",
        "networkx.algorithms.connectivity.kcomponents",
        "networkx.algorithms.connectivity.kcutsets",
        "networkx.algorithms.flow.boykovkolmogorov",
        "networkx.algorithms.flow.dinitz_alg",
        "networkx.algorithms.flow.preflowpush",
        "networkx.algorithms.flow.shortestaugmentingpath",
        "networkx.algorithms.flow.utils",
        "networkx.algorithms.isomorphism.ismags",
        "networkx.algorithms.isomorphism.isomorph",
        "networkx.algorithms.isomorphism.tree_isomorphism",
        "networkx.algorithms.isomorphism.vf2pp",
        "networkx.algorithms.shortest_paths.dense",
        "networkx.algorithms.shortest_paths.weighted",
        "networkx.algorithms.tests.test_communicability",
        "networkx.algorithms.tests.test_dag",
        "networkx.algorithms.tests.test_euler",
        "networkx.algorithms.tests.test_planarity",
        "networkx.algorithms.tests.test_triads",
        "networkx.algorithms.traversal.breadth_first_search",
        "networkx.algorithms.traversal.depth_first_search",
        "networkx.algorithms.traversal.edgebfs",
        "networkx.algorithms.tree.coding",
        "networkx.classes.coreviews",
        "networkx.classes.function",
        "networkx.classes.reportviews",
        "networkx.classes.tests.test_multidigraph",
        "networkx.classes.tests.test_multigraph",
        "networkx.drawing.nx_pylab",
        "networkx.generators.directed",
        "networkx.generators.interval_graph",
        "networkx.generators.lattice",
        "networkx.generators.line",
        "networkx.generators.random_graphs",
        "networkx.generators.trees",
        "networkx.readwrite.gml",
        "networkx.readwrite.graphml",
        "networkx.readwrite.text",
        "networkx.utils.backends",
        "networkx.utils.configs",
        "networkx.utils.decorators",
        "networkx.utils.misc",
        "networkx.utils.rcm",
        "networkx.utils.tests.test_config"
      ],
      "import_count": 102
    },
    "scipy": {
      "used_by": [
        "examples.algorithms.plot_blockmodel",
        "networkx.conftest",
        "networkx.convert",
        "networkx.convert_matrix",
        "networkx.algorithms.communicability_alg",
        "networkx.algorithms.distance_measures",
        "networkx.algorithms.node_classification",
        "networkx.algorithms.similarity",
        "networkx.algorithms.structuralholes",
        "networkx.algorithms.walks",
        "networkx.algorithms.approximation.traveling_salesman",
        "networkx.algorithms.assortativity.correlation",
        "networkx.algorithms.bipartite.link_analysis",
        "networkx.algorithms.bipartite.matching",
        "networkx.algorithms.bipartite.matrix",
        "networkx.algorithms.bipartite.spectral",
        "networkx.algorithms.centrality.eigenvector",
        "networkx.algorithms.centrality.flow_matrix",
        "networkx.algorithms.centrality.laplacian",
        "networkx.algorithms.centrality.subgraph_alg",
        "networkx.algorithms.link_analysis.hits_alg",
        "networkx.algorithms.link_analysis.pagerank_alg",
        "networkx.drawing.layout",
        "networkx.generators.community",
        "networkx.generators.expanders",
        "networkx.generators.geometric",
        "networkx.generators.random_graphs",
        "networkx.generators.spectral_graph_forge",
        "networkx.linalg.algebraicconnectivity",
        "networkx.linalg.attrmatrix",
        "networkx.linalg.bethehessianmatrix",
        "networkx.linalg.graphmatrix",
        "networkx.linalg.laplacianmatrix",
        "networkx.linalg.spectrum",
        "networkx.utils.backends"
      ],
      "import_count": 54
    },
    "sklearn": {
      "used_by": [
        "examples.algorithms.plot_image_segmentation_spectral_graph_partition"
      ],
      "import_count": 1
    },
    "pprint": {
      "used_by": [
        "examples.algorithms.plot_metric_closure",
        "examples.basic.plot_properties",
        "examples.graph.plot_degree_sequence"
      ],
      "import_count": 3
    },
    "multiprocessing": {
      "used_by": [
        "examples.algorithms.plot_parallel_betweenness"
      ],
      "import_count": 1
    },
    "time": {
      "used_by": [
        "examples.algorithms.plot_parallel_betweenness",
        "examples.drawing.plot_spring_layout",
        "networkx.algorithms.similarity",
        "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
        "networkx.generators.tests.test_joint_degree_seq",
        "networkx.readwrite.adjlist",
        "networkx.readwrite.gexf",
        "networkx.readwrite.multiline_adjlist",
        "networkx.readwrite.tests.test_gexf"
      ],
      "import_count": 9
    },
    "seaborn": {
      "used_by": [
        "examples.algorithms.plot_rcm"
      ],
      "import_count": 1
    },
    "io": {
      "used_by": [
        "examples.basic.plot_read_write",
        "networkx.algorithms.bipartite.tests.test_edgelist",
        "networkx.drawing.tests.test_pydot",
        "networkx.readwrite.gml",
        "networkx.readwrite.tests.test_adjlist",
        "networkx.readwrite.tests.test_edgelist",
        "networkx.readwrite.tests.test_gexf",
        "networkx.readwrite.tests.test_gml",
        "networkx.readwrite.tests.test_graph6",
        "networkx.readwrite.tests.test_graphml",
        "networkx.readwrite.tests.test_leda",
        "networkx.readwrite.tests.test_p2g",
        "networkx.readwrite.tests.test_pajek",
        "networkx.readwrite.tests.test_sparse6",
        "networkx.utils.backends"
      ],
      "import_count": 20
    },
    "bz2": {
      "used_by": [
        "examples.drawing.plot_chess_masters",
        "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "networkx.algorithms.flow.tests.test_mincost",
        "networkx.algorithms.flow.tests.test_networksimplex",
        "networkx.utils.decorators"
      ],
      "import_count": 5
    },
    "PIL": {
      "used_by": [
        "examples.drawing.plot_custom_node_icons",
        "networkx.drawing.nx_agraph"
      ],
      "import_count": 2
    },
    "operator": {
      "used_by": [
        "examples.drawing.plot_ego_graph",
        "networkx.algorithms.approximation.connectivity",
        "networkx.algorithms.centrality.load",
        "networkx.algorithms.community.tests.test_centrality",
        "networkx.algorithms.connectivity.connectivity",
        "networkx.algorithms.connectivity.kcomponents",
        "networkx.algorithms.connectivity.kcutsets",
        "networkx.algorithms.flow.boykovkolmogorov",
        "networkx.algorithms.isomorphism.vf2pp",
        "networkx.algorithms.isomorphism.tests.test_match_helpers",
        "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
        "networkx.algorithms.shortest_paths.unweighted",
        "networkx.algorithms.tree.branchings",
        "networkx.algorithms.tree.mst",
        "networkx.algorithms.tree.tests.test_branchings",
        "networkx.generators.degree_seq",
        "networkx.utils.rcm"
      ],
      "import_count": 18
    },
    "gzip": {
      "used_by": [
        "examples.drawing.plot_knuth_miles",
        "examples.graph.plot_roget",
        "examples.graph.plot_words",
        "networkx.generators.atlas",
        "networkx.utils.decorators"
      ],
      "import_count": 5
    },
    "re": {
      "used_by": [
        "examples.drawing.plot_knuth_miles",
        "examples.graph.plot_roget",
        "networkx.readwrite.gml",
        "networkx.utils.decorators"
      ],
      "import_count": 4
    },
    "cartopy": {
      "used_by": [
        "examples.drawing.plot_knuth_miles"
      ],
      "import_count": 2
    },
    "zipfile": {
      "used_by": [
        "examples.drawing.plot_sampson",
        "examples.graph.plot_football"
      ],
      "import_count": 2
    },
    "email": {
      "used_by": [
        "examples.drawing.plot_unix_email"
      ],
      "import_count": 2
    },
    "mailbox": {
      "used_by": [
        "examples.drawing.plot_unix_email"
      ],
      "import_count": 1
    },
    "json": {
      "used_by": [
        "examples.external.javascript_force",
        "networkx.readwrite.json_graph.tests.test_adjacency",
        "networkx.readwrite.json_graph.tests.test_cytoscape",
        "networkx.readwrite.json_graph.tests.test_node_link",
        "networkx.readwrite.json_graph.tests.test_tree",
        "networkx.readwrite.tests.test_graphml"
      ],
      "import_count": 6
    },
    "flask": {
      "used_by": [
        "examples.external.javascript_force"
      ],
      "import_count": 1
    },
    "igraph": {
      "used_by": [
        "examples.external.plot_igraph"
      ],
      "import_count": 1
    },
    "iplotx": {
      "used_by": [
        "examples.external.plot_iplotx"
      ],
      "import_count": 1
    },
    "libpysal": {
      "used_by": [
        "examples.geospatial.plot_delaunay",
        "examples.geospatial.plot_lines",
        "examples.geospatial.plot_points",
        "examples.geospatial.plot_polygons"
      ],
      "import_count": 7
    },
    "contextily": {
      "used_by": [
        "examples.geospatial.plot_delaunay",
        "examples.geospatial.plot_lines",
        "examples.geospatial.plot_points"
      ],
      "import_count": 3
    },
    "geopandas": {
      "used_by": [
        "examples.geospatial.plot_delaunay",
        "examples.geospatial.plot_lines",
        "examples.geospatial.plot_points",
        "examples.geospatial.plot_polygons"
      ],
      "import_count": 4
    },
    "momepy": {
      "used_by": [
        "examples.geospatial.plot_lines"
      ],
      "import_count": 1
    },
    "osmnx": {
      "used_by": [
        "examples.geospatial.plot_osmnx"
      ],
      "import_count": 1
    },
    "pathlib": {
      "used_by": [
        "examples.graph.plot_football",
        "networkx.utils.decorators",
        "networkx.utils.tests.test_decorators",
        "tools.generate_requirements"
      ],
      "import_count": 4
    },
    "string": {
      "used_by": [
        "examples.graph.plot_morse_trie",
        "examples.graph.plot_words",
        "networkx.algorithms.tree.branchings",
        "networkx.generators.tests.test_geometric"
      ],
      "import_count": 6
    },
    "importlib": {
      "used_by": [
        "networkx.conftest",
        "networkx.lazy_imports",
        "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "networkx.algorithms.flow.tests.test_mincost",
        "networkx.algorithms.flow.tests.test_networksimplex",
        "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
        "networkx.generators.atlas",
        "networkx.utils.backends"
      ],
      "import_count": 9
    },
    "pytest": {
      "used_by": [
        "networkx.conftest",
        "networkx.algorithms.approximation.tests.test_connectivity",
        "networkx.algorithms.approximation.tests.test_density",
        "networkx.algorithms.approximation.tests.test_distance_measures",
        "networkx.algorithms.approximation.tests.test_dominating_set",
        "networkx.algorithms.approximation.tests.test_kcomponents",
        "networkx.algorithms.approximation.tests.test_maxcut",
        "networkx.algorithms.approximation.tests.test_steinertree",
        "networkx.algorithms.approximation.tests.test_traveling_salesman",
        "networkx.algorithms.assortativity.tests.test_connectivity",
        "networkx.algorithms.assortativity.tests.test_correlation",
        "networkx.algorithms.assortativity.tests.test_mixing",
        "networkx.algorithms.assortativity.tests.test_neighbor_degree",
        "networkx.algorithms.bipartite.tests.test_basic",
        "networkx.algorithms.bipartite.tests.test_centrality",
        "networkx.algorithms.bipartite.tests.test_cluster",
        "networkx.algorithms.bipartite.tests.test_community",
        "networkx.algorithms.bipartite.tests.test_edgelist",
        "networkx.algorithms.bipartite.tests.test_extendability",
        "networkx.algorithms.bipartite.tests.test_generators",
        "networkx.algorithms.bipartite.tests.test_link_analysis",
        "networkx.algorithms.bipartite.tests.test_matching",
        "networkx.algorithms.bipartite.tests.test_matrix",
        "networkx.algorithms.bipartite.tests.test_project",
        "networkx.algorithms.bipartite.tests.test_redundancy",
        "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
        "networkx.algorithms.centrality.tests.test_betweenness_centrality",
        "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
        "networkx.algorithms.centrality.tests.test_closeness_centrality",
        "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
        "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
        "networkx.algorithms.centrality.tests.test_current_flow_closeness",
        "networkx.algorithms.centrality.tests.test_degree_centrality",
        "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
        "networkx.algorithms.centrality.tests.test_group",
        "networkx.algorithms.centrality.tests.test_harmonic_centrality",
        "networkx.algorithms.centrality.tests.test_katz_centrality",
        "networkx.algorithms.centrality.tests.test_laplacian_centrality",
        "networkx.algorithms.centrality.tests.test_load_centrality",
        "networkx.algorithms.centrality.tests.test_percolation_centrality",
        "networkx.algorithms.centrality.tests.test_reaching",
        "networkx.algorithms.centrality.tests.test_second_order_centrality",
        "networkx.algorithms.centrality.tests.test_subgraph",
        "networkx.algorithms.centrality.tests.test_trophic",
        "networkx.algorithms.coloring.tests.test_coloring",
        "networkx.algorithms.community.tests.test_asyn_fluid",
        "networkx.algorithms.community.tests.test_bipartitions",
        "networkx.algorithms.community.tests.test_divisive",
        "networkx.algorithms.community.tests.test_kclique",
        "networkx.algorithms.community.tests.test_label_propagation",
        "networkx.algorithms.community.tests.test_leiden",
        "networkx.algorithms.community.tests.test_local",
        "networkx.algorithms.community.tests.test_louvain",
        "networkx.algorithms.community.tests.test_lukes",
        "networkx.algorithms.community.tests.test_modularity_max",
        "networkx.algorithms.community.tests.test_quality",
        "networkx.algorithms.components.tests.test_attracting",
        "networkx.algorithms.components.tests.test_biconnected",
        "networkx.algorithms.components.tests.test_connected",
        "networkx.algorithms.components.tests.test_semiconnected",
        "networkx.algorithms.components.tests.test_strongly_connected",
        "networkx.algorithms.components.tests.test_weakly_connected",
        "networkx.algorithms.connectivity.tests.test_connectivity",
        "networkx.algorithms.connectivity.tests.test_cuts",
        "networkx.algorithms.connectivity.tests.test_disjoint_paths",
        "networkx.algorithms.connectivity.tests.test_edge_augmentation",
        "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
        "networkx.algorithms.connectivity.tests.test_kcomponents",
        "networkx.algorithms.connectivity.tests.test_kcutsets",
        "networkx.algorithms.connectivity.tests.test_stoer_wagner",
        "networkx.algorithms.flow.tests.test_gomory_hu",
        "networkx.algorithms.flow.tests.test_maxflow",
        "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "networkx.algorithms.flow.tests.test_mincost",
        "networkx.algorithms.flow.tests.test_networksimplex",
        "networkx.algorithms.isomorphism.tests.test_common",
        "networkx.algorithms.isomorphism.tests.test_ismags",
        "networkx.algorithms.isomorphism.tests.test_isomorphism",
        "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
        "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
        "networkx.algorithms.isomorphism.tests.test_vf2pp",
        "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
        "networkx.algorithms.link_analysis.tests.test_hits",
        "networkx.algorithms.link_analysis.tests.test_pagerank",
        "networkx.algorithms.minors.tests.test_contraction",
        "networkx.algorithms.operators.tests.test_all",
        "networkx.algorithms.operators.tests.test_binary",
        "networkx.algorithms.operators.tests.test_product",
        "networkx.algorithms.operators.tests.test_unary",
        "networkx.algorithms.shortest_paths.tests.test_astar",
        "networkx.algorithms.shortest_paths.tests.test_dense",
        "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
        "networkx.algorithms.shortest_paths.tests.test_generic",
        "networkx.algorithms.shortest_paths.tests.test_unweighted",
        "networkx.algorithms.shortest_paths.tests.test_weighted",
        "networkx.algorithms.tests.test_boundary",
        "networkx.algorithms.tests.test_bridges",
        "networkx.algorithms.tests.test_broadcasting",
        "networkx.algorithms.tests.test_chains",
        "networkx.algorithms.tests.test_chordal",
        "networkx.algorithms.tests.test_clique",
        "networkx.algorithms.tests.test_cluster",
        "networkx.algorithms.tests.test_communicability",
        "networkx.algorithms.tests.test_core",
        "networkx.algorithms.tests.test_covering",
        "networkx.algorithms.tests.test_cycles",
        "networkx.algorithms.tests.test_dag",
        "networkx.algorithms.tests.test_distance_measures",
        "networkx.algorithms.tests.test_distance_regular",
        "networkx.algorithms.tests.test_dominance",
        "networkx.algorithms.tests.test_dominating",
        "networkx.algorithms.tests.test_d_separation",
        "networkx.algorithms.tests.test_euler",
        "networkx.algorithms.tests.test_graphical",
        "networkx.algorithms.tests.test_graph_hashing",
        "networkx.algorithms.tests.test_hierarchy",
        "networkx.algorithms.tests.test_link_prediction",
        "networkx.algorithms.tests.test_lowest_common_ancestors",
        "networkx.algorithms.tests.test_matching",
        "networkx.algorithms.tests.test_max_weight_clique",
        "networkx.algorithms.tests.test_mis",
        "networkx.algorithms.tests.test_node_classification",
        "networkx.algorithms.tests.test_non_randomness",
        "networkx.algorithms.tests.test_planarity",
        "networkx.algorithms.tests.test_planar_drawing",
        "networkx.algorithms.tests.test_polynomials",
        "networkx.algorithms.tests.test_reciprocity",
        "networkx.algorithms.tests.test_regular",
        "networkx.algorithms.tests.test_richclub",
        "networkx.algorithms.tests.test_similarity",
        "networkx.algorithms.tests.test_simple_paths",
        "networkx.algorithms.tests.test_smallworld",
        "networkx.algorithms.tests.test_smetric",
        "networkx.algorithms.tests.test_sparsifiers",
        "networkx.algorithms.tests.test_structuralholes",
        "networkx.algorithms.tests.test_summarization",
        "networkx.algorithms.tests.test_swap",
        "networkx.algorithms.tests.test_threshold",
        "networkx.algorithms.tests.test_time_dependent",
        "networkx.algorithms.tests.test_tournament",
        "networkx.algorithms.tests.test_triads",
        "networkx.algorithms.tests.test_walks",
        "networkx.algorithms.traversal.tests.test_beamsearch",
        "networkx.algorithms.traversal.tests.test_bfs",
        "networkx.algorithms.traversal.tests.test_edgebfs",
        "networkx.algorithms.traversal.tests.test_edgedfs",
        "networkx.algorithms.tree.tests.test_branchings",
        "networkx.algorithms.tree.tests.test_coding",
        "networkx.algorithms.tree.tests.test_distance_measures",
        "networkx.algorithms.tree.tests.test_mst",
        "networkx.algorithms.tree.tests.test_recognition",
        "networkx.classes.tests.historical_tests",
        "networkx.classes.tests.test_coreviews",
        "networkx.classes.tests.test_digraph",
        "networkx.classes.tests.test_digraph_historical",
        "networkx.classes.tests.test_filters",
        "networkx.classes.tests.test_function",
        "networkx.classes.tests.test_graph",
        "networkx.classes.tests.test_graphviews",
        "networkx.classes.tests.test_multidigraph",
        "networkx.classes.tests.test_multigraph",
        "networkx.classes.tests.test_reportviews",
        "networkx.classes.tests.test_subgraphviews",
        "networkx.drawing.tests.test_agraph",
        "networkx.drawing.tests.test_image_comparison_pylab_mpl",
        "networkx.drawing.tests.test_latex",
        "networkx.drawing.tests.test_layout",
        "networkx.drawing.tests.test_pydot",
        "networkx.drawing.tests.test_pylab",
        "networkx.generators.tests.test_atlas",
        "networkx.generators.tests.test_classic",
        "networkx.generators.tests.test_cographs",
        "networkx.generators.tests.test_community",
        "networkx.generators.tests.test_degree_seq",
        "networkx.generators.tests.test_directed",
        "networkx.generators.tests.test_duplication",
        "networkx.generators.tests.test_expanders",
        "networkx.generators.tests.test_geometric",
        "networkx.generators.tests.test_harary_graph",
        "networkx.generators.tests.test_internet_as_graphs",
        "networkx.generators.tests.test_intersection",
        "networkx.generators.tests.test_interval_graph",
        "networkx.generators.tests.test_lattice",
        "networkx.generators.tests.test_line",
        "networkx.generators.tests.test_mycielski",
        "networkx.generators.tests.test_nonisomorphic_trees",
        "networkx.generators.tests.test_random_clustered",
        "networkx.generators.tests.test_random_graphs",
        "networkx.generators.tests.test_small",
        "networkx.generators.tests.test_spectral_graph_forge",
        "networkx.generators.tests.test_stochastic",
        "networkx.generators.tests.test_sudoku",
        "networkx.generators.tests.test_trees",
        "networkx.generators.tests.test_triads",
        "networkx.linalg.tests.test_algebraic_connectivity",
        "networkx.linalg.tests.test_attrmatrix",
        "networkx.linalg.tests.test_bethehessian",
        "networkx.linalg.tests.test_graphmatrix",
        "networkx.linalg.tests.test_laplacian",
        "networkx.linalg.tests.test_modularity",
        "networkx.linalg.tests.test_spectrum",
        "networkx.readwrite.json_graph.tests.test_adjacency",
        "networkx.readwrite.json_graph.tests.test_cytoscape",
        "networkx.readwrite.json_graph.tests.test_node_link",
        "networkx.readwrite.json_graph.tests.test_tree",
        "networkx.readwrite.tests.test_adjlist",
        "networkx.readwrite.tests.test_edgelist",
        "networkx.readwrite.tests.test_gexf",
        "networkx.readwrite.tests.test_gml",
        "networkx.readwrite.tests.test_graph6",
        "networkx.readwrite.tests.test_graphml",
        "networkx.readwrite.tests.test_sparse6",
        "networkx.readwrite.tests.test_text",
        "networkx.tests.test_all_random_functions",
        "networkx.tests.test_convert",
        "networkx.tests.test_convert_numpy",
        "networkx.tests.test_convert_pandas",
        "networkx.tests.test_convert_scipy",
        "networkx.tests.test_exceptions",
        "networkx.tests.test_import",
        "networkx.tests.test_lazy_imports",
        "networkx.tests.test_relabel",
        "networkx.tests.test_removed_functions_exception_messages",
        "networkx.utils.backends",
        "networkx.utils.tests.test_backends",
        "networkx.utils.tests.test_config",
        "networkx.utils.tests.test_decorators",
        "networkx.utils.tests.test_heaps",
        "networkx.utils.tests.test_mapped_queue",
        "networkx.utils.tests.test_misc",
        "networkx.utils.tests.test_random_sequence",
        "networkx.utils.tests.test__init"
      ],
      "import_count": 235
    },
    "pydot": {
      "used_by": [
        "networkx.conftest",
        "networkx.drawing.nx_pydot"
      ],
      "import_count": 4
    },
    "sympy": {
      "used_by": [
        "networkx.conftest",
        "networkx.algorithms.polynomials"
      ],
      "import_count": 3
    },
    "types": {
      "used_by": [
        "networkx.lazy_imports",
        "networkx.algorithms.isomorphism.matchhelpers",
        "networkx.tests.test_lazy_imports"
      ],
      "import_count": 3
    },
    "functools": {
      "used_by": [
        "networkx.algorithms.covering",
        "networkx.algorithms.dominance",
        "networkx.algorithms.vitality",
        "networkx.algorithms.approximation.kcomponents",
        "networkx.algorithms.bipartite.generators",
        "networkx.algorithms.centrality.closeness",
        "networkx.algorithms.centrality.harmonic",
        "networkx.algorithms.community.divisive",
        "networkx.algorithms.community.leiden",
        "networkx.algorithms.community.lukes",
        "networkx.algorithms.connectivity.edge_kcomponents",
        "networkx.algorithms.isomorphism.tests.test_isomorphism",
        "networkx.algorithms.tests.test_link_prediction",
        "networkx.algorithms.traversal.tests.test_bfs",
        "networkx.algorithms.tree.operations",
        "networkx.classes.digraph",
        "networkx.classes.graph",
        "networkx.classes.multidigraph",
        "networkx.classes.multigraph",
        "networkx.generators.line",
        "networkx.generators.nonisomorphic_trees",
        "networkx.generators.small",
        "networkx.utils.backends"
      ],
      "import_count": 23
    },
    "heapq": {
      "used_by": [
        "networkx.algorithms.dag",
        "networkx.algorithms.dominating",
        "networkx.algorithms.graphical",
        "networkx.algorithms.simple_paths",
        "networkx.algorithms.approximation.treewidth",
        "networkx.algorithms.centrality.betweenness",
        "networkx.algorithms.shortest_paths.astar",
        "networkx.algorithms.shortest_paths.weighted",
        "networkx.algorithms.tree.mst",
        "networkx.generators.degree_seq",
        "networkx.utils.heaps",
        "networkx.utils.mapped_queue"
      ],
      "import_count": 21
    },
    "hashlib": {
      "used_by": [
        "networkx.algorithms.graph_hashing"
      ],
      "import_count": 1
    },
    "copy": {
      "used_by": [
        "networkx.algorithms.hybrid",
        "networkx.algorithms.planarity",
        "networkx.algorithms.centrality.group",
        "networkx.algorithms.community.bipartitions",
        "networkx.algorithms.community.lukes",
        "networkx.algorithms.tests.test_graph_hashing",
        "networkx.classes.digraph",
        "networkx.classes.graph",
        "networkx.classes.multidigraph",
        "networkx.classes.multigraph",
        "networkx.classes.tests.test_reportviews",
        "networkx.readwrite.json_graph.tests.test_adjacency",
        "networkx.readwrite.json_graph.tests.test_cytoscape",
        "networkx.utils.backends",
        "networkx.utils.tests.test_misc"
      ],
      "import_count": 16
    },
    "dataclasses": {
      "used_by": [
        "networkx.algorithms.similarity",
        "networkx.algorithms.tree.branchings",
        "networkx.algorithms.tree.mst",
        "networkx.utils.configs"
      ],
      "import_count": 6
    },
    "ast": {
      "used_by": [
        "networkx.algorithms.bipartite.edgelist",
        "networkx.readwrite.edgelist",
        "networkx.readwrite.gml",
        "networkx.readwrite.multiline_adjlist",
        "networkx.readwrite.tests.test_gml"
      ],
      "import_count": 5
    },
    "numbers": {
      "used_by": [
        "networkx.algorithms.bipartite.generators",
        "networkx.algorithms.bipartite.tests.test_generators",
        "networkx.drawing.nx_pylab",
        "networkx.generators.classic",
        "networkx.generators.directed"
      ],
      "import_count": 5
    },
    "pickle": {
      "used_by": [
        "networkx.algorithms.flow.tests.test_maxflow_large_graph",
        "networkx.algorithms.flow.tests.test_mincost",
        "networkx.algorithms.flow.tests.test_networksimplex",
        "networkx.classes.tests.test_coreviews",
        "networkx.classes.tests.test_graph",
        "networkx.classes.tests.test_graphviews",
        "networkx.classes.tests.test_reportviews",
        "networkx.utils.tests.test_backends",
        "networkx.utils.tests.test_config"
      ],
      "import_count": 18
    },
    "struct": {
      "used_by": [
        "networkx.algorithms.isomorphism.tests.test_isomorphvf2"
      ],
      "import_count": 1
    },
    "queue": {
      "used_by": [
        "networkx.algorithms.tree.branchings",
        "networkx.algorithms.tree.mst"
      ],
      "import_count": 2
    },
    "enum": {
      "used_by": [
        "networkx.algorithms.tree.mst",
        "networkx.readwrite.gml"
      ],
      "import_count": 2
    },
    "abc": {
      "used_by": [
        "networkx.classes.reportviews"
      ],
      "import_count": 1
    },
    "gc": {
      "used_by": [
        "networkx.classes.tests.test_graph"
      ],
      "import_count": 1
    },
    "platform": {
      "used_by": [
        "networkx.classes.tests.test_graph"
      ],
      "import_count": 1
    },
    "weakref": {
      "used_by": [
        "networkx.classes.tests.test_graph"
      ],
      "import_count": 1
    },
    "tempfile": {
      "used_by": [
        "networkx.drawing.nx_agraph",
        "networkx.utils.tests.test_decorators"
      ],
      "import_count": 2
    },
    "locale": {
      "used_by": [
        "networkx.drawing.nx_pydot"
      ],
      "import_count": 1
    },
    "bisect": {
      "used_by": [
        "networkx.generators.geometric",
        "networkx.utils.random_sequence"
      ],
      "import_count": 2
    },
    "typing": {
      "used_by": [
        "networkx.generators.tests.test_classic",
        "networkx.readwrite.gml",
        "networkx.readwrite.text",
        "networkx.utils.backends",
        "networkx.utils.configs"
      ],
      "import_count": 9
    },
    "xml": {
      "used_by": [
        "networkx.readwrite.gexf",
        "networkx.readwrite.graphml",
        "networkx.readwrite.tests.test_graphml"
      ],
      "import_count": 14
    },
    "html": {
      "used_by": [
        "networkx.readwrite.gml"
      ],
      "import_count": 1
    },
    "lxml": {
      "used_by": [
        "networkx.readwrite.graphml",
        "networkx.readwrite.tests.test_graphml"
      ],
      "import_count": 3
    },
    "textwrap": {
      "used_by": [
        "networkx.readwrite.tests.test_edgelist",
        "networkx.readwrite.tests.test_gml",
        "networkx.readwrite.tests.test_text"
      ],
      "import_count": 3
    },
    "codecs": {
      "used_by": [
        "networkx.readwrite.tests.test_gml"
      ],
      "import_count": 1
    },
    "contextlib": {
      "used_by": [
        "networkx.readwrite.tests.test_gml"
      ],
      "import_count": 1
    },
    "logging": {
      "used_by": [
        "networkx.utils.backends"
      ],
      "import_count": 1
    },
    "threading": {
      "used_by": [
        "networkx.utils.decorators",
        "networkx.utils.tests.test_decorators"
      ],
      "import_count": 2
    },
    "tomllib": {
      "used_by": [
        "tools.generate_requirements"
      ],
      "import_count": 1
    },
    "requests": {
      "used_by": [
        "tools.team_list"
      ],
      "import_count": 1
    }
  },
  "declared_dependencies": {},
  "call_graph": {
    "benchmarks.benchmarks.benchmark_algorithms": [
      {
        "caller": "benchmarks.benchmarks.benchmark_algorithms.UndirectedAlgorithmBenchmarks.setup",
        "callee": "<external>.benchmarks.utils.fetch_drug_interaction_network",
        "lineno": 39,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "benchmarks.benchmarks.benchmark_algorithms.<module>",
        "callee": "benchmarks.benchmarks.benchmark_algorithms._make_tournament_benchmark_graphs",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "benchmarks.benchmarks.benchmark_algorithms._make_weighted_benchmark_graphs",
        "callee": "<external>.benchmarks.utils.benchmark_name_from_func_call",
        "lineno": 211,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "benchmarks.benchmarks.benchmark_algorithms._make_weighted_benchmark_graphs",
        "callee": "<external>.benchmarks.utils.benchmark_name_from_func_call",
        "lineno": 219,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "benchmarks.benchmarks.benchmark_algorithms.<module>",
        "callee": "benchmarks.benchmarks.benchmark_algorithms._make_weighted_benchmark_graphs",
        "lineno": 233,
        "resolution": "direct_name_call"
      }
    ],
    "benchmarks.benchmarks.benchmark_aperiodic": [],
    "benchmarks.benchmarks.benchmark_chordal": [],
    "benchmarks.benchmarks.benchmark_classes": [],
    "benchmarks.benchmarks.benchmark_harmonic_centrality": [
      {
        "caller": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks.setup",
        "callee": "benchmarks.benchmarks.benchmark_harmonic_centrality.HarmonicCentralityBenchmarks.setup.directed_wheel",
        "lineno": 25,
        "resolution": "same_class_name_call"
      }
    ],
    "benchmarks.benchmarks.benchmark_many_components": [],
    "benchmarks.benchmarks.benchmark_neighbors": [],
    "benchmarks.benchmarks.benchmark_regular": [],
    "benchmarks.benchmarks.benchmark_shortest_path": [],
    "benchmarks.benchmarks.benchmark_to_networkx_graph": [],
    "benchmarks.benchmarks.distance_measures": [],
    "benchmarks.benchmarks.utils": [
      {
        "caller": "benchmarks.benchmarks.utils.benchmark_name_from_func_call",
        "callee": "benchmarks.benchmarks.utils.benchmark_name_from_func_call.to_str",
        "lineno": 41,
        "resolution": "nested_function_call"
      },
      {
        "caller": "benchmarks.benchmarks.utils.benchmark_name_from_func_call",
        "callee": "benchmarks.benchmarks.utils.benchmark_name_from_func_call.to_str",
        "lineno": 43,
        "resolution": "nested_function_call"
      }
    ],
    "benchmarks.benchmarks": [],
    "doc.conf": [
      {
        "caller": "doc.conf.<module>",
        "callee": "<external>.warnings.filterwarnings",
        "lineno": 7,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "doc.conf.<module>",
        "callee": "<external>.sphinx_gallery.sorting.ExplicitOrder",
        "lineno": 33,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "doc.conf.<module>",
        "callee": "<external>.pygraphviz.scraper.PNGScraper",
        "lineno": 66,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "doc.conf.<module>",
        "callee": "<external>.intersphinx_registry.get_intersphinx_mapping",
        "lineno": 240,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "doc.conf.new_setitem",
        "callee": "<builtin>.list.append",
        "lineno": 302,
        "resolution": "local_builtin_method_call"
      }
    ],
    "doc.release.contribs": [
      {
        "caller": "doc.release.contribs.call",
        "callee": "<external>.subprocess.check_output",
        "lineno": 21,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 24,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 26,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 31,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 35,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 42,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 44,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 52,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 59,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 76,
        "resolution": "direct_name_call"
      },
      {
        "caller": "doc.release.contribs.<module>",
        "callee": "doc.release.contribs.call",
        "lineno": 80,
        "resolution": "direct_name_call"
      }
    ],
    "doc.release.report_functions_without_rst_generated": [],
    "examples.3d_drawing.mayavi2_spring": [],
    "examples.3d_drawing.plot_3d_animation_basic": [],
    "examples.3d_drawing.plot_3d_animation_walk": [],
    "examples.3d_drawing.plot_basic": [
      {
        "caller": "examples.3d_drawing.plot_basic.<module>",
        "callee": "examples.3d_drawing.plot_basic._format_axes",
        "lineno": 49,
        "resolution": "direct_name_call"
      }
    ],
    "examples.3d_drawing.plot_facebook_3d": [],
    "examples.algorithms.plot_beam_search": [
      {
        "caller": "examples.algorithms.plot_beam_search.<module>",
        "callee": "examples.algorithms.plot_beam_search.progressive_widening_search",
        "lineno": 96,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_betweenness_centrality": [
      {
        "caller": "examples.algorithms.plot_betweenness_centrality.<module>",
        "callee": "<external>.random.sample",
        "lineno": 22,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.algorithms.plot_bipartite_motif_abcore": [],
    "examples.algorithms.plot_blockmodel": [
      {
        "caller": "examples.algorithms.plot_blockmodel.create_hc",
        "callee": "<external>.collections.defaultdict",
        "lineno": 45,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.algorithms.plot_blockmodel.<module>",
        "callee": "examples.algorithms.plot_blockmodel.create_hc",
        "lineno": 58,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_circuits": [
      {
        "caller": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "callee": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "lineno": 42,
        "resolution": "nested_function_call"
      },
      {
        "caller": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "callee": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "lineno": 50,
        "resolution": "nested_function_call"
      },
      {
        "caller": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "callee": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "lineno": 51,
        "resolution": "nested_function_call"
      },
      {
        "caller": "examples.algorithms.plot_circuits.formula_to_string",
        "callee": "examples.algorithms.plot_circuits.formula_to_string._to_string",
        "lineno": 55,
        "resolution": "nested_function_call"
      },
      {
        "caller": "examples.algorithms.plot_circuits.<module>",
        "callee": "examples.algorithms.plot_circuits.circuit_to_formula",
        "lineno": 87,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_circuits.<module>",
        "callee": "examples.algorithms.plot_circuits.formula_to_string",
        "lineno": 88,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_circuits.<module>",
        "callee": "examples.algorithms.plot_circuits.formula_to_string",
        "lineno": 102,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_cycle_detection": [],
    "examples.algorithms.plot_davis_club": [],
    "examples.algorithms.plot_dedensification": [],
    "examples.algorithms.plot_girvan_newman": [
      {
        "caller": "examples.algorithms.plot_girvan_newman.create_community_node_colors",
        "callee": "<builtin>.list.append",
        "lineno": 41,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.algorithms.plot_girvan_newman.visualize_communities",
        "callee": "examples.algorithms.plot_girvan_newman.create_community_node_colors",
        "lineno": 49,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_girvan_newman.<module>",
        "callee": "examples.algorithms.plot_girvan_newman.visualize_communities",
        "lineno": 69,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_girvan_newman.<module>",
        "callee": "examples.algorithms.plot_girvan_newman.visualize_communities",
        "lineno": 70,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_greedy_coloring": [],
    "examples.algorithms.plot_image_segmentation_spectral_graph_partition": [
      {
        "caller": "examples.algorithms.plot_image_segmentation_spectral_graph_partition.<module>",
        "callee": "<external>.sklearn.cluster.SpectralClustering",
        "lineno": 70,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.algorithms.plot_image_segmentation_spectral_graph_partition.<module>",
        "callee": "<builtin>.list.append",
        "lineno": 88,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.algorithms.plot_image_segmentation_spectral_graph_partition.<module>",
        "callee": "examples.algorithms.plot_image_segmentation_spectral_graph_partition._scatter_plot",
        "lineno": 128,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_image_segmentation_spectral_graph_partition.<module>",
        "callee": "examples.algorithms.plot_image_segmentation_spectral_graph_partition._scatter_plot",
        "lineno": 133,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_image_segmentation_spectral_graph_partition.<module>",
        "callee": "examples.algorithms.plot_image_segmentation_spectral_graph_partition._3d_graph_plot",
        "lineno": 188,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_iterated_dynamical_systems": [
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.digitsrep",
        "lineno": 109,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.attractor153_graph",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "lineno": 122,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.attractor153_graph",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "lineno": 126,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.squaring_cycle_graph_old",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "lineno": 136,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.squaring_cycle_graph_old",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "lineno": 140,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.sum_of_digits_graph.f",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "lineno": 150,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.sum_of_digits_graph",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.discrete_dynamics_digraph",
        "lineno": 152,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.squaring_cycle_digraph.f",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "lineno": 157,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.squaring_cycle_digraph",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.discrete_dynamics_digraph",
        "lineno": 159,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.cubing_153_digraph.f",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.powersum",
        "lineno": 164,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.cubing_153_digraph",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.discrete_dynamics_digraph",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.collatz_problem_digraph",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.discrete_dynamics_digraph",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.<module>",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.cubing_153_digraph",
        "lineno": 206,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_iterated_dynamical_systems.<module>",
        "callee": "examples.algorithms.plot_iterated_dynamical_systems.fixed_points",
        "lineno": 210,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_krackhardt_centrality": [],
    "examples.algorithms.plot_lca": [],
    "examples.algorithms.plot_maximum_independent_set": [],
    "examples.algorithms.plot_metric_closure": [
      {
        "caller": "examples.algorithms.plot_metric_closure.<module>",
        "callee": "<external>.pprint.pprint",
        "lineno": 34,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.algorithms.plot_parallel_betweenness": [
      {
        "caller": "examples.algorithms.plot_parallel_betweenness.betweenness_centrality_parallel",
        "callee": "<external>.multiprocessing.Pool",
        "lineno": 40,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.algorithms.plot_parallel_betweenness.betweenness_centrality_parallel",
        "callee": "examples.algorithms.plot_parallel_betweenness.chunks",
        "lineno": 42,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.algorithms.plot_parallel_betweenness.<module>",
        "callee": "examples.algorithms.plot_parallel_betweenness.betweenness_centrality_parallel",
        "lineno": 68,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_rcm": [],
    "examples.algorithms.plot_shortest_path": [],
    "examples.algorithms.plot_snap": [
      {
        "caller": "examples.algorithms.plot_snap.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 48,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.algorithms.plot_snap.<module>",
        "callee": "<builtin>.list.append",
        "lineno": 88,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.algorithms.plot_snap.<module>",
        "callee": "<builtin>.list.append",
        "lineno": 96,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.algorithms.plot_subgraphs": [
      {
        "caller": "examples.algorithms.plot_subgraphs.<module>",
        "callee": "examples.algorithms.plot_subgraphs.graph_partitioning",
        "lineno": 124,
        "resolution": "direct_name_call"
      }
    ],
    "examples.algorithms.plot_trust_rank": [],
    "examples.basic.plot_basic_directed": [
      {
        "caller": "examples.basic.plot_basic_directed.<module>",
        "callee": "<builtin>.dict.update",
        "lineno": 30,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.basic.plot_basic_directed.<module>",
        "callee": "<builtin>.dict.update",
        "lineno": 31,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.basic.plot_properties": [
      {
        "caller": "examples.basic.plot_properties.<module>",
        "callee": "<external>.pprint.pprint",
        "lineno": 25,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.basic.plot_properties.<module>",
        "callee": "<external>.collections.Counter",
        "lineno": 33,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.basic.plot_properties.<module>",
        "callee": "<external>.pprint.pprint",
        "lineno": 36,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.basic.plot_read_write": [],
    "examples.basic.plot_simple_graph": [],
    "examples.drawing.plot_center_node": [],
    "examples.drawing.plot_chess_masters": [
      {
        "caller": "examples.drawing.plot_chess_masters.chess_pgn_graph",
        "callee": "<builtin>.dict.pop",
        "lineno": 59,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.drawing.plot_chess_masters.chess_pgn_graph",
        "callee": "<builtin>.dict.pop",
        "lineno": 60,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.drawing.plot_chess_masters.<module>",
        "callee": "examples.drawing.plot_chess_masters.chess_pgn_graph",
        "lineno": 66,
        "resolution": "direct_name_call"
      }
    ],
    "examples.drawing.plot_clusters": [
      {
        "caller": "examples.drawing.plot_clusters.<module>",
        "callee": "<builtin>.dict.update",
        "lineno": 29,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.drawing.plot_custom_node_icons": [
      {
        "caller": "examples.drawing.plot_custom_node_icons.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 23,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.drawing.plot_degree": [],
    "examples.drawing.plot_directed": [],
    "examples.drawing.plot_edge_colormap": [],
    "examples.drawing.plot_ego_graph": [
      {
        "caller": "examples.drawing.plot_ego_graph.<module>",
        "callee": "<external>.operator.itemgetter",
        "lineno": 23,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.drawing.plot_eigenvalues": [],
    "examples.drawing.plot_four_grids": [],
    "examples.drawing.plot_house_with_colors": [],
    "examples.drawing.plot_knuth_miles": [
      {
        "caller": "examples.drawing.plot_knuth_miles.miles_graph",
        "callee": "<builtin>.list.insert",
        "lineno": 62,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.drawing.plot_knuth_miles.<module>",
        "callee": "examples.drawing.plot_knuth_miles.miles_graph",
        "lineno": 73,
        "resolution": "direct_name_call"
      }
    ],
    "examples.drawing.plot_labels_and_colors": [],
    "examples.drawing.plot_multigraphs": [
      {
        "caller": "examples.drawing.plot_multigraphs.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 64,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.drawing.plot_multigraphs.<module>",
        "callee": "examples.drawing.plot_multigraphs.draw_labeled_multigraph",
        "lineno": 68,
        "resolution": "direct_name_call"
      }
    ],
    "examples.drawing.plot_multipartite_graph": [
      {
        "caller": "examples.drawing.plot_multipartite_graph.<module>",
        "callee": "examples.drawing.plot_multipartite_graph.multilayered_graph",
        "lineno": 35,
        "resolution": "direct_name_call"
      }
    ],
    "examples.drawing.plot_node_colormap": [],
    "examples.drawing.plot_rainbow_coloring": [
      {
        "caller": "examples.drawing.plot_rainbow_coloring.<module>",
        "callee": "examples.drawing.plot_rainbow_coloring.cycle",
        "lineno": 54,
        "resolution": "direct_name_call"
      }
    ],
    "examples.drawing.plot_random_geometric_graph": [],
    "examples.drawing.plot_sampson": [],
    "examples.drawing.plot_selfloops": [],
    "examples.drawing.plot_simple_path": [],
    "examples.drawing.plot_spectral_grid": [],
    "examples.drawing.plot_spring_layout": [
      {
        "caller": "examples.drawing.plot_spring_layout.<module>",
        "callee": "<builtin>.list.append",
        "lineno": 59,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.drawing.plot_spring_layout.<module>",
        "callee": "<builtin>.list.append",
        "lineno": 64,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.drawing.plot_spring_layout.<module>",
        "callee": "<builtin>.list.append",
        "lineno": 69,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.drawing.plot_spring_layout.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 76,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.drawing.plot_tsp": [],
    "examples.drawing.plot_unix_email": [
      {
        "caller": "examples.drawing.plot_unix_email.mbox_graph",
        "callee": "<external>.email.utils.parseaddr",
        "lineno": 37,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.drawing.plot_unix_email.mbox_graph",
        "callee": "<external>.email.utils.getaddresses",
        "lineno": 44,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.drawing.plot_unix_email.<module>",
        "callee": "examples.drawing.plot_unix_email.mbox_graph",
        "lineno": 52,
        "resolution": "direct_name_call"
      }
    ],
    "examples.drawing.plot_weighted_graph": [],
    "examples.external.javascript_force": [],
    "examples.external.plot_igraph": [],
    "examples.external.plot_iplotx": [
      {
        "caller": "examples.external.plot_iplotx.<module>",
        "callee": "<external>.collections.defaultdict",
        "lineno": 36,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.geospatial.plot_delaunay": [
      {
        "caller": "examples.geospatial.plot_delaunay.<module>",
        "callee": "<external>.libpysal.cg.voronoi_frames",
        "lineno": 42,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.geospatial.plot_delaunay.<module>",
        "callee": "<external>.contextily.add_basemap",
        "lineno": 62,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.geospatial.plot_lines": [
      {
        "caller": "examples.geospatial.plot_lines.<module>",
        "callee": "<external>.contextily.add_basemap",
        "lineno": 79,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "examples.geospatial.plot_lines.<module>",
        "callee": "<external>.contextily.add_basemap",
        "lineno": 98,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.geospatial.plot_osmnx": [],
    "examples.geospatial.plot_points": [
      {
        "caller": "examples.geospatial.plot_points.<module>",
        "callee": "<external>.contextily.add_basemap",
        "lineno": 55,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.geospatial.plot_polygons": [],
    "examples.graph.plot_dag_layout": [],
    "examples.graph.plot_degree_sequence": [
      {
        "caller": "examples.graph.plot_degree_sequence.<module>",
        "callee": "<external>.pprint.pprint",
        "lineno": 29,
        "resolution": "external_constructor_call"
      }
    ],
    "examples.graph.plot_erdos_renyi": [],
    "examples.graph.plot_expected_degree_sequence": [],
    "examples.graph.plot_football": [
      {
        "caller": "examples.graph.plot_football.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 61,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.graph.plot_karate_club": [],
    "examples.graph.plot_morse_trie": [
      {
        "caller": "examples.graph.plot_morse_trie.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 54,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.graph.plot_morse_trie.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 58,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.graph.plot_morse_trie.morse_encode",
        "callee": "examples.graph.plot_morse_trie.morse_encode",
        "lineno": 89,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.graph.plot_morse_trie.<module>",
        "callee": "examples.graph.plot_morse_trie.morse_encode",
        "lineno": 96,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.graph.plot_morse_trie.<module>",
        "callee": "examples.graph.plot_morse_trie.morse_encode",
        "lineno": 98,
        "resolution": "direct_name_call"
      }
    ],
    "examples.graph.plot_mst": [],
    "examples.graph.plot_napoleon_russian_campaign": [
      {
        "caller": "examples.graph.plot_napoleon_russian_campaign.minard_graph",
        "callee": "<builtin>.str.split",
        "lineno": 91,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.graph.plot_napoleon_russian_campaign.minard_graph",
        "callee": "<builtin>.list.append",
        "lineno": 113,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "examples.graph.plot_napoleon_russian_campaign.<module>",
        "callee": "examples.graph.plot_napoleon_russian_campaign.minard_graph",
        "lineno": 118,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.graph.plot_napoleon_russian_campaign.<module>",
        "callee": "<builtin>.list.pop",
        "lineno": 124,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.graph.plot_roget": [
      {
        "caller": "examples.graph.plot_roget.<module>",
        "callee": "examples.graph.plot_roget.roget_graph",
        "lineno": 66,
        "resolution": "direct_name_call"
      }
    ],
    "examples.graph.plot_triad_types": [
      {
        "caller": "examples.graph.plot_triad_types.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 37,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.graph.plot_visibility_graph": [
      {
        "caller": "examples.graph.plot_visibility_graph.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 37,
        "resolution": "local_builtin_method_call"
      }
    ],
    "examples.graph.plot_words": [
      {
        "caller": "examples.graph.plot_words.generate_graph",
        "callee": "examples.graph.plot_words.generate_graph.edit_distance_one",
        "lineno": 40,
        "resolution": "nested_function_call"
      },
      {
        "caller": "examples.graph.plot_words.words_graph",
        "callee": "examples.graph.plot_words.generate_graph",
        "lineno": 59,
        "resolution": "direct_name_call"
      },
      {
        "caller": "examples.graph.plot_words.<module>",
        "callee": "examples.graph.plot_words.words_graph",
        "lineno": 62,
        "resolution": "direct_name_call"
      }
    ],
    "examples.graphviz_drawing.plot_attributes": [],
    "examples.graphviz_drawing.plot_conversion": [],
    "examples.graphviz_drawing.plot_grid": [],
    "examples.graphviz_drawing.plot_mini_atlas": [],
    "examples.graphviz_layout.plot_atlas": [
      {
        "caller": "examples.graphviz_layout.plot_atlas.<module>",
        "callee": "examples.graphviz_layout.plot_atlas.atlas6",
        "lineno": 38,
        "resolution": "direct_name_call"
      }
    ],
    "examples.graphviz_layout.plot_circular_tree": [],
    "examples.graphviz_layout.plot_decomposition": [],
    "examples.graphviz_layout.plot_giant_component": [],
    "examples.graphviz_layout.plot_lanl_routes": [
      {
        "caller": "examples.graphviz_layout.plot_lanl_routes.<module>",
        "callee": "examples.graphviz_layout.plot_lanl_routes.lanl_graph",
        "lineno": 46,
        "resolution": "direct_name_call"
      }
    ],
    "examples.subclass.plot_antigraph": [
      {
        "caller": "examples.subclass.plot_antigraph.<module>",
        "callee": "examples.subclass.plot_antigraph.AntiGraph.<class>",
        "lineno": 163,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "examples.subclass.plot_antigraph.<module>",
        "callee": "examples.subclass.plot_antigraph.AntiGraph.<class>",
        "lineno": 165,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "examples.subclass.plot_antigraph.<module>",
        "callee": "examples.subclass.plot_antigraph.AntiGraph.<class>",
        "lineno": 167,
        "resolution": "same_module_class_call"
      }
    ],
    "examples.subclass.plot_printgraph": [
      {
        "caller": "examples.subclass.plot_printgraph.PrintGraph.add_nodes_from",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.add_node",
        "lineno": 36,
        "resolution": "self_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.PrintGraph.remove_nodes_from",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.remove_node",
        "lineno": 44,
        "resolution": "self_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.PrintGraph.add_edges_from",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.add_edge",
        "lineno": 53,
        "resolution": "self_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.PrintGraph.remove_edges_from",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.remove_edge",
        "lineno": 62,
        "resolution": "self_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.__init__",
        "lineno": 69,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.add_node",
        "lineno": 70,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.add_nodes_from",
        "lineno": 71,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.remove_node",
        "lineno": 72,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.remove_nodes_from",
        "lineno": 73,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.add_edge",
        "lineno": 75,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.remove_edge",
        "lineno": 77,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.add_edges_from",
        "lineno": 78,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.remove_edges_from",
        "lineno": 80,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "examples.subclass.plot_printgraph.<module>",
        "callee": "examples.subclass.plot_printgraph.PrintGraph.__init__",
        "lineno": 83,
        "resolution": "same_module_class_call"
      }
    ],
    "networkx.conftest": [
      {
        "caller": "networkx.conftest.pytest_configure",
        "callee": "<external>.importlib.metadata.entry_points",
        "lineno": 49,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.convert": [
      {
        "caller": "networkx.convert.to_networkx_graph",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 76,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert.to_networkx_graph",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 96,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert.to_networkx_graph",
        "callee": "networkx.convert.from_dict_of_lists",
        "lineno": 105,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert.to_networkx_graph",
        "callee": "networkx.convert.from_edgelist",
        "lineno": 112,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert.to_networkx_graph",
        "callee": "networkx.convert.from_edgelist",
        "lineno": 179,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert.to_dict_of_dicts",
        "callee": "<builtin>.dict.fromkeys",
        "lineno": 358,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.convert_matrix": [
      {
        "caller": "networkx.convert_matrix.to_pandas_adjacency",
        "callee": "networkx.convert_matrix.to_numpy_array",
        "lineno": 139,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert_matrix.from_pandas_adjacency",
        "callee": "networkx.convert_matrix.from_numpy_array",
        "lineno": 218,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert_matrix.to_pandas_edgelist",
        "callee": "<builtin>.dict.update",
        "lineno": 313,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.convert_matrix.from_pandas_edgelist",
        "callee": "<builtin>.list.append",
        "lineno": 447,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.convert_matrix._generate_weighted_edges",
        "callee": "networkx.convert_matrix._csr_gen_triples",
        "lineno": 773,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert_matrix._generate_weighted_edges",
        "callee": "networkx.convert_matrix._csc_gen_triples",
        "lineno": 775,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert_matrix._generate_weighted_edges",
        "callee": "networkx.convert_matrix._dok_gen_triples",
        "lineno": 777,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert_matrix._generate_weighted_edges",
        "callee": "networkx.convert_matrix._coo_gen_triples",
        "lineno": 779,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert_matrix.from_scipy_sparse_array",
        "callee": "networkx.convert_matrix._generate_weighted_edges",
        "lineno": 863,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.convert_matrix.to_numpy_array",
        "callee": "<external>.collections.defaultdict",
        "lineno": 1094,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.convert_matrix.to_numpy_array",
        "callee": "<builtin>.list.append",
        "lineno": 1108,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.convert_matrix.to_numpy_array",
        "callee": "<builtin>.list.append",
        "lineno": 1121,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.exception": [],
    "networkx.lazy_imports": [
      {
        "caller": "networkx.lazy_imports.attach",
        "callee": "<builtin>.dict.items",
        "lineno": 58,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.lazy_imports.attach",
        "callee": "<builtin>.dict.keys",
        "lineno": 61,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.lazy_imports.attach",
        "callee": "<builtin>.dict.keys",
        "lineno": 76,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.lazy_imports.attach",
        "callee": "networkx.lazy_imports.attach.__getattr__",
        "lineno": 77,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.lazy_imports._lazy_import",
        "callee": "networkx.lazy_imports.DelayedImportErrorModule.__init__",
        "lineno": 178,
        "resolution": "same_module_class_call"
      }
    ],
    "networkx.relabel": [
      {
        "caller": "networkx.relabel.relabel_nodes",
        "callee": "networkx.relabel._relabel_copy",
        "lineno": 125,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.relabel.relabel_nodes",
        "callee": "networkx.relabel._relabel_inplace",
        "lineno": 127,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.relabel.convert_node_labels_to_integers",
        "callee": "<builtin>.list.sort",
        "lineno": 272,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.relabel.convert_node_labels_to_integers",
        "callee": "<builtin>.list.sort",
        "lineno": 276,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.relabel.convert_node_labels_to_integers",
        "callee": "<builtin>.list.reverse",
        "lineno": 277,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.relabel.convert_node_labels_to_integers",
        "callee": "networkx.relabel.relabel_nodes",
        "lineno": 281,
        "resolution": "direct_name_call"
      }
    ],
    "networkx": [
      {
        "caller": "networkx.<module>",
        "callee": "networkx.utils.backends._set_configs_from_environment",
        "lineno": 23,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.algorithms.asteroidal": [
      {
        "caller": "networkx.algorithms.asteroidal.find_asteroidal_triple",
        "callee": "networkx.algorithms.asteroidal.create_component_structure",
        "lineno": 67,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.asteroidal.is_at_free",
        "callee": "networkx.algorithms.asteroidal.find_asteroidal_triple",
        "lineno": 117,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.boundary": [],
    "networkx.algorithms.bridges": [
      {
        "caller": "networkx.algorithms.bridges.has_bridges",
        "callee": "networkx.algorithms.bridges.bridges",
        "lineno": 136,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.broadcasting": [
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "<builtin>.dict.update",
        "lineno": 85,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "<builtin>.set.add",
        "lineno": 94,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "<builtin>.set.remove",
        "lineno": 95,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "<builtin>.dict.update",
        "lineno": 101,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "networkx.algorithms.broadcasting._get_max_broadcast_value",
        "lineno": 101,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "<builtin>.set.add",
        "lineno": 102,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "networkx.algorithms.broadcasting._get_max_broadcast_value",
        "lineno": 106,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "callee": "networkx.algorithms.broadcasting._get_broadcast_centers",
        "lineno": 107,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.broadcasting.tree_broadcast_time",
        "callee": "networkx.algorithms.broadcasting.tree_broadcast_center",
        "lineno": 159,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.chains": [
      {
        "caller": "networkx.algorithms.chains.chain_decomposition._dfs_cycle_forest",
        "callee": "<builtin>.list.append",
        "lineno": 107,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.chains.chain_decomposition._dfs_cycle_forest",
        "callee": "<builtin>.list.append",
        "lineno": 111,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.chains.chain_decomposition",
        "callee": "networkx.algorithms.chains.chain_decomposition._dfs_cycle_forest",
        "lineno": 152,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.chains.chain_decomposition",
        "callee": "networkx.algorithms.chains.chain_decomposition._build_chain",
        "lineno": 171,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.chordal": [
      {
        "caller": "networkx.algorithms.chordal.is_chordal",
        "callee": "networkx.algorithms.chordal._find_chordality_breaker",
        "lineno": 89,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal.find_induced_nodes",
        "callee": "networkx.algorithms.chordal.is_chordal",
        "lineno": 148,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal.find_induced_nodes",
        "callee": "networkx.algorithms.chordal._find_chordality_breaker",
        "lineno": 154,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal.find_induced_nodes",
        "callee": "networkx.algorithms.chordal._find_chordality_breaker",
        "lineno": 161,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal.chordal_graph_cliques",
        "callee": "<builtin>.set.add",
        "lineno": 234,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.chordal.chordal_graph_cliques",
        "callee": "networkx.algorithms.chordal._is_complete_graph",
        "lineno": 237,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal.chordal_graph_treewidth",
        "callee": "networkx.algorithms.chordal.is_chordal",
        "lineno": 281,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal._find_chordality_breaker",
        "callee": "<builtin>.set.add",
        "lineno": 331,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.chordal._find_chordality_breaker",
        "callee": "networkx.algorithms.chordal._is_complete_graph",
        "lineno": 334,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal._find_chordality_breaker",
        "callee": "networkx.algorithms.chordal._find_missing_edge",
        "lineno": 344,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.chordal.complete_to_chordal_graph",
        "callee": "<builtin>.list.append",
        "lineno": 406,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.chordal.complete_to_chordal_graph",
        "callee": "<builtin>.list.append",
        "lineno": 414,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.clique": [
      {
        "caller": "networkx.algorithms.clique.enumerate_all_cliques",
        "callee": "<external>.collections.deque",
        "lineno": 83,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.clique.enumerate_all_cliques",
        "callee": "<external>.itertools.chain",
        "lineno": 95,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.clique.enumerate_all_cliques",
        "callee": "<external>.itertools.islice",
        "lineno": 96,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.clique.find_cliques",
        "callee": "<builtin>.list.append",
        "lineno": 287,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.find_cliques",
        "callee": "<builtin>.list.pop",
        "lineno": 295,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.find_cliques_recursive.expand",
        "callee": "networkx.algorithms.clique.find_cliques_recursive.expand",
        "lineno": 417,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.clique.find_cliques_recursive",
        "callee": "networkx.algorithms.clique.find_cliques_recursive.expand",
        "lineno": 420,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.clique.make_max_clique_graph",
        "callee": "networkx.algorithms.clique.find_cliques",
        "lineno": 462,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.clique.make_max_clique_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 466,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.clique.make_clique_bipartite",
        "callee": "networkx.algorithms.clique.find_cliques",
        "lineno": 511,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.clique.node_clique_number",
        "callee": "networkx.algorithms.clique.find_cliques",
        "lineno": 559,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.clique.node_clique_number",
        "callee": "networkx.algorithms.clique.find_cliques",
        "lineno": 562,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.clique.node_clique_number",
        "callee": "networkx.algorithms.clique.find_cliques",
        "lineno": 566,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.clique.node_clique_number",
        "callee": "<external>.collections.defaultdict",
        "lineno": 574,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.clique.number_of_cliques",
        "callee": "networkx.algorithms.clique.find_cliques",
        "lineno": 648,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.clique.number_of_cliques",
        "callee": "<external>.collections.Counter",
        "lineno": 658,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.clique.MaxWeightClique.greedily_find_independent_set",
        "callee": "<builtin>.list.append",
        "lineno": 722,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.MaxWeightClique.find_branching_nodes",
        "callee": "networkx.algorithms.clique.MaxWeightClique.greedily_find_independent_set",
        "lineno": 732,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.MaxWeightClique.expand",
        "callee": "networkx.algorithms.clique.MaxWeightClique.update_incumbent_if_improved",
        "lineno": 747,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.MaxWeightClique.expand",
        "callee": "networkx.algorithms.clique.MaxWeightClique.find_branching_nodes",
        "lineno": 748,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.MaxWeightClique.expand",
        "callee": "networkx.algorithms.clique.MaxWeightClique.expand",
        "lineno": 755,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.MaxWeightClique.find_max_weight_clique",
        "callee": "networkx.algorithms.clique.MaxWeightClique.expand",
        "lineno": 762,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.clique.max_weight_clique",
        "callee": "networkx.algorithms.clique.MaxWeightClique.__init__",
        "lineno": 816,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.clique.max_weight_clique",
        "callee": "networkx.algorithms.clique.MaxWeightClique.find_max_weight_clique",
        "lineno": 817,
        "resolution": "local_typed_method_call"
      }
    ],
    "networkx.algorithms.cluster": [
      {
        "caller": "networkx.algorithms.cluster.triangles",
        "callee": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "lineno": 68,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.triangles",
        "callee": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "lineno": 72,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.triangles",
        "callee": "<external>.collections.Counter",
        "lineno": 86,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cluster.triangles",
        "callee": "<builtin>.dict.items",
        "lineno": 87,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "callee": "<external>.collections.Counter",
        "lineno": 114,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter.wt",
        "lineno": 153,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter.wt",
        "lineno": 155,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter.wt",
        "lineno": 155,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_triangles_and_degree_iter",
        "callee": "<external>.itertools.chain",
        "lineno": 177,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_triangles_and_degree_iter",
        "callee": "<external>.itertools.chain",
        "lineno": 182,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 225,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 225,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 225,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 228,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 228,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 228,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 231,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 231,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 231,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 234,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 234,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 234,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 241,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 241,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 241,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 244,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 244,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 244,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 247,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 247,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 247,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 250,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 250,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter.wt",
        "lineno": 250,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cluster.all_triangles",
        "callee": "<external>.itertools.chain",
        "lineno": 304,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cluster.all_triangles",
        "callee": "<builtin>.dict.get",
        "lineno": 315,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cluster.all_triangles",
        "callee": "<builtin>.dict.get",
        "lineno": 320,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cluster.average_clustering",
        "callee": "networkx.algorithms.cluster.clustering",
        "lineno": 378,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.clustering",
        "callee": "networkx.algorithms.cluster._directed_weighted_triangles_and_degree_iter",
        "lineno": 474,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.clustering",
        "callee": "networkx.algorithms.cluster._directed_triangles_and_degree_iter",
        "lineno": 480,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.clustering",
        "callee": "networkx.algorithms.cluster._weighted_triangles_and_degree_iter",
        "lineno": 488,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.clustering",
        "callee": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "lineno": 491,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.transitivity",
        "callee": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "lineno": 533,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.generalized_degree",
        "callee": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "lineno": 731,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cluster.generalized_degree",
        "callee": "networkx.algorithms.cluster._triangles_and_degree_iter",
        "lineno": 732,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.communicability_alg": [],
    "networkx.algorithms.core": [
      {
        "caller": "networkx.algorithms.core.core_number",
        "callee": "<builtin>.list.extend",
        "lineno": 105,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.core._core_subgraph",
        "callee": "networkx.algorithms.core.core_number",
        "lineno": 145,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.core.k_core",
        "callee": "networkx.algorithms.core._core_subgraph",
        "lineno": 210,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.core.k_shell",
        "callee": "networkx.algorithms.core._core_subgraph",
        "lineno": 277,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.core.k_corona",
        "callee": "networkx.algorithms.core._core_subgraph",
        "lineno": 406,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.core.k_truss",
        "callee": "<builtin>.list.append",
        "lineno": 483,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.core.onion_layers",
        "callee": "<builtin>.list.append",
        "lineno": 577,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.covering": [
      {
        "caller": "networkx.algorithms.covering.min_edge_cover",
        "callee": "<external>.functools.partial",
        "lineno": 82,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.cuts": [
      {
        "caller": "networkx.algorithms.cuts.cut_size",
        "callee": "<external>.itertools.chain",
        "lineno": 81,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cuts.normalized_cut_size",
        "callee": "networkx.algorithms.cuts.cut_size",
        "lineno": 175,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cuts.normalized_cut_size",
        "callee": "networkx.algorithms.cuts.volume",
        "lineno": 176,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cuts.normalized_cut_size",
        "callee": "networkx.algorithms.cuts.volume",
        "lineno": 177,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cuts.conductance",
        "callee": "networkx.algorithms.cuts.cut_size",
        "lineno": 223,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cuts.conductance",
        "callee": "networkx.algorithms.cuts.volume",
        "lineno": 224,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cuts.conductance",
        "callee": "networkx.algorithms.cuts.volume",
        "lineno": 225,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cuts.edge_expansion",
        "callee": "networkx.algorithms.cuts.cut_size",
        "lineno": 272,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cuts.mixing_expansion",
        "callee": "networkx.algorithms.cuts.cut_size",
        "lineno": 317,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.cycles": [
      {
        "caller": "networkx.algorithms.cycles.cycle_basis",
        "callee": "<builtin>.list.pop",
        "lineno": 80,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.cycle_basis",
        "callee": "<builtin>.list.append",
        "lineno": 85,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.cycle_basis",
        "callee": "<builtin>.list.append",
        "lineno": 88,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.cycle_basis",
        "callee": "<builtin>.list.append",
        "lineno": 94,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.cycle_basis",
        "callee": "<builtin>.list.append",
        "lineno": 96,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.cycle_basis",
        "callee": "<builtin>.list.append",
        "lineno": 97,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.simple_cycles",
        "callee": "networkx.algorithms.cycles._directed_cycle_search",
        "lineno": 235,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles.simple_cycles",
        "callee": "networkx.algorithms.cycles._undirected_cycle_search",
        "lineno": 237,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles._directed_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 278,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._directed_cycle_search",
        "callee": "networkx.algorithms.cycles._johnson_cycle_search",
        "lineno": 282,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles._directed_cycle_search",
        "callee": "networkx.algorithms.cycles._bounded_cycle_search",
        "lineno": 284,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles._directed_cycle_search",
        "callee": "<builtin>.list.extend",
        "lineno": 287,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._undirected_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 328,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._undirected_cycle_search",
        "callee": "networkx.algorithms.cycles._johnson_cycle_search",
        "lineno": 334,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles._undirected_cycle_search",
        "callee": "networkx.algorithms.cycles._bounded_cycle_search",
        "lineno": 336,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles._undirected_cycle_search",
        "callee": "<builtin>.list.extend",
        "lineno": 337,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "networkx.algorithms.cycles._NeighborhoodCache.__init__",
        "lineno": 380,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "<external>.collections.defaultdict",
        "lineno": 382,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "<builtin>.list.append",
        "lineno": 394,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "<builtin>.list.append",
        "lineno": 395,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 399,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 401,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "<builtin>.set.pop",
        "lineno": 406,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._johnson_cycle_search",
        "callee": "<builtin>.set.update",
        "lineno": 409,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "networkx.algorithms.cycles._NeighborhoodCache.__init__",
        "lineno": 441,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<external>.collections.defaultdict",
        "lineno": 443,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.dict.get",
        "lineno": 453,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.list.append",
        "lineno": 455,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.list.append",
        "lineno": 457,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 460,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 462,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 468,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.dict.get",
        "lineno": 469,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._bounded_cycle_search",
        "callee": "<builtin>.list.extend",
        "lineno": 471,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles.stems",
        "callee": "<external>.itertools.product",
        "lineno": 662,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles.stems",
        "callee": "<external>.itertools.combinations",
        "lineno": 672,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles",
        "callee": "<builtin>.list.pop",
        "lineno": 676,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles",
        "callee": "networkx.algorithms.cycles.chordless_cycles.stems",
        "lineno": 680,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles",
        "callee": "networkx.algorithms.cycles._NeighborhoodCache.__init__",
        "lineno": 685,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles",
        "callee": "networkx.algorithms.cycles._NeighborhoodCache.__init__",
        "lineno": 686,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles",
        "callee": "networkx.algorithms.cycles._chordless_cycle_search",
        "lineno": 687,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles.chordless_cycles",
        "callee": "<builtin>.list.extend",
        "lineno": 689,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._chordless_cycle_search",
        "callee": "<external>.collections.defaultdict",
        "lineno": 739,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cycles._chordless_cycle_search",
        "callee": "<builtin>.list.append",
        "lineno": 761,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._chordless_cycle_search",
        "callee": "<builtin>.list.pop",
        "lineno": 764,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.recursive_simple_cycles._unblock",
        "callee": "networkx.algorithms.cycles.recursive_simple_cycles._unblock",
        "lineno": 824,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.recursive_simple_cycles.circuit",
        "callee": "networkx.algorithms.cycles.recursive_simple_cycles.circuit",
        "lineno": 835,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.recursive_simple_cycles.circuit",
        "callee": "networkx.algorithms.cycles.recursive_simple_cycles._unblock",
        "lineno": 838,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.recursive_simple_cycles",
        "callee": "<external>.collections.defaultdict",
        "lineno": 847,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cycles.recursive_simple_cycles",
        "callee": "<external>.collections.defaultdict",
        "lineno": 848,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.cycles.recursive_simple_cycles",
        "callee": "<builtin>.list.append",
        "lineno": 856,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.recursive_simple_cycles",
        "callee": "networkx.algorithms.cycles.recursive_simple_cycles.circuit",
        "lineno": 876,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "networkx.algorithms.cycles.find_cycle.tailhead",
        "lineno": 982,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "<builtin>.list.pop",
        "lineno": 995,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "networkx.algorithms.cycles.find_cycle.tailhead",
        "lineno": 1001,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "<builtin>.set.remove",
        "lineno": 1002,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "networkx.algorithms.cycles.find_cycle.tailhead",
        "lineno": 1005,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "<builtin>.list.append",
        "lineno": 1008,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "<builtin>.list.extend",
        "lineno": 1012,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "<builtin>.set.add",
        "lineno": 1016,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "<builtin>.set.add",
        "lineno": 1017,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles.find_cycle",
        "callee": "networkx.algorithms.cycles.find_cycle.tailhead",
        "lineno": 1033,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.cycles.minimum_cycle_basis",
        "callee": "networkx.algorithms.cycles._min_cycle_basis",
        "lineno": 1082,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles._min_cycle_basis",
        "callee": "<builtin>.list.pop",
        "lineno": 1098,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._min_cycle_basis",
        "callee": "networkx.algorithms.cycles._min_cycle",
        "lineno": 1100,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.cycles._min_cycle_basis",
        "callee": "<builtin>.list.append",
        "lineno": 1101,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._min_cycle",
        "callee": "<builtin>.list.append",
        "lineno": 1161,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.cycles._min_cycle",
        "callee": "<builtin>.list.append",
        "lineno": 1164,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.dag": [
      {
        "caller": "networkx.algorithms.dag.has_cycle",
        "callee": "<external>.collections.deque",
        "lineno": 127,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.dag.has_cycle",
        "callee": "networkx.algorithms.dag.topological_sort",
        "lineno": 127,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.dag.is_directed_acyclic_graph",
        "callee": "networkx.algorithms.dag.has_cycle",
        "lineno": 172,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.dag.topological_generations",
        "callee": "<builtin>.list.append",
        "lineno": 248,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.lexicographical_topological_sort.create_tuple",
        "callee": "networkx.algorithms.dag.lexicographical_topological_sort.key",
        "lineno": 441,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.dag.lexicographical_topological_sort",
        "callee": "networkx.algorithms.dag.lexicographical_topological_sort.create_tuple",
        "lineno": 445,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.dag.lexicographical_topological_sort",
        "callee": "networkx.algorithms.dag.lexicographical_topological_sort.create_tuple",
        "lineno": 460,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.dag.all_topological_sorts",
        "callee": "<external>.collections.deque",
        "lineno": 528,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.dag.all_topological_sorts",
        "callee": "<builtin>.list.pop",
        "lineno": 543,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.all_topological_sorts",
        "callee": "<builtin>.list.pop",
        "lineno": 563,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.all_topological_sorts",
        "callee": "<builtin>.list.append",
        "lineno": 584,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.all_topological_sorts",
        "callee": "<builtin>.list.append",
        "lineno": 588,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.is_aperiodic",
        "callee": "<external>.math.gcd",
        "lineno": 727,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.dag.transitive_closure_dag",
        "callee": "networkx.algorithms.dag.topological_sort",
        "lineno": 872,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.dag.transitive_reduction",
        "callee": "networkx.algorithms.dag.is_directed_acyclic_graph",
        "lineno": 935,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.dag.antichains",
        "callee": "<builtin>.list.pop",
        "lineno": 1012,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.antichains",
        "callee": "<builtin>.list.append",
        "lineno": 1021,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.dag_longest_path",
        "callee": "<builtin>.list.append",
        "lineno": 1114,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.dag_longest_path",
        "callee": "<builtin>.list.reverse",
        "lineno": 1118,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dag.root_to_leaf_paths",
        "callee": "<external>.itertools.product",
        "lineno": 1192,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.dag.dag_to_branching",
        "callee": "networkx.algorithms.dag.has_cycle",
        "lineno": 1284,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.dag.dag_to_branching",
        "callee": "networkx.algorithms.dag.root_to_leaf_paths",
        "lineno": 1287,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.dag.v_structures",
        "callee": "networkx.algorithms.dag.colliders",
        "lineno": 1349,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.dag.colliders",
        "callee": "<external>.itertools.combinations",
        "lineno": 1409,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.distance_measures": [
      {
        "caller": "networkx.algorithms.distance_measures.diameter",
        "callee": "networkx.algorithms.distance_measures._extrema_bounding",
        "lineno": 419,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.diameter",
        "callee": "networkx.algorithms.distance_measures.eccentricity",
        "lineno": 421,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.periphery",
        "callee": "networkx.algorithms.distance_measures._extrema_bounding",
        "lineno": 564,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.periphery",
        "callee": "networkx.algorithms.distance_measures.eccentricity",
        "lineno": 566,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.radius",
        "callee": "networkx.algorithms.distance_measures._extrema_bounding",
        "lineno": 639,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.radius",
        "callee": "networkx.algorithms.distance_measures.eccentricity",
        "lineno": 641,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.center",
        "callee": "networkx.algorithms.distance_measures._extrema_bounding",
        "lineno": 711,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.center",
        "callee": "networkx.algorithms.distance_measures.eccentricity",
        "lineno": 715,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_measures.centroid",
        "callee": "<builtin>.list.append",
        "lineno": 806,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.distance_regular": [
      {
        "caller": "networkx.algorithms.distance_regular.is_distance_regular",
        "callee": "networkx.algorithms.distance_regular.intersection_array",
        "lineno": 66,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.intersection_array",
        "callee": "<external>.collections.defaultdict",
        "lineno": 169,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.intersection_array",
        "callee": "<external>.math.log",
        "lineno": 177,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.intersection_array",
        "callee": "<external>.itertools.combinations_with_replacement",
        "lineno": 178,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.intersection_array",
        "callee": "<builtin>.dict.get",
        "lineno": 207,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.intersection_array",
        "callee": "<builtin>.dict.get",
        "lineno": 207,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.intersection_array",
        "callee": "<builtin>.dict.get",
        "lineno": 213,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.intersection_array",
        "callee": "<builtin>.dict.get",
        "lineno": 214,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.is_strongly_regular",
        "callee": "networkx.algorithms.distance_regular.is_distance_regular",
        "lineno": 272,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.distance_regular.is_strongly_regular",
        "callee": "networkx.algorithms.distance_measures.diameter",
        "lineno": 272,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.dominance": [
      {
        "caller": "networkx.algorithms.dominance.immediate_dominators",
        "callee": "<external>.functools.reduce",
        "lineno": 84,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.dominating": [
      {
        "caller": "networkx.algorithms.dominating.dominating_set",
        "callee": "<builtin>.set.add",
        "lineno": 68,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.dominating.connected_dominating_set",
        "callee": "<external>.itertools.count",
        "lineno": 199,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.dominating.connected_dominating_set",
        "callee": "<external>.heapq.heappop",
        "lineno": 220,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.dominating.connected_dominating_set",
        "callee": "<external>.heapq.heappush",
        "lineno": 223,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.dominating.connected_dominating_set",
        "callee": "<external>.heapq.heappush",
        "lineno": 231,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.d_separation": [
      {
        "caller": "networkx.algorithms.d_separation.is_d_separator",
        "callee": "<external>.collections.deque",
        "lineno": 297,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.d_separation.is_d_separator",
        "callee": "<external>.collections.deque",
        "lineno": 301,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.d_separation.find_minimal_d_separator",
        "callee": "networkx.algorithms.d_separation._reachable",
        "lineno": 435,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.d_separation.find_minimal_d_separator",
        "callee": "networkx.algorithms.d_separation._reachable",
        "lineno": 440,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.d_separation.is_minimal_d_separator",
        "callee": "networkx.algorithms.d_separation._reachable",
        "lineno": 573,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.d_separation.is_minimal_d_separator",
        "callee": "networkx.algorithms.d_separation._reachable",
        "lineno": 582,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.d_separation._reachable",
        "callee": "<external>.collections.deque",
        "lineno": 659,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.d_separation._reachable",
        "callee": "<external>.itertools.chain",
        "lineno": 671,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.d_separation._reachable",
        "callee": "networkx.algorithms.d_separation._reachable._pass",
        "lineno": 673,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.efficiency_measures": [
      {
        "caller": "networkx.algorithms.efficiency_measures.local_efficiency",
        "callee": "networkx.algorithms.efficiency_measures.global_efficiency",
        "lineno": 165,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.euler": [
      {
        "caller": "networkx.algorithms.euler.is_semieulerian",
        "callee": "networkx.algorithms.euler.has_eulerian_path",
        "lineno": 84,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.is_semieulerian",
        "callee": "networkx.algorithms.euler.is_eulerian",
        "lineno": 84,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler._find_path_start",
        "callee": "networkx.algorithms.euler.has_eulerian_path",
        "lineno": 92,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler._find_path_start",
        "callee": "networkx.algorithms.euler.is_eulerian",
        "lineno": 95,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler._simplegraph_eulerian_circuit",
        "callee": "<builtin>.list.pop",
        "lineno": 127,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.euler._simplegraph_eulerian_circuit",
        "callee": "<builtin>.list.append",
        "lineno": 130,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.euler._multigraph_eulerian_circuit",
        "callee": "<builtin>.list.pop",
        "lineno": 150,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.euler._multigraph_eulerian_circuit",
        "callee": "<builtin>.list.append",
        "lineno": 154,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_circuit",
        "callee": "networkx.algorithms.euler.is_eulerian",
        "lineno": 221,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_circuit",
        "callee": "networkx.algorithms.euler._multigraph_eulerian_circuit",
        "lineno": 230,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_circuit",
        "callee": "networkx.algorithms.euler._simplegraph_eulerian_circuit",
        "lineno": 236,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler.has_eulerian_path",
        "lineno": 356,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler._find_path_start",
        "lineno": 361,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler._multigraph_eulerian_circuit",
        "lineno": 363,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler._simplegraph_eulerian_circuit",
        "lineno": 369,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler._find_path_start",
        "lineno": 373,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler._multigraph_eulerian_circuit",
        "lineno": 377,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler._multigraph_eulerian_circuit",
        "lineno": 381,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerian_path",
        "callee": "networkx.algorithms.euler._simplegraph_eulerian_circuit",
        "lineno": 385,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.euler.eulerize",
        "callee": "<external>.itertools.combinations",
        "lineno": 444,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.graphical": [
      {
        "caller": "networkx.algorithms.graphical.is_graphical",
        "callee": "networkx.algorithms.graphical.is_valid_degree_sequence_erdos_gallai",
        "lineno": 67,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graphical.is_graphical",
        "callee": "networkx.algorithms.graphical.is_valid_degree_sequence_havel_hakimi",
        "lineno": 69,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graphical.is_valid_degree_sequence_havel_hakimi",
        "callee": "networkx.algorithms.graphical._basic_graphical_tests",
        "lineno": 149,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graphical.is_valid_degree_sequence_erdos_gallai",
        "callee": "networkx.algorithms.graphical._basic_graphical_tests",
        "lineno": 251,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.graph_hashing": [
      {
        "caller": "networkx.algorithms.graph_hashing._hash_label",
        "callee": "<external>.hashlib.blake2b",
        "lineno": 17,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing._neighborhood_aggregate_undirected",
        "callee": "<builtin>.list.append",
        "lineno": 46,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing._neighborhood_aggregate_directed",
        "callee": "<builtin>.list.append",
        "lineno": 58,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing._neighborhood_aggregate_directed",
        "callee": "<builtin>.list.append",
        "lineno": 63,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash.weisfeiler_lehman_step",
        "callee": "networkx.algorithms.graph_hashing._hash_label",
        "lineno": 204,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash",
        "callee": "networkx.algorithms.graph_hashing._init_node_labels",
        "lineno": 211,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash",
        "callee": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash.weisfeiler_lehman_step",
        "lineno": 220,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash",
        "callee": "<external>.collections.Counter",
        "lineno": 221,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash",
        "callee": "<builtin>.list.extend",
        "lineno": 223,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_graph_hash",
        "callee": "networkx.algorithms.graph_hashing._hash_label",
        "lineno": 226,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes.weisfeiler_lehman_step",
        "callee": "networkx.algorithms.graph_hashing._hash_label",
        "lineno": 405,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes",
        "callee": "networkx.algorithms.graph_hashing._init_node_labels",
        "lineno": 413,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes",
        "callee": "networkx.algorithms.graph_hashing._hash_label",
        "lineno": 417,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes",
        "callee": "<external>.collections.defaultdict",
        "lineno": 420,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes",
        "callee": "networkx.algorithms.graph_hashing._hash_label",
        "lineno": 427,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes",
        "callee": "networkx.algorithms.graph_hashing.weisfeiler_lehman_subgraph_hashes.weisfeiler_lehman_step",
        "lineno": 431,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.hierarchy": [],
    "networkx.algorithms.hybrid": [
      {
        "caller": "networkx.algorithms.hybrid.kl_connected_subgraph",
        "callee": "<builtin>.set.copy",
        "lineno": 81,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.hybrid.kl_connected_subgraph",
        "callee": "<builtin>.set.update",
        "lineno": 82,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.hybrid.is_kl_connected",
        "callee": "<builtin>.set.update",
        "lineno": 167,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.hybrid.is_kl_connected",
        "callee": "<builtin>.set.copy",
        "lineno": 167,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.isolate": [
      {
        "caller": "networkx.algorithms.isolate.number_of_isolates",
        "callee": "networkx.algorithms.isolate.isolates",
        "lineno": 107,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.link_prediction": [
      {
        "caller": "networkx.algorithms.link_prediction.resource_allocation_index",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 108,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.jaccard_coefficient",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 173,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.adamic_adar_index.predict",
        "callee": "<external>.math.log",
        "lineno": 235,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.adamic_adar_index",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 237,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.common_neighbor_centrality",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 345,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.preferential_attachment",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 407,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.cn_soundarajan_hopcroft.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 485,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.cn_soundarajan_hopcroft.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 486,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.cn_soundarajan_hopcroft.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 489,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.cn_soundarajan_hopcroft",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 493,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 573,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 574,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 578,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.ra_index_soundarajan_hopcroft",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 580,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.within_inter_cluster.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 667,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.within_inter_cluster.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 668,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.within_inter_cluster.predict",
        "callee": "networkx.algorithms.link_prediction._community",
        "lineno": 672,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_prediction.within_inter_cluster",
        "callee": "networkx.algorithms.link_prediction._apply_prediction",
        "lineno": 676,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.lowest_common_ancestors": [
      {
        "caller": "networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor",
        "callee": "<external>.itertools.combinations_with_replacement",
        "lineno": 84,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor",
        "callee": "networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor.generate_lca_from_pairs",
        "lineno": 123,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.lowest_common_ancestors.lowest_common_ancestor",
        "callee": "networkx.algorithms.lowest_common_ancestors.all_pairs_lowest_common_ancestor",
        "lineno": 157,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.lowest_common_ancestors.tree_all_pairs_lowest_common_ancestor",
        "callee": "<external>.collections.defaultdict",
        "lineno": 229,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.lowest_common_ancestors.tree_all_pairs_lowest_common_ancestor",
        "callee": "<external>.collections.defaultdict",
        "lineno": 266,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.matching": [
      {
        "caller": "networkx.algorithms.matching.is_matching",
        "callee": "networkx.algorithms.matching.matching_dict_to_set",
        "lineno": 127,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.matching.is_maximal_matching",
        "callee": "networkx.algorithms.matching.matching_dict_to_set",
        "lineno": 178,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.matching.is_perfect_matching",
        "callee": "networkx.algorithms.matching.matching_dict_to_set",
        "lineno": 241,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.matching.min_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching",
        "lineno": 309,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.matching.min_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching",
        "lineno": 315,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.matching.Blossom.max_weight_matching.leaves",
        "callee": "<builtin>.list.pop",
        "lineno": 418,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.Blossom.max_weight_matching.leaves",
        "callee": "<builtin>.list.extend",
        "lineno": 420,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<external>.itertools.repeat",
        "lineno": 472,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<external>.itertools.repeat",
        "lineno": 492,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "callee": "<builtin>.dict.get",
        "lineno": 515,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "callee": "<builtin>.dict.get",
        "lineno": 515,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "callee": "<builtin>.list.extend",
        "lineno": 525,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "callee": "<builtin>.list.append",
        "lineno": 527,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "callee": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "lineno": 533,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.scanBlossom",
        "callee": "<builtin>.list.append",
        "lineno": 549,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "callee": "<builtin>.list.append",
        "lineno": 626,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "callee": "<builtin>.dict.get",
        "lineno": 652,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 653,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 653,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "callee": "<builtin>.dict.values",
        "lineno": 658,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 663,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "<builtin>.dict.get",
        "lineno": 691,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "lineno": 717,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "<builtin>.dict.get",
        "lineno": 741,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "<builtin>.dict.get",
        "lineno": 748,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "<builtin>.dict.get",
        "lineno": 754,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "lineno": 759,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "<builtin>.dict.pop",
        "lineno": 762,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "<builtin>.dict.pop",
        "lineno": 763,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "callee": "<builtin>.dict.pop",
        "lineno": 764,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom",
        "callee": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "lineno": 774,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom",
        "callee": "<builtin>.list.append",
        "lineno": 778,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom",
        "callee": "networkx.algorithms.matching.max_weight_matching.expandBlossom._recurse",
        "lineno": 778,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.expandBlossom",
        "callee": "<builtin>.list.pop",
        "lineno": 781,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.augmentBlossom",
        "callee": "networkx.algorithms.matching.max_weight_matching.augmentBlossom._recurse",
        "lineno": 840,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.augmentBlossom",
        "callee": "<builtin>.list.append",
        "lineno": 844,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.augmentBlossom",
        "callee": "networkx.algorithms.matching.max_weight_matching.augmentBlossom._recurse",
        "lineno": 844,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.augmentBlossom",
        "callee": "<builtin>.list.pop",
        "lineno": 847,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.augmentMatching",
        "callee": "networkx.algorithms.matching.max_weight_matching.augmentBlossom",
        "lineno": 864,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.augmentMatching",
        "callee": "networkx.algorithms.matching.max_weight_matching.augmentBlossom",
        "lineno": 879,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "callee": "<builtin>.dict.values",
        "lineno": 893,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "callee": "<builtin>.list.append",
        "lineno": 904,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "callee": "<builtin>.list.append",
        "lineno": 906,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "callee": "<builtin>.list.reverse",
        "lineno": 907,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "callee": "<builtin>.list.reverse",
        "lineno": 908,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "callee": "<builtin>.dict.get",
        "lineno": 914,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "callee": "<builtin>.dict.get",
        "lineno": 914,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.clear",
        "lineno": 935,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.clear",
        "lineno": 936,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.clear",
        "lineno": 939,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.clear",
        "lineno": 945,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 952,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "lineno": 953,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.list.pop",
        "lineno": 969,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 983,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 988,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.assignLabel",
        "lineno": 991,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 992,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.scanBlossom",
        "lineno": 996,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.addBlossom",
        "lineno": 1000,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.augmentMatching",
        "lineno": 1004,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1007,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1015,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1018,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 1018,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1020,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1024,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 1024,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1045,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1045,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 1046,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1057,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1058,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.slack",
        "lineno": 1060,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1075,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1092,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1095,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1100,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1103,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.list.append",
        "lineno": 1116,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.list.append",
        "lineno": 1122,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.expandBlossom",
        "lineno": 1125,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.keys",
        "lineno": 1138,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "<builtin>.dict.get",
        "lineno": 1141,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.expandBlossom",
        "lineno": 1142,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.max_weight_matching.verifyOptimum",
        "lineno": 1146,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.matching.max_weight_matching",
        "callee": "networkx.algorithms.matching.matching_dict_to_set",
        "lineno": 1148,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.mis": [],
    "networkx.algorithms.moral": [],
    "networkx.algorithms.node_classification": [
      {
        "caller": "networkx.algorithms.node_classification.harmonic_function",
        "callee": "networkx.algorithms.node_classification._get_label_info",
        "lineno": 80,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.node_classification.local_and_global_consistency",
        "callee": "networkx.algorithms.node_classification._get_label_info",
        "lineno": 158,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.node_classification._get_label_info",
        "callee": "<builtin>.list.append",
        "lineno": 214,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.node_classification._get_label_info",
        "callee": "<builtin>.dict.items",
        "lineno": 217,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.non_randomness": [],
    "networkx.algorithms.perfect_graph": [
      {
        "caller": "networkx.algorithms.perfect_graph.is_perfect_graph",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 10,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.perfect_graph.is_perfect_graph",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 11,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.planarity": [
      {
        "caller": "networkx.algorithms.planarity.is_planar",
        "callee": "networkx.algorithms.planarity.check_planarity",
        "lineno": 39,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.check_planarity",
        "callee": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "lineno": 105,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.check_planarity",
        "callee": "networkx.algorithms.planarity.LRPlanarity.lr_planarity",
        "lineno": 106,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.check_planarity",
        "callee": "networkx.algorithms.planarity.get_counterexample",
        "lineno": 110,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.check_planarity_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "lineno": 121,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.check_planarity_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.lr_planarity_recursive",
        "lineno": 122,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.check_planarity_recursive",
        "callee": "networkx.algorithms.planarity.get_counterexample_recursive",
        "lineno": 126,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.get_counterexample",
        "callee": "networkx.algorithms.planarity.check_planarity",
        "lineno": 157,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.get_counterexample",
        "callee": "networkx.algorithms.planarity.check_planarity",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.get_counterexample_recursive",
        "callee": "networkx.algorithms.planarity.check_planarity_recursive",
        "lineno": 180,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.get_counterexample_recursive",
        "callee": "networkx.algorithms.planarity.check_planarity_recursive",
        "lineno": 189,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.Interval.copy",
        "callee": "networkx.algorithms.planarity.Interval.__init__",
        "lineno": 214,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.Interval.conflicting",
        "callee": "networkx.algorithms.planarity.Interval.empty",
        "lineno": 219,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.ConflictPair.__init__",
        "callee": "networkx.algorithms.planarity.Interval.__init__",
        "lineno": 231,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.ConflictPair.__init__",
        "callee": "networkx.algorithms.planarity.Interval.__init__",
        "lineno": 231,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "callee": "<external>.collections.defaultdict",
        "lineno": 294,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "callee": "<external>.collections.defaultdict",
        "lineno": 301,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "callee": "<external>.collections.defaultdict",
        "lineno": 310,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "callee": "<external>.collections.defaultdict",
        "lineno": 311,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.__init__",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.__init__",
        "lineno": 321,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation",
        "lineno": 344,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "lineno": 358,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity",
        "callee": "networkx.algorithms.planarity.LRPlanarity.sign",
        "lineno": 369,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding",
        "lineno": 390,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation_recursive",
        "lineno": 413,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "lineno": 425,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.sign_recursive",
        "lineno": 429,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.lr_planarity_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding_recursive",
        "lineno": 445,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation",
        "callee": "<external>.collections.defaultdict",
        "lineno": 454,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation",
        "callee": "<external>.collections.defaultdict",
        "lineno": 456,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation",
        "callee": "<builtin>.list.pop",
        "lineno": 459,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation",
        "callee": "<builtin>.list.append",
        "lineno": 478,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation",
        "callee": "<builtin>.list.append",
        "lineno": 479,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_orientation_recursive",
        "lineno": 516,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "<external>.collections.defaultdict",
        "lineno": 540,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "<external>.collections.defaultdict",
        "lineno": 542,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "<builtin>.list.pop",
        "lineno": 545,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 554,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "<builtin>.list.append",
        "lineno": 557,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "<builtin>.list.append",
        "lineno": 558,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "networkx.algorithms.planarity.ConflictPair.__init__",
        "lineno": 564,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "networkx.algorithms.planarity.Interval.__init__",
        "lineno": 564,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "networkx.algorithms.planarity.LRPlanarity.add_constraints",
        "lineno": 571,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing",
        "callee": "networkx.algorithms.planarity.LRPlanarity.remove_back_edges",
        "lineno": 580,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 589,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "lineno": 591,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "callee": "networkx.algorithms.planarity.ConflictPair.__init__",
        "lineno": 595,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "callee": "networkx.algorithms.planarity.Interval.__init__",
        "lineno": 595,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.add_constraints",
        "lineno": 602,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_testing_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.remove_back_edges",
        "lineno": 608,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.add_constraints",
        "callee": "networkx.algorithms.planarity.ConflictPair.__init__",
        "lineno": 612,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.add_constraints",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 629,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.add_constraints",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 632,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.add_constraints",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 632,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.remove_back_edges",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 659,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.remove_back_edges",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 686,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.remove_back_edges",
        "callee": "networkx.algorithms.planarity.top_of_stack",
        "lineno": 687,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding",
        "callee": "<external>.collections.defaultdict",
        "lineno": 699,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding",
        "callee": "<builtin>.list.pop",
        "lineno": 702,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding",
        "callee": "<builtin>.list.append",
        "lineno": 713,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding",
        "callee": "<builtin>.list.append",
        "lineno": 714,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.dfs_embedding_recursive",
        "lineno": 731,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.sign",
        "callee": "<external>.collections.defaultdict",
        "lineno": 746,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.sign",
        "callee": "<builtin>.list.pop",
        "lineno": 749,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.sign",
        "callee": "<builtin>.list.append",
        "lineno": 752,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.sign",
        "callee": "<builtin>.list.append",
        "lineno": 753,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.LRPlanarity.sign_recursive",
        "callee": "networkx.algorithms.planarity.LRPlanarity.sign_recursive",
        "lineno": 764,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.get_data",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.neighbors_cw_order",
        "lineno": 891,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.set_data",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge",
        "lineno": 913,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.remove_nodes_from",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.remove_node",
        "lineno": 983,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.check_structure",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.neighbors_cw_order",
        "lineno": 1104,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.check_structure",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.neighbors_cw_order",
        "lineno": 1129,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.check_structure",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.traverse_face",
        "lineno": 1135,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge_ccw",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge",
        "lineno": 1169,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge_cw",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge",
        "lineno": 1197,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.remove_edges_from",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.remove_edge",
        "lineno": 1271,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.connect_components",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge",
        "lineno": 1296,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.connect_components",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge",
        "lineno": 1301,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge_first",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.add_half_edge",
        "lineno": 1323,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.traverse_face",
        "callee": "<builtin>.list.append",
        "lineno": 1375,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.traverse_face",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.next_face_half_edge",
        "lineno": 1376,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.faces",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.neighbors_cw_order",
        "lineno": 1404,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.faces",
        "callee": "networkx.algorithms.planarity.PlanarEmbedding.traverse_face",
        "lineno": 1406,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1481,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1482,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planarity.PlanarEmbedding.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1484,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.planar_drawing": [
      {
        "caller": "networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos",
        "callee": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "lineno": 46,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos",
        "callee": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "lineno": 58,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos",
        "callee": "<builtin>.list.pop",
        "lineno": 115,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos",
        "callee": "networkx.algorithms.planar_drawing.set_position",
        "lineno": 118,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.combinatorial_embedding_to_pos",
        "callee": "networkx.algorithms.planar_drawing.set_position",
        "lineno": 122,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "callee": "<external>.collections.defaultdict",
        "lineno": 189,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "callee": "networkx.algorithms.planar_drawing.get_canonical_ordering.is_on_outer_face",
        "lineno": 221,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "callee": "networkx.algorithms.planar_drawing.get_canonical_ordering.is_outer_face_nbr",
        "lineno": 221,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "callee": "networkx.algorithms.planar_drawing.get_canonical_ordering.is_on_outer_face",
        "lineno": 247,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "callee": "<builtin>.list.append",
        "lineno": 270,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "callee": "networkx.algorithms.planar_drawing.get_canonical_ordering.is_on_outer_face",
        "lineno": 292,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.get_canonical_ordering",
        "callee": "networkx.algorithms.planar_drawing.get_canonical_ordering.is_outer_face_nbr",
        "lineno": 292,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "callee": "networkx.algorithms.planar_drawing.make_bi_connected",
        "lineno": 382,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "callee": "<builtin>.list.append",
        "lineno": 385,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "callee": "networkx.algorithms.planar_drawing.triangulate_face",
        "lineno": 394,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.planar_drawing.make_bi_connected",
        "callee": "<builtin>.list.append",
        "lineno": 455,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.polynomials": [
      {
        "caller": "networkx.algorithms.polynomials.tutte_polynomial",
        "callee": "<external>.collections.deque",
        "lineno": 157,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.polynomials.chromatic_polynomial",
        "callee": "<external>.collections.deque",
        "lineno": 289,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.reciprocity": [
      {
        "caller": "networkx.algorithms.reciprocity.reciprocity",
        "callee": "networkx.algorithms.reciprocity.overall_reciprocity",
        "lineno": 45,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.reciprocity.reciprocity",
        "callee": "networkx.algorithms.reciprocity._reciprocity_iter",
        "lineno": 50,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.reciprocity.reciprocity",
        "callee": "networkx.algorithms.reciprocity._reciprocity_iter",
        "lineno": 58,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.regular": [
      {
        "caller": "networkx.algorithms.regular.k_factor",
        "callee": "<builtin>.list.append",
        "lineno": 144,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.richclub": [
      {
        "caller": "networkx.algorithms.richclub.rich_club_coefficient",
        "callee": "networkx.algorithms.richclub._compute_rc",
        "lineno": 91,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.richclub.rich_club_coefficient",
        "callee": "networkx.algorithms.richclub._compute_rc",
        "lineno": 98,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.richclub.rich_club_coefficient",
        "callee": "<builtin>.dict.items",
        "lineno": 99,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.richclub._compute_rc",
        "callee": "<external>.itertools.accumulate",
        "lineno": 117,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.similarity": [
      {
        "caller": "networkx.algorithms.similarity.graph_edit_distance",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths",
        "lineno": 189,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimal_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths",
        "lineno": 364,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimal_edit_paths",
        "callee": "<builtin>.list.append",
        "lineno": 381,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths",
        "lineno": 520,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.match_edges",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.extract_C",
        "lineno": 788,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.match_edges",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.make_CostMatrix",
        "lineno": 815,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.reduce_Ce",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.make_CostMatrix",
        "lineno": 836,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.reduce_Ce",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.reduce_C",
        "lineno": 836,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.match_edges",
        "lineno": 872,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.reduce_Ce",
        "lineno": 880,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "lineno": 882,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.reduce_C",
        "lineno": 887,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.reduce_ind",
        "lineno": 888,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.reduce_ind",
        "lineno": 889,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "lineno": 910,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.make_CostMatrix",
        "lineno": 912,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.reduce_C",
        "lineno": 913,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "lineno": 918,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.match_edges",
        "lineno": 920,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "lineno": 928,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.reduce_Ce",
        "lineno": 930,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "lineno": 932,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "callee": "<builtin>.list.append",
        "lineno": 934,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "lineno": 974,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_ops",
        "lineno": 987,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.prune",
        "lineno": 1000,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths",
        "lineno": 1027,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.make_CostMatrix",
        "lineno": 1114,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.make_CostMatrix",
        "lineno": 1160,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.optimize_edit_paths",
        "callee": "networkx.algorithms.similarity.optimize_edit_paths.get_edit_paths",
        "lineno": 1186,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity.simrank_similarity",
        "callee": "networkx.algorithms.similarity._simrank_similarity_numpy",
        "lineno": 1330,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.similarity._simrank_similarity_python.sim",
        "callee": "networkx.algorithms.similarity._simrank_similarity_python.avg_sim",
        "lineno": 1375,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity._simrank_similarity_python.sim",
        "callee": "<external>.itertools.product",
        "lineno": 1375,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.similarity._simrank_similarity_python",
        "callee": "networkx.algorithms.similarity._simrank_similarity_python.sim",
        "lineno": 1379,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.similarity._prepare_panther_paths",
        "callee": "networkx.algorithms.similarity.generate_random_paths",
        "lineno": 1608,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.similarity.panther_similarity",
        "callee": "networkx.algorithms.similarity._prepare_panther_paths",
        "lineno": 1714,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.similarity.panther_vector_similarity",
        "callee": "networkx.algorithms.similarity._prepare_panther_paths",
        "lineno": 1881,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.similarity.panther_vector_similarity",
        "callee": "<builtin>.dict.items",
        "lineno": 1910,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.similarity.generate_random_paths",
        "callee": "<builtin>.list.append",
        "lineno": 2098,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.simple_paths": [
      {
        "caller": "networkx.algorithms.simple_paths.all_simple_paths",
        "callee": "networkx.algorithms.simple_paths.all_simple_edge_paths",
        "lineno": 257,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.all_simple_edge_paths",
        "callee": "networkx.algorithms.simple_paths._all_simple_edge_paths",
        "lineno": 377,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._all_simple_edge_paths",
        "callee": "<builtin>.list.pop",
        "lineno": 405,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._all_simple_edge_paths",
        "callee": "<builtin>.dict.popitem",
        "lineno": 406,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._all_simple_edge_paths",
        "callee": "<builtin>.dict.values",
        "lineno": 412,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._all_simple_edge_paths",
        "callee": "<builtin>.dict.keys",
        "lineno": 416,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._all_simple_edge_paths",
        "callee": "<builtin>.list.append",
        "lineno": 419,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 524,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "callee": "networkx.algorithms.simple_paths.PathBuffer.__init__",
        "lineno": 534,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "callee": "networkx.algorithms.simple_paths.PathBuffer.push",
        "lineno": 539,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "callee": "networkx.algorithms.simple_paths.shortest_simple_paths.length_func",
        "lineno": 545,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "callee": "networkx.algorithms.simple_paths.PathBuffer.push",
        "lineno": 559,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "callee": "networkx.algorithms.simple_paths.PathBuffer.pop",
        "lineno": 565,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.shortest_simple_paths",
        "callee": "<builtin>.list.append",
        "lineno": 567,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.PathBuffer.__init__",
        "callee": "<external>.itertools.count",
        "lineno": 577,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.PathBuffer.push",
        "callee": "<external>.heapq.heappush",
        "lineno": 585,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths.PathBuffer.pop",
        "callee": "<external>.heapq.heappop",
        "lineno": 589,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "callee": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "lineno": 640,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "callee": "<builtin>.list.append",
        "lineno": 647,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "callee": "<builtin>.list.insert",
        "lineno": 652,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter",
        "lineno": 689,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter",
        "lineno": 690,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_pred_iter",
        "lineno": 712,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_succ_iter",
        "lineno": 713,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter",
        "lineno": 725,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "networkx.algorithms.simple_paths._bidirectional_pred_succ.filter_iter",
        "lineno": 726,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "<builtin>.list.append",
        "lineno": 743,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_pred_succ",
        "callee": "<builtin>.list.append",
        "lineno": 755,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter",
        "lineno": 867,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter",
        "lineno": 868,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_pred_iter",
        "lineno": 890,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_succ_iter",
        "lineno": 891,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter",
        "lineno": 903,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra.filter_iter",
        "lineno": 904,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 906,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "<external>.itertools.count",
        "lineno": 914,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "<external>.heapq.heappush",
        "lineno": 916,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "<external>.heapq.heappush",
        "lineno": 917,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "<external>.heapq.heappop",
        "lineno": 929,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "callee": "<external>.heapq.heappush",
        "lineno": 955,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.smallworld": [
      {
        "caller": "networkx.algorithms.smallworld.sigma",
        "callee": "networkx.algorithms.smallworld.random_reference",
        "lineno": 301,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.smallworld.omega",
        "callee": "networkx.algorithms.smallworld.random_reference",
        "lineno": 386,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.smallworld.omega",
        "callee": "networkx.algorithms.smallworld.lattice_reference",
        "lineno": 390,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.smetric": [],
    "networkx.algorithms.sparsifiers": [
      {
        "caller": "networkx.algorithms.sparsifiers.spanner",
        "callee": "networkx.algorithms.sparsifiers._setup_residual_graph",
        "lineno": 79,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.sparsifiers.spanner",
        "callee": "<builtin>.dict.values",
        "lineno": 90,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.sparsifiers.spanner",
        "callee": "networkx.algorithms.sparsifiers._lightest_edge_dicts",
        "lineno": 104,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.sparsifiers.spanner",
        "callee": "networkx.algorithms.sparsifiers._add_edge_to_spanner",
        "lineno": 159,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.sparsifiers.spanner",
        "callee": "<builtin>.dict.items",
        "lineno": 165,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.sparsifiers.spanner",
        "callee": "networkx.algorithms.sparsifiers._lightest_edge_dicts",
        "lineno": 183,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.sparsifiers.spanner",
        "callee": "networkx.algorithms.sparsifiers._add_edge_to_spanner",
        "lineno": 185,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.structuralholes": [
      {
        "caller": "networkx.algorithms.structuralholes.normalized_mutual_weight",
        "callee": "networkx.algorithms.structuralholes.mutual_weight",
        "lineno": 48,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.structuralholes.normalized_mutual_weight",
        "callee": "networkx.algorithms.structuralholes.mutual_weight",
        "lineno": 49,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.structuralholes.effective_size",
        "callee": "networkx.algorithms.structuralholes.effective_size.redundancy",
        "lineno": 212,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.structuralholes.constraint",
        "callee": "networkx.algorithms.structuralholes.local_constraint",
        "lineno": 312,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.summarization": [
      {
        "caller": "networkx.algorithms.summarization.dedensify",
        "callee": "<builtin>.dict.items",
        "lineno": 195,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.summarization._snap_eligible_group",
        "callee": "<external>.collections.Counter",
        "lineno": 330,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.summarization._snap_eligible_group",
        "callee": "<external>.collections.Counter",
        "lineno": 336,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.summarization._snap_eligible_group",
        "callee": "<external>.collections.Counter",
        "lineno": 347,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.summarization._snap_split",
        "callee": "<external>.collections.defaultdict",
        "lineno": 387,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "<builtin>.dict.items",
        "lineno": 532,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "<builtin>.dict.items",
        "lineno": 535,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "<builtin>.dict.update",
        "lineno": 536,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "<external>.collections.defaultdict",
        "lineno": 542,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "<builtin>.dict.items",
        "lineno": 543,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "networkx.algorithms.summarization._snap_eligible_group",
        "lineno": 546,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "networkx.algorithms.summarization._snap_split",
        "lineno": 550,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "networkx.algorithms.summarization._snap_eligible_group",
        "lineno": 551,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.summarization.snap_aggregation",
        "callee": "networkx.algorithms.summarization._snap_build_graph",
        "lineno": 554,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.swap": [
      {
        "caller": "networkx.algorithms.swap.connected_double_edge_swap",
        "callee": "<builtin>.list.append",
        "lineno": 344,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.swap.connected_double_edge_swap",
        "callee": "<builtin>.list.append",
        "lineno": 388,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.swap.connected_double_edge_swap",
        "callee": "<builtin>.list.pop",
        "lineno": 399,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.threshold": [
      {
        "caller": "networkx.algorithms.threshold.is_threshold_graph",
        "callee": "networkx.algorithms.threshold.is_threshold_sequence",
        "lineno": 42,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence",
        "callee": "<builtin>.list.sort",
        "lineno": 104,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 108,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence",
        "callee": "<builtin>.list.insert",
        "lineno": 110,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence",
        "callee": "<builtin>.list.insert",
        "lineno": 112,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 116,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence",
        "callee": "<builtin>.list.insert",
        "lineno": 117,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence",
        "callee": "networkx.algorithms.threshold.make_compact",
        "lineno": 123,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.make_compact",
        "callee": "<builtin>.list.append",
        "lineno": 165,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.make_compact",
        "callee": "<builtin>.list.append",
        "lineno": 167,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.uncompact",
        "callee": "<builtin>.list.extend",
        "lineno": 189,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.uncompact",
        "callee": "<builtin>.list.extend",
        "lineno": 191,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.creation_sequence_to_weights",
        "callee": "networkx.algorithms.threshold.uncompact",
        "lineno": 212,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.sort",
        "lineno": 280,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 285,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 286,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 288,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 289,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 292,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 293,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "<builtin>.list.reverse",
        "lineno": 295,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.weights_to_creation_sequence",
        "callee": "networkx.algorithms.threshold.make_compact",
        "lineno": 300,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.threshold_graph",
        "callee": "networkx.algorithms.threshold.uncompact",
        "lineno": 329,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_threshold_graph",
        "callee": "networkx.algorithms.threshold.threshold_graph",
        "lineno": 404,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_threshold_graph",
        "callee": "networkx.algorithms.threshold.find_creation_sequence",
        "lineno": 404,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_creation_sequence",
        "callee": "<builtin>.list.sort",
        "lineno": 420,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_creation_sequence",
        "callee": "<builtin>.list.extend",
        "lineno": 423,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_creation_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 427,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_creation_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 428,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_creation_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 430,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_creation_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 432,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.find_creation_sequence",
        "callee": "<builtin>.list.reverse",
        "lineno": 435,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.triangle_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 483,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.cluster_sequence",
        "callee": "networkx.algorithms.threshold.triangle_sequence",
        "lineno": 492,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.cluster_sequence",
        "callee": "networkx.algorithms.threshold.degree_sequence",
        "lineno": 493,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.cluster_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 498,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.cluster_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 501,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.degree_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 516,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.degree_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 518,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.density",
        "callee": "networkx.algorithms.threshold.degree_sequence",
        "lineno": 528,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.degree_correlation",
        "callee": "networkx.algorithms.threshold.degree_sequence",
        "lineno": 545,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.degree_correlation",
        "callee": "<builtin>.list.pop",
        "lineno": 548,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.shortest_path",
        "callee": "networkx.algorithms.threshold.uncompact",
        "lineno": 589,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.shortest_path",
        "callee": "<builtin>.list.index",
        "lineno": 603,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.shortest_path",
        "callee": "<builtin>.list.index",
        "lineno": 604,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.shortest_path_length",
        "callee": "networkx.algorithms.threshold.uncompact",
        "lineno": 641,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.betweenness_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 692,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.eigenvectors",
        "callee": "networkx.algorithms.threshold.make_compact",
        "lineno": 716,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.eigenvectors",
        "callee": "<external>.math.sqrt",
        "lineno": 724,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.threshold.eigenvectors",
        "callee": "<external>.math.sqrt",
        "lineno": 732,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.threshold.eigenvectors",
        "callee": "<external>.math.sqrt",
        "lineno": 740,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.threshold.eigenvectors",
        "callee": "<external>.math.sqrt",
        "lineno": 754,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.threshold.spectral_projection",
        "callee": "<builtin>.list.append",
        "lineno": 779,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.eigenvalues",
        "callee": "networkx.algorithms.threshold.degree_sequence",
        "lineno": 803,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.threshold.eigenvalues",
        "callee": "<builtin>.list.append",
        "lineno": 811,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.random_threshold_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 851,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.threshold.random_threshold_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 853,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.time_dependent": [
      {
        "caller": "networkx.algorithms.time_dependent.cd_index",
        "callee": "<builtin>.set.union",
        "lineno": 131,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.tournament": [
      {
        "caller": "networkx.algorithms.tournament.is_tournament",
        "callee": "<external>.itertools.combinations",
        "lineno": 101,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tournament.hamiltonian_path",
        "callee": "networkx.algorithms.tournament.hamiltonian_path",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tournament.hamiltonian_path",
        "callee": "networkx.algorithms.tournament.index_satisfying",
        "lineno": 149,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tournament.random_tournament",
        "callee": "<external>.itertools.combinations",
        "lineno": 183,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tournament.is_reachable",
        "callee": "networkx.algorithms.tournament.is_reachable.two_neighborhood",
        "lineno": 347,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tournament.is_reachable",
        "callee": "networkx.algorithms.tournament.is_reachable.is_closed",
        "lineno": 348,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tournament.is_strongly_connected",
        "callee": "networkx.algorithms.tournament.is_reachable",
        "lineno": 406,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.triads": [
      {
        "caller": "networkx.algorithms.triads.triadic_census",
        "callee": "<builtin>.dict.update",
        "lineno": 213,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.triads.triadic_census",
        "callee": "networkx.algorithms.triads._tricode",
        "lineno": 246,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.triads.triadic_census",
        "callee": "<builtin>.dict.values",
        "lineno": 276,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.triads.all_triads",
        "callee": "<external>.itertools.combinations",
        "lineno": 337,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.triads.triads_by_type",
        "callee": "networkx.algorithms.triads.all_triads",
        "lineno": 397,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.triads.triads_by_type",
        "callee": "<external>.collections.defaultdict",
        "lineno": 398,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.triads.triads_by_type",
        "callee": "networkx.algorithms.triads.triad_type",
        "lineno": 400,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.triads.triad_type",
        "callee": "networkx.algorithms.triads.is_triad",
        "lineno": 456,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.triads.triad_type",
        "callee": "<external>.itertools.permutations",
        "lineno": 474,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.triads.triad_type",
        "callee": "<external>.itertools.permutations",
        "lineno": 486,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.vitality": [
      {
        "caller": "networkx.algorithms.vitality.closeness_vitality",
        "callee": "<external>.functools.partial",
        "lineno": 75,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.voronoi": [],
    "networkx.algorithms.walks": [],
    "networkx.algorithms.wiener": [],
    "networkx.algorithms": [],
    "networkx.algorithms.approximation.clique": [
      {
        "caller": "networkx.algorithms.approximation.clique.maximum_independent_set",
        "callee": "networkx.algorithms.approximation.clique.clique_removal",
        "lineno": 68,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.clique.max_clique",
        "callee": "networkx.algorithms.approximation.clique.clique_removal",
        "lineno": 127,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.clique.clique_removal",
        "callee": "networkx.algorithms.approximation.ramsey.ramsey_R2",
        "lineno": 169,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.approximation.clique.clique_removal",
        "callee": "networkx.algorithms.approximation.ramsey.ramsey_R2",
        "lineno": 174,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.approximation.clique.clique_removal",
        "callee": "<builtin>.list.append",
        "lineno": 176,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.clique.clique_removal",
        "callee": "<builtin>.list.append",
        "lineno": 178,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.clique.large_clique_size._clique_heuristic",
        "callee": "networkx.algorithms.approximation.clique.large_clique_size._clique_heuristic",
        "lineno": 252,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.clique.large_clique_size",
        "callee": "networkx.algorithms.approximation.clique.large_clique_size._clique_heuristic",
        "lineno": 258,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.approximation.clustering_coefficient": [],
    "networkx.algorithms.approximation.connectivity": [
      {
        "caller": "networkx.algorithms.approximation.connectivity.local_node_connectivity",
        "callee": "networkx.algorithms.approximation.connectivity._bidirectional_shortest_path",
        "lineno": 102,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity.node_connectivity",
        "callee": "networkx.algorithms.approximation.connectivity.local_node_connectivity",
        "lineno": 184,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity.node_connectivity",
        "callee": "<external>.operator.itemgetter",
        "lineno": 203,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity.node_connectivity",
        "callee": "networkx.algorithms.approximation.connectivity.node_connectivity.neighbors",
        "lineno": 208,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity.node_connectivity",
        "callee": "networkx.algorithms.approximation.connectivity.local_node_connectivity",
        "lineno": 209,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity.node_connectivity",
        "callee": "networkx.algorithms.approximation.connectivity.node_connectivity.neighbors",
        "lineno": 211,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity.node_connectivity",
        "callee": "networkx.algorithms.approximation.connectivity.local_node_connectivity",
        "lineno": 213,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity.all_pairs_node_connectivity",
        "callee": "networkx.algorithms.approximation.connectivity.local_node_connectivity",
        "lineno": 289,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity._bidirectional_shortest_path",
        "callee": "networkx.algorithms.approximation.connectivity._bidirectional_pred_succ",
        "lineno": 341,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity._bidirectional_shortest_path",
        "callee": "<builtin>.list.append",
        "lineno": 348,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity._bidirectional_shortest_path",
        "callee": "<builtin>.list.reverse",
        "lineno": 350,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity._bidirectional_shortest_path",
        "callee": "<builtin>.list.append",
        "lineno": 354,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity._bidirectional_pred_succ",
        "callee": "<builtin>.list.append",
        "lineno": 395,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.connectivity._bidirectional_pred_succ",
        "callee": "<builtin>.list.append",
        "lineno": 408,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.approximation.density": [
      {
        "caller": "networkx.algorithms.approximation.density._fista",
        "callee": "networkx.algorithms.approximation.density._fractional_peeling",
        "lineno": 208,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.distance_measures": [
      {
        "caller": "networkx.algorithms.approximation.distance_measures.diameter",
        "callee": "networkx.algorithms.approximation.distance_measures._two_sweep_directed",
        "lineno": 82,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.distance_measures.diameter",
        "callee": "networkx.algorithms.approximation.distance_measures._two_sweep_undirected",
        "lineno": 84,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.distance_measures.diameter",
        "callee": "networkx.utils.decorators.py_random_state",
        "lineno": 9,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.approximation.dominating_set": [
      {
        "caller": "networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set",
        "callee": "<builtin>.dict.items",
        "lineno": 111,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.dominating_set.min_edge_dominating_set",
        "callee": "networkx.algorithms.matching.maximal_matching",
        "lineno": 154,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.approximation.kcomponents": [
      {
        "caller": "networkx.algorithms.approximation.kcomponents.k_components",
        "callee": "<external>.collections.defaultdict",
        "lineno": 106,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.kcomponents.k_components",
        "callee": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__init__",
        "lineno": 139,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.approximation.kcomponents.k_components",
        "callee": "networkx.algorithms.approximation.kcomponents._AntiGraph.subgraph",
        "lineno": 148,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.kcomponents.k_components",
        "callee": "networkx.algorithms.approximation.kcomponents._cliques_heuristic",
        "lineno": 149,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.kcomponents._cliques_heuristic",
        "callee": "networkx.algorithms.approximation.kcomponents._same",
        "lineno": 175,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.kcomponents._AntiGraph.subgraph",
        "callee": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__init__",
        "lineno": 290,
        "resolution": "same_module_class_call"
      }
    ],
    "networkx.algorithms.approximation.matching": [],
    "networkx.algorithms.approximation.maxcut": [
      {
        "caller": "networkx.algorithms.approximation.maxcut.randomized_partitioning",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 7,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.maxcut.randomized_partitioning",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 8,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.maxcut.randomized_partitioning",
        "callee": "networkx.utils.decorators.py_random_state",
        "lineno": 9,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.maxcut.one_exchange",
        "callee": "networkx.algorithms.approximation.maxcut._swap_node_partition",
        "lineno": 129,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.maxcut.one_exchange",
        "callee": "networkx.algorithms.approximation.maxcut._swap_node_partition",
        "lineno": 133,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.maxcut.one_exchange",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 67,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.maxcut.one_exchange",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 68,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.maxcut.one_exchange",
        "callee": "networkx.utils.decorators.py_random_state",
        "lineno": 69,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.approximation.ramsey": [
      {
        "caller": "networkx.algorithms.approximation.ramsey.ramsey_R2",
        "callee": "networkx.algorithms.approximation.ramsey.ramsey_R2",
        "lineno": 46,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.ramsey.ramsey_R2",
        "callee": "networkx.algorithms.approximation.ramsey.ramsey_R2",
        "lineno": 47,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.steinertree": [
      {
        "caller": "networkx.algorithms.approximation.steinertree._mehlhorn_steiner_tree",
        "callee": "networkx.algorithms.approximation.steinertree._remove_nonterminal_leaves",
        "lineno": 101,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.steinertree._kou_steiner_tree",
        "callee": "networkx.algorithms.approximation.steinertree._remove_nonterminal_leaves",
        "lineno": 144,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.traveling_salesman": [
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.christofides",
        "callee": "networkx.algorithms.approximation.traveling_salesman._shortcutting",
        "lineno": 185,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman._shortcutting",
        "callee": "<builtin>.list.append",
        "lineno": 195,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman._shortcutting",
        "callee": "<builtin>.list.append",
        "lineno": 196,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman._shortcutting",
        "callee": "<builtin>.list.append",
        "lineno": 197,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.traveling_salesman_problem",
        "callee": "<builtin>.list.extend",
        "lineno": 353,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.traveling_salesman_problem",
        "callee": "<builtin>.list.append",
        "lineno": 354,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "callee": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent",
        "lineno": 455,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "callee": "networkx.algorithms.approximation.traveling_salesman._shortcutting",
        "lineno": 463,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "callee": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution",
        "lineno": 473,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "callee": "<external>.math.exp",
        "lineno": 477,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "callee": "<external>.math.ceil",
        "lineno": 484,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree",
        "lineno": 485,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.asadpour_atsp",
        "callee": "networkx.algorithms.approximation.traveling_salesman._shortcutting",
        "lineno": 516,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.direction_of_ascent",
        "callee": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.k_pi",
        "lineno": 676,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent",
        "callee": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.direction_of_ascent",
        "lineno": 786,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent",
        "callee": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.find_epsilon",
        "lineno": 788,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent",
        "callee": "networkx.algorithms.approximation.traveling_salesman.held_karp_ascent.direction_of_ascent",
        "lineno": 793,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution.q",
        "callee": "<external>.math.exp",
        "lineno": 887,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution.q",
        "callee": "<external>.math.exp",
        "lineno": 894,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution",
        "callee": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution.q",
        "lineno": 916,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution",
        "callee": "networkx.algorithms.approximation.traveling_salesman.spanning_tree_distribution.q",
        "lineno": 925,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.greedy_tsp",
        "callee": "<builtin>.list.append",
        "lineno": 1042,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.greedy_tsp",
        "callee": "<builtin>.list.append",
        "lineno": 1044,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.simulated_annealing_tsp",
        "callee": "networkx.algorithms.approximation.traveling_salesman.greedy_tsp",
        "lineno": 1220,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.traveling_salesman.threshold_accepting_tsp",
        "callee": "networkx.algorithms.approximation.traveling_salesman.greedy_tsp",
        "lineno": 1455,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.treewidth": [
      {
        "caller": "networkx.algorithms.approximation.treewidth.treewidth_min_degree",
        "callee": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.__init__",
        "lineno": 62,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.treewidth_min_degree",
        "callee": "networkx.algorithms.approximation.treewidth.treewidth_decomp",
        "lineno": 63,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.treewidth_min_degree",
        "callee": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.best_node",
        "lineno": 63,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.treewidth_min_fill_in",
        "callee": "networkx.algorithms.approximation.treewidth.treewidth_decomp",
        "lineno": 85,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.__init__",
        "callee": "<external>.heapq.heapify",
        "lineno": 109,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.best_node",
        "callee": "<external>.heapq.heappush",
        "lineno": 115,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.best_node",
        "callee": "<external>.heapq.heappop",
        "lineno": 119,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.treewidth_decomp",
        "callee": "<builtin>.list.append",
        "lineno": 214,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.treewidth_decomp",
        "callee": "<builtin>.dict.keys",
        "lineno": 225,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.treewidth.treewidth_decomp",
        "callee": "<builtin>.list.pop",
        "lineno": 232,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.approximation.vertex_cover": [],
    "networkx.algorithms.approximation": [],
    "networkx.algorithms.approximation.tests.test_approx_clust_coeff": [],
    "networkx.algorithms.approximation.tests.test_clique": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_trivial_graph",
        "callee": "networkx.algorithms.approximation.tests.test_clique.is_independent_set",
        "lineno": 44,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_trivial_graph",
        "callee": "networkx.algorithms.approximation.tests.test_clique.is_clique",
        "lineno": 45,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_complete_graph",
        "callee": "networkx.algorithms.approximation.tests.test_clique.is_independent_set",
        "lineno": 52,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_complete_graph",
        "callee": "networkx.algorithms.approximation.tests.test_clique.is_clique",
        "lineno": 53,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_barbell_graph",
        "callee": "networkx.algorithms.approximation.tests.test_clique.is_independent_set",
        "lineno": 58,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_clique.TestCliqueRemoval.test_barbell_graph",
        "callee": "networkx.algorithms.approximation.tests.test_clique.is_clique",
        "lineno": 59,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.tests.test_connectivity": [],
    "networkx.algorithms.approximation.tests.test_density": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_density.test_greedy_plus_plus_close_cliques",
        "callee": "networkx.algorithms.approximation.tests.test_density.close_cliques_example",
        "lineno": 53,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_density.test_fista_close_cliques",
        "callee": "networkx.algorithms.approximation.tests.test_density.close_cliques_example",
        "lineno": 63,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_density.test_greedy_plus_plus_bipartite_and_clique",
        "callee": "networkx.algorithms.approximation.tests.test_density.bipartite_and_clique_example",
        "lineno": 92,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_density.test_fista_bipartite_and_clique",
        "callee": "networkx.algorithms.approximation.tests.test_density.bipartite_and_clique_example",
        "lineno": 109,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_density.test_fista_big_dataset",
        "callee": "networkx.algorithms.approximation.tests.test_density.close_cliques_example",
        "lineno": 118,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.tests.test_distance_measures": [],
    "networkx.algorithms.approximation.tests.test_dominating_set": [],
    "networkx.algorithms.approximation.tests.test_kcomponents": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_torrents_and_ferraro_graph",
        "callee": "networkx.algorithms.approximation.tests.test_kcomponents.torrents_and_ferraro_graph",
        "lineno": 135,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_torrents_and_ferraro_graph",
        "callee": "networkx.algorithms.approximation.tests.test_kcomponents._check_connectivity",
        "lineno": 136,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_example_1",
        "callee": "networkx.algorithms.approximation.tests.test_kcomponents.graph_example_1",
        "lineno": 140,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_example_1",
        "callee": "networkx.algorithms.approximation.tests.test_kcomponents._check_connectivity",
        "lineno": 141,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_karate_0",
        "callee": "networkx.algorithms.approximation.tests.test_kcomponents._check_connectivity",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_karate_1",
        "callee": "<builtin>.dict.copy",
        "lineno": 186,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_karate_1",
        "callee": "networkx.algorithms.approximation.tests.test_kcomponents.build_k_number_dict",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_example_1_detail_3_and_4",
        "callee": "networkx.algorithms.approximation.tests.test_kcomponents.graph_example_1",
        "lineno": 196,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_same",
        "callee": "networkx.algorithms.approximation.kcomponents._same",
        "lineno": 226,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_same",
        "callee": "networkx.algorithms.approximation.kcomponents._same",
        "lineno": 227,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_same",
        "callee": "networkx.algorithms.approximation.kcomponents._same",
        "lineno": 228,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_same",
        "callee": "networkx.algorithms.approximation.kcomponents._same",
        "lineno": 229,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.test_same",
        "callee": "networkx.algorithms.approximation.kcomponents._same",
        "lineno": 230,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.setup_class",
        "callee": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__init__",
        "lineno": 237,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.setup_class",
        "callee": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__init__",
        "lineno": 239,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_kcomponents.TestAntiGraph.setup_class",
        "callee": "networkx.algorithms.approximation.kcomponents._AntiGraph.AntiAdjacencyView.__init__",
        "lineno": 241,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.approximation.tests.test_matching": [],
    "networkx.algorithms.approximation.tests.test_maxcut": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_random_partitioning",
        "callee": "networkx.algorithms.approximation.maxcut.randomized_partitioning",
        "lineno": 36,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_random_partitioning",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._is_valid_cut",
        "lineno": 37,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_random_partitioning_all_to_one",
        "callee": "networkx.algorithms.approximation.maxcut.randomized_partitioning",
        "lineno": 42,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_random_partitioning_all_to_one",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._is_valid_cut",
        "lineno": 43,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_basic",
        "callee": "networkx.algorithms.approximation.maxcut.one_exchange",
        "lineno": 55,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_basic",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._is_valid_cut",
        "lineno": 59,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_basic",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._cut_is_locally_optimal",
        "lineno": 60,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_optimal",
        "callee": "networkx.algorithms.approximation.maxcut.one_exchange",
        "lineno": 72,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_optimal",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._is_valid_cut",
        "lineno": 74,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_one_exchange_optimal",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._cut_is_locally_optimal",
        "lineno": 75,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_negative_weights",
        "callee": "networkx.algorithms.approximation.maxcut.one_exchange",
        "lineno": 87,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_negative_weights",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._is_valid_cut",
        "lineno": 90,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_maxcut.test_negative_weights",
        "callee": "networkx.algorithms.approximation.tests.test_maxcut._cut_is_locally_optimal",
        "lineno": 92,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.tests.test_ramsey": [],
    "networkx.algorithms.approximation.tests.test_steinertree": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_connected_metric_closure",
        "callee": "networkx.algorithms.approximation.steinertree.metric_closure",
        "lineno": 95,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_metric_closure",
        "callee": "networkx.algorithms.approximation.steinertree.metric_closure",
        "lineno": 99,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_steiner_tree",
        "callee": "networkx.algorithms.approximation.steinertree.steiner_tree",
        "lineno": 185,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_multigraph_steiner_tree",
        "callee": "networkx.algorithms.approximation.steinertree.steiner_tree",
        "lineno": 208,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_remove_nonterminal_leaves",
        "callee": "networkx.algorithms.approximation.steinertree._remove_nonterminal_leaves",
        "lineno": 213,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.TestSteinerTree.test_weighted",
        "callee": "networkx.algorithms.approximation.steinertree.steiner_tree",
        "lineno": 243,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_remove_non_terminal_leaves_self_loop_edges",
        "callee": "networkx.algorithms.approximation.steinertree._remove_nonterminal_leaves",
        "lineno": 289,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_steinertree.test_steiner_tree_non_terminal_leaves_multigraph_self_loop_edges",
        "callee": "networkx.algorithms.approximation.steinertree._remove_nonterminal_leaves",
        "lineno": 303,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.approximation.tests.test_traveling_salesman": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_greedy",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 139,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_greedy",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 143,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_greedy",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 147,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_greedy",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 151,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestGreedyTSP.test_two_nodes",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_directed",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 181,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_directed",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 186,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_directed",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_directed",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 195,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_directed",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 199,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_undirected",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 204,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_undirected",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_symmetric_solution",
        "lineno": 208,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_simulated_annealing_undirected",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_symmetric_solution",
        "lineno": 212,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_two_nodes",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 239,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_traveling_salesman.TestSimulatedAnnealingTSP.test_two_nodes",
        "callee": "networkx.algorithms.approximation.tests.test_traveling_salesman.validate_solution",
        "lineno": 243,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.tests.test_treewidth": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.is_tree_decomp",
        "callee": "<builtin>.list.append",
        "lineno": 38,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_petersen_graph",
        "callee": "networkx.algorithms.approximation.tests.test_treewidth.is_tree_decomp",
        "lineno": 97,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_abort",
        "callee": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.__init__",
        "lineno": 122,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_abort",
        "callee": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.best_node",
        "lineno": 123,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_first_steps",
        "callee": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.__init__",
        "lineno": 150,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_first_steps",
        "callee": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.best_node",
        "lineno": 151,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_first_steps",
        "callee": "<builtin>.list.append",
        "lineno": 155,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinDegree.test_heuristic_first_steps",
        "callee": "networkx.algorithms.approximation.treewidth.MinDegreeHeuristic.best_node",
        "lineno": 167,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_petersen_graph",
        "callee": "networkx.algorithms.approximation.tests.test_treewidth.is_tree_decomp",
        "lineno": 209,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_heuristic_abort",
        "callee": "networkx.algorithms.approximation.treewidth.min_fill_in_heuristic",
        "lineno": 228,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_heuristic_first_steps",
        "callee": "networkx.algorithms.approximation.treewidth.min_fill_in_heuristic",
        "lineno": 255,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_heuristic_first_steps",
        "callee": "<builtin>.list.append",
        "lineno": 259,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_treewidth.TestTreewidthMinFillIn.test_heuristic_first_steps",
        "callee": "networkx.algorithms.approximation.treewidth.min_fill_in_heuristic",
        "lineno": 271,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.approximation.tests.test_vertex_cover": [
      {
        "caller": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_unweighted_directed",
        "callee": "networkx.algorithms.approximation.tests.test_vertex_cover.is_cover",
        "lineno": 24,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_unweighted_undirected",
        "callee": "networkx.algorithms.approximation.tests.test_vertex_cover.is_cover",
        "lineno": 32,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_weighted",
        "callee": "networkx.algorithms.approximation.tests.test_vertex_cover.is_cover",
        "lineno": 55,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.approximation.tests.test_vertex_cover.TestMWVC.test_unweighted_self_loop",
        "callee": "networkx.algorithms.approximation.tests.test_vertex_cover.is_cover",
        "lineno": 68,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.approximation.tests": [],
    "networkx.algorithms.assortativity.connectivity": [
      {
        "caller": "networkx.algorithms.assortativity.connectivity.average_degree_connectivity",
        "callee": "<external>.collections.defaultdict",
        "lineno": 103,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.connectivity.average_degree_connectivity",
        "callee": "<external>.collections.defaultdict",
        "lineno": 104,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.assortativity.correlation": [
      {
        "caller": "networkx.algorithms.assortativity.correlation.degree_assortativity_coefficient",
        "callee": "networkx.algorithms.assortativity.mixing.degree_mixing_matrix",
        "lineno": 98,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.correlation.degree_assortativity_coefficient",
        "callee": "networkx.algorithms.assortativity.correlation._numeric_ac",
        "lineno": 100,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.correlation.degree_pearson_correlation_coefficient",
        "callee": "networkx.algorithms.assortativity.pairs.node_degree_xy",
        "lineno": 161,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.correlation.attribute_assortativity_coefficient",
        "callee": "networkx.algorithms.assortativity.mixing.attribute_mixing_matrix",
        "lineno": 211,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.correlation.attribute_assortativity_coefficient",
        "callee": "networkx.algorithms.assortativity.correlation.attribute_ac",
        "lineno": 212,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.correlation.numeric_assortativity_coefficient",
        "callee": "networkx.algorithms.assortativity.mixing.attribute_mixing_matrix",
        "lineno": 261,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.correlation.numeric_assortativity_coefficient",
        "callee": "networkx.algorithms.assortativity.correlation._numeric_ac",
        "lineno": 262,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.assortativity.mixing": [
      {
        "caller": "networkx.algorithms.assortativity.mixing.attribute_mixing_dict",
        "callee": "networkx.algorithms.assortativity.pairs.node_attribute_xy",
        "lineno": 53,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.mixing.attribute_mixing_dict",
        "callee": "networkx.algorithms.assortativity.mixing.mixing_dict",
        "lineno": 54,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.mixing.attribute_mixing_matrix",
        "callee": "networkx.algorithms.assortativity.mixing.attribute_mixing_dict",
        "lineno": 110,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.mixing.degree_mixing_dict",
        "callee": "networkx.algorithms.assortativity.pairs.node_degree_xy",
        "lineno": 145,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.mixing.degree_mixing_dict",
        "callee": "networkx.algorithms.assortativity.mixing.mixing_dict",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.mixing.degree_mixing_matrix",
        "callee": "networkx.algorithms.assortativity.mixing.degree_mixing_dict",
        "lineno": 214,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.mixing.mixing_dict",
        "callee": "<builtin>.dict.items",
        "lineno": 252,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.assortativity.neighbor_degree": [],
    "networkx.algorithms.assortativity.pairs": [],
    "networkx.algorithms.assortativity": [],
    "networkx.algorithms.assortativity.tests.base_test": [],
    "networkx.algorithms.assortativity.tests.test_connectivity": [
      {
        "caller": "networkx.algorithms.assortativity.tests.test_connectivity.TestNeighborConnectivity.test_in_out_weight",
        "callee": "<external>.itertools.permutations",
        "lineno": 115,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.assortativity.tests.test_correlation": [
      {
        "caller": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_coefficient",
        "callee": "networkx.algorithms.assortativity.correlation.attribute_ac",
        "lineno": 104,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity_coefficient2",
        "callee": "networkx.algorithms.assortativity.correlation.attribute_ac",
        "lineno": 114,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.assortativity.tests.test_correlation.TestAttributeMixingCorrelation.test_attribute_assortativity",
        "callee": "networkx.algorithms.assortativity.correlation.attribute_ac",
        "lineno": 119,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.assortativity.tests.test_mixing": [],
    "networkx.algorithms.assortativity.tests.test_neighbor_degree": [],
    "networkx.algorithms.assortativity.tests.test_pairs": [],
    "networkx.algorithms.assortativity.tests": [],
    "networkx.algorithms.bipartite.basic": [
      {
        "caller": "networkx.algorithms.bipartite.basic.color",
        "callee": "<builtin>.list.pop",
        "lineno": 71,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.basic.color",
        "callee": "networkx.algorithms.bipartite.basic.color.neighbors",
        "lineno": 73,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.basic.color",
        "callee": "<builtin>.list.append",
        "lineno": 79,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.basic.color",
        "callee": "<builtin>.dict.update",
        "lineno": 81,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.basic.is_bipartite",
        "callee": "networkx.algorithms.bipartite.basic.color",
        "lineno": 107,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.basic.is_bipartite_node_set",
        "callee": "networkx.algorithms.bipartite.basic.sets",
        "lineno": 149,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.basic.sets",
        "callee": "networkx.algorithms.bipartite.basic.color",
        "lineno": 217,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.bipartite.centrality": [
      {
        "caller": "networkx.algorithms.bipartite.centrality.degree_centrality",
        "callee": "<builtin>.dict.update",
        "lineno": 77,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.bipartite.cluster": [
      {
        "caller": "networkx.algorithms.bipartite.cluster.average_clustering",
        "callee": "networkx.algorithms.bipartite.cluster.latapy_clustering",
        "lineno": 210,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.cluster.robins_alexander_clustering",
        "callee": "networkx.algorithms.bipartite.cluster._threepaths",
        "lineno": 263,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.cluster.robins_alexander_clustering",
        "callee": "networkx.algorithms.bipartite.cluster.butterflies",
        "lineno": 267,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.cluster.butterflies",
        "callee": "<external>.collections.defaultdict",
        "lineno": 403,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.cluster.butterflies",
        "callee": "<external>.collections.defaultdict",
        "lineno": 404,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.cluster.butterflies",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 270,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.bipartite.community": [
      {
        "caller": "networkx.algorithms.bipartite.community.modularity",
        "callee": "networkx.algorithms.community.community_utils.is_partition",
        "lineno": 132,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.community.modularity",
        "callee": "networkx.algorithms.community.quality.NotAPartition.__init__",
        "lineno": 133,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.community.modularity",
        "callee": "networkx.algorithms.bipartite.community.modularity.community_contribution",
        "lineno": 162,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.community.modularity",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 11,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.bipartite.covering": [],
    "networkx.algorithms.bipartite.edgelist": [
      {
        "caller": "networkx.algorithms.bipartite.edgelist.write_edgelist",
        "callee": "networkx.algorithms.bipartite.edgelist.generate_edgelist",
        "lineno": 77,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.edgelist.generate_edgelist",
        "callee": "<builtin>.list.extend",
        "lineno": 144,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.edgelist.parse_edgelist",
        "callee": "<external>.ast.literal_eval",
        "lineno": 244,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.edgelist.parse_edgelist",
        "callee": "<builtin>.dict.update",
        "lineno": 264,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.edgelist.read_edgelist",
        "callee": "networkx.algorithms.bipartite.edgelist.parse_edgelist",
        "lineno": 353,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.bipartite.extendability": [],
    "networkx.algorithms.bipartite.generators": [
      {
        "caller": "networkx.algorithms.bipartite.generators.configuration_model",
        "callee": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "lineno": 120,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "callee": "<builtin>.list.sort",
        "lineno": 199,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 201,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "callee": "<builtin>.list.sort",
        "lineno": 205,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 211,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "lineno": 265,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "callee": "<builtin>.list.sort",
        "lineno": 273,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "callee": "<builtin>.list.sort",
        "lineno": 274,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 276,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 285,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "lineno": 340,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "callee": "<builtin>.list.sort",
        "lineno": 348,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 349,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "callee": "<builtin>.list.sort",
        "lineno": 352,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "callee": "<builtin>.list.append",
        "lineno": 357,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 363,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.preferential_attachment_graph",
        "callee": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "lineno": 418,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.preferential_attachment_graph",
        "callee": "<external>.functools.reduce",
        "lineno": 431,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.preferential_attachment_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 436,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.random_graph",
        "callee": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "lineno": 488,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.generators.gnmk_random_graph",
        "callee": "networkx.algorithms.bipartite.generators._add_nodes_with_bipartite_label",
        "lineno": 573,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.bipartite.link_analysis": [
      {
        "caller": "networkx.algorithms.bipartite.link_analysis.birank",
        "callee": "networkx.algorithms.bipartite.link_analysis._clean_personalization_dict",
        "lineno": 235,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.link_analysis.birank",
        "callee": "networkx.algorithms.bipartite.link_analysis._clean_personalization_dict",
        "lineno": 236,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.bipartite.matching": [
      {
        "caller": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching.depth_first_search",
        "callee": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching.depth_first_search",
        "lineno": 148,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "callee": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching.breadth_first_search",
        "lineno": 166,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "callee": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching.depth_first_search",
        "lineno": 169,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "callee": "<builtin>.dict.items",
        "lineno": 173,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "callee": "<builtin>.dict.items",
        "lineno": 174,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "callee": "<builtin>.dict.items",
        "lineno": 182,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "callee": "<builtin>.dict.items",
        "lineno": 182,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "callee": "<builtin>.dict.setdefault",
        "lineno": 264,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "callee": "<builtin>.list.append",
        "lineno": 269,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "callee": "<builtin>.list.append",
        "lineno": 272,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "callee": "<builtin>.dict.copy",
        "lineno": 303,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching.recurse",
        "callee": "<builtin>.dict.pop",
        "lineno": 311,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching.recurse",
        "callee": "<builtin>.dict.pop",
        "lineno": 314,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching.recurse",
        "callee": "networkx.algorithms.bipartite.matching.eppstein_matching.recurse",
        "lineno": 315,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "callee": "networkx.algorithms.bipartite.matching.eppstein_matching.recurse",
        "lineno": 321,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path._alternating_dfs",
        "callee": "<builtin>.list.append",
        "lineno": 373,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path._alternating_dfs",
        "callee": "<builtin>.list.pop",
        "lineno": 375,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path",
        "callee": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path._alternating_dfs",
        "lineno": 381,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path",
        "callee": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path._alternating_dfs",
        "lineno": 381,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching._connected_by_alternating_paths",
        "callee": "networkx.algorithms.bipartite.matching._is_connected_by_alternating_path",
        "lineno": 418,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "callee": "networkx.algorithms.bipartite.matching._connected_by_alternating_paths",
        "lineno": 493,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "callee": "networkx.algorithms.bipartite.matrix.biadjacency_matrix",
        "lineno": 580,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "callee": "<builtin>.dict.update",
        "lineno": 589,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "callee": "<builtin>.dict.items",
        "lineno": 589,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.bipartite.matrix": [
      {
        "caller": "networkx.algorithms.bipartite.matrix.from_biadjacency_matrix",
        "callee": "networkx.algorithms.bipartite.matrix._validate_initialize_bipartite_nodelists",
        "lineno": 184,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.matrix.from_biadjacency_matrix",
        "callee": "networkx.convert_matrix._generate_weighted_edges",
        "lineno": 193,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.bipartite.projection": [
      {
        "caller": "networkx.algorithms.bipartite.projection.generic_weighted_projected_graph",
        "callee": "networkx.algorithms.bipartite.projection.generic_weighted_projected_graph.weight_function",
        "lineno": 523,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.bipartite.redundancy": [
      {
        "caller": "networkx.algorithms.bipartite.redundancy.node_redundancy",
        "callee": "networkx.algorithms.bipartite.redundancy._node_redundancy",
        "lineno": 94,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.redundancy._node_redundancy",
        "callee": "<external>.itertools.combinations",
        "lineno": 110,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.bipartite.spectral": [],
    "networkx.algorithms.bipartite": [],
    "networkx.algorithms.bipartite.tests.test_basic": [],
    "networkx.algorithms.bipartite.tests.test_centrality": [
      {
        "caller": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_davis_degree_centrality",
        "callee": "<builtin>.dict.items",
        "lineno": 111,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_davis_betweenness_centrality",
        "callee": "<builtin>.dict.items",
        "lineno": 151,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_centrality.TestBipartiteCentrality.test_davis_closeness_centrality",
        "callee": "<builtin>.dict.items",
        "lineno": 191,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.bipartite.tests.test_cluster": [
      {
        "caller": "networkx.algorithms.bipartite.tests.test_cluster.test_pairwise_bipartite_cc_functions",
        "callee": "networkx.algorithms.bipartite.cluster.cc_dot",
        "lineno": 26,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_cluster.test_pairwise_bipartite_cc_functions",
        "callee": "networkx.algorithms.bipartite.cluster.cc_min",
        "lineno": 27,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_cluster.test_pairwise_bipartite_cc_functions",
        "callee": "networkx.algorithms.bipartite.cluster.cc_max",
        "lineno": 28,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.bipartite.tests.test_community": [
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_red",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 201,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_red",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 202,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_red",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 205,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_red",
        "callee": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "lineno": 206,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_blue",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 214,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_blue",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 215,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_blue",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 218,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_singleton_move_blue",
        "callee": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "lineno": 219,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_two_k22_merge",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 230,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_two_k22_merge",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 231,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_two_k22_merge",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 235,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_two_k22_merge",
        "callee": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "lineno": 236,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_weighted_merge",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 247,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_weighted_merge",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 248,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_weighted_merge",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 252,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_weighted_merge",
        "callee": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "lineno": 253,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_resolution_parameter",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 261,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_resolution_parameter",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 262,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_resolution_parameter",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 267,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_resolution_parameter",
        "callee": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "lineno": 268,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_random_graph_all_pairs",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 276,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_random_graph_all_pairs",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 277,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_random_graph_all_pairs",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 287,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_random_graph_all_pairs",
        "callee": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "lineno": 288,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_multigraph",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 302,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_multigraph",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 303,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_multigraph",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 307,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_multigraph",
        "callee": "networkx.algorithms.bipartite.tests.test_community._q_merge_delta_via_full_eval",
        "lineno": 308,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_aggregated_supernode_graph",
        "callee": "networkx.algorithms.bipartite.tests.test_community._set_bipartite_degree_attrs",
        "lineno": 327,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_aggregated_supernode_graph",
        "callee": "networkx.algorithms.bipartite.tests.test_community._compute_m",
        "lineno": 328,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_aggregated_supernode_graph",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 332,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_community.TestBipartiteModularityMergeDelta.test_aggregated_supernode_graph",
        "callee": "networkx.algorithms.bipartite.community._bipartite_modularity_merge_delta",
        "lineno": 356,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.bipartite.tests.test_covering": [],
    "networkx.algorithms.bipartite.tests.test_edgelist": [],
    "networkx.algorithms.bipartite.tests.test_extendability": [],
    "networkx.algorithms.bipartite.tests.test_generators": [
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 26,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 30,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 32,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 35,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 38,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 41,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 47,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 52,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 54,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 56,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 60,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 64,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_complete_bipartite_graph",
        "callee": "networkx.algorithms.bipartite.generators.complete_bipartite_graph",
        "lineno": 71,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_configuration_model",
        "callee": "networkx.algorithms.bipartite.generators.configuration_model",
        "lineno": 89,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_configuration_model",
        "callee": "networkx.algorithms.bipartite.generators.configuration_model",
        "lineno": 94,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_configuration_model",
        "callee": "networkx.algorithms.bipartite.generators.configuration_model",
        "lineno": 104,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_configuration_model",
        "callee": "networkx.algorithms.bipartite.generators.configuration_model",
        "lineno": 109,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_configuration_model",
        "callee": "networkx.algorithms.bipartite.generators.configuration_model",
        "lineno": 114,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_configuration_model",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 125,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "lineno": 146,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "lineno": 151,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "lineno": 160,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.havel_hakimi_graph",
        "lineno": 165,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 176,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_reverse_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 197,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_reverse_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 202,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_reverse_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 211,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_reverse_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 216,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_reverse_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 221,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_reverse_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 232,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_alternating_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "lineno": 261,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_alternating_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "lineno": 266,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_alternating_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "lineno": 275,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_alternating_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "lineno": 280,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_alternating_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.alternating_havel_hakimi_graph",
        "lineno": 285,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_alternating_havel_hakimi_graph",
        "callee": "networkx.algorithms.bipartite.generators.reverse_havel_hakimi_graph",
        "lineno": 296,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_preferential_attachment",
        "callee": "networkx.algorithms.bipartite.generators.preferential_attachment_graph",
        "lineno": 324,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_preferential_attachment",
        "callee": "networkx.algorithms.bipartite.generators.preferential_attachment_graph",
        "lineno": 328,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_random_graph",
        "callee": "networkx.algorithms.bipartite.generators.random_graph",
        "lineno": 357,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_random_digraph",
        "callee": "networkx.algorithms.bipartite.generators.random_graph",
        "lineno": 367,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_gnmk_random_graph",
        "callee": "networkx.algorithms.bipartite.generators.gnmk_random_graph",
        "lineno": 380,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_generators.TestGeneratorsBipartite.test_gnmk_random_graph_complete",
        "callee": "networkx.algorithms.bipartite.generators.gnmk_random_graph",
        "lineno": 392,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.bipartite.tests.test_link_analysis": [
      {
        "caller": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_davis_birank",
        "callee": "<builtin>.dict.items",
        "lineno": 111,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_link_analysis.TestBipartiteLinkAnalysis.test_davis_birank_with_personalization",
        "callee": "<builtin>.dict.items",
        "lineno": 156,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matching": [
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_eppstein_matching",
        "callee": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.check_match",
        "lineno": 103,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_eppstein_matching",
        "callee": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "lineno": 103,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_hopcroft_karp_matching",
        "callee": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.check_match",
        "lineno": 110,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_hopcroft_karp_matching",
        "callee": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "lineno": 110,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_to_vertex_cover",
        "callee": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "lineno": 115,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_eppstein_matching_simple",
        "callee": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "lineno": 129,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_hopcroft_karp_matching_simple",
        "callee": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "lineno": 133,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_eppstein_matching_disconnected",
        "callee": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "lineno": 138,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_hopcroft_karp_matching_disconnected",
        "callee": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "lineno": 142,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_issue_2127",
        "callee": "networkx.algorithms.bipartite.matching.hopcroft_karp_matching",
        "lineno": 169,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_issue_2127",
        "callee": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "lineno": 170,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_vertex_cover_issue_2384",
        "callee": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "lineno": 177,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_vertex_cover_issue_3306",
        "callee": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "lineno": 187,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMatching.test_unorderable_nodes",
        "callee": "networkx.algorithms.bipartite.matching.to_vertex_cover",
        "lineno": 199,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.test_eppstein_matching",
        "callee": "networkx.algorithms.bipartite.matching.eppstein_matching",
        "lineno": 210,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_incomplete_graph",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 227,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_with_no_full_matching",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 240,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_square",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 253,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_smaller_left",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 270,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_smaller_top_nodes_right",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 287,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_smaller_right",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 304,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_negative_weights",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 313,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matching.TestMinimumWeightFullMatching.test_minimum_weight_full_matching_different_weight_key",
        "callee": "networkx.algorithms.bipartite.matching.minimum_weight_full_matching",
        "lineno": 322,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.bipartite.tests.test_matrix": [
      {
        "caller": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_from_biadjacency_nodelist",
        "callee": "networkx.algorithms.bipartite.tests.test_matrix.TestBiadjacencyMatrix.test_from_biadjacency_nodelist.map_edges",
        "lineno": 118,
        "resolution": "same_class_name_call"
      }
    ],
    "networkx.algorithms.bipartite.tests.test_project": [],
    "networkx.algorithms.bipartite.tests.test_redundancy": [],
    "networkx.algorithms.bipartite.tests.test_spectral_bipartivity": [],
    "networkx.algorithms.bipartite.tests": [],
    "networkx.algorithms.centrality.betweenness": [
      {
        "caller": "networkx.algorithms.centrality.betweenness.betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "lineno": 227,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "lineno": 229,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._accumulate_endpoints",
        "lineno": 232,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._accumulate_basic",
        "lineno": 234,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._rescale",
        "lineno": 236,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.edge_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "lineno": 379,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.edge_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "lineno": 381,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.edge_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._accumulate_edges",
        "lineno": 383,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.edge_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._rescale",
        "lineno": 387,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness.edge_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.betweenness._add_edge_keys",
        "lineno": 395,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "callee": "<external>.collections.deque",
        "lineno": 411,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "callee": "<builtin>.list.append",
        "lineno": 414,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 428,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "callee": "<external>.itertools.count",
        "lineno": 438,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "callee": "<external>.heapq.heappush",
        "lineno": 440,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "callee": "<external>.heapq.heappop",
        "lineno": 442,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "callee": "<builtin>.list.append",
        "lineno": 446,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "callee": "<external>.heapq.heappush",
        "lineno": 452,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._add_edge_keys",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 585,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness._add_edge_keys",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 563,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.betweenness_subset": [
      {
        "caller": "networkx.algorithms.centrality.betweenness_subset.betweenness_centrality_subset",
        "callee": "networkx.algorithms.centrality.betweenness_subset._accumulate_subset",
        "lineno": 110,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness_subset.betweenness_centrality_subset",
        "callee": "networkx.algorithms.centrality.betweenness._rescale",
        "lineno": 111,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness_subset.edge_betweenness_centrality_subset",
        "callee": "networkx.algorithms.centrality.betweenness_subset._accumulate_edges_subset",
        "lineno": 197,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness_subset.edge_betweenness_centrality_subset",
        "callee": "networkx.algorithms.centrality.betweenness._rescale",
        "lineno": 200,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.betweenness_subset.edge_betweenness_centrality_subset",
        "callee": "networkx.algorithms.centrality.betweenness._add_edge_keys",
        "lineno": 202,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.closeness": [
      {
        "caller": "networkx.algorithms.centrality.closeness.closeness_centrality",
        "callee": "<external>.collections.defaultdict",
        "lineno": 123,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.closeness.incremental_closeness_centrality",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 164,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.current_flow_betweenness": [
      {
        "caller": "networkx.algorithms.centrality.current_flow_betweenness.current_flow_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.flow_matrix.flow_matrix_row",
        "lineno": 252,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.current_flow_betweenness.edge_current_flow_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.flow_matrix.flow_matrix_row",
        "lineno": 358,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.current_flow_betweenness_subset": [
      {
        "caller": "networkx.algorithms.centrality.current_flow_betweenness_subset.current_flow_betweenness_centrality_subset",
        "callee": "networkx.algorithms.centrality.flow_matrix.flow_matrix_row",
        "lineno": 105,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.current_flow_betweenness_subset.edge_current_flow_betweenness_centrality_subset",
        "callee": "networkx.algorithms.centrality.flow_matrix.flow_matrix_row",
        "lineno": 216,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.current_flow_closeness": [],
    "networkx.algorithms.centrality.degree_alg": [
      {
        "caller": "networkx.algorithms.centrality.degree_alg.in_degree_centrality",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 67,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.degree_alg.out_degree_centrality",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 117,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.dispersion": [
      {
        "caller": "networkx.algorithms.centrality.dispersion.dispersion._dispersion",
        "callee": "<external>.itertools.combinations",
        "lineno": 63,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.dispersion.dispersion",
        "callee": "networkx.algorithms.centrality.dispersion.dispersion._dispersion",
        "lineno": 91,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.centrality.dispersion.dispersion",
        "callee": "networkx.algorithms.centrality.dispersion.dispersion._dispersion",
        "lineno": 96,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.centrality.dispersion.dispersion",
        "callee": "networkx.algorithms.centrality.dispersion.dispersion._dispersion",
        "lineno": 102,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.centrality.dispersion.dispersion",
        "callee": "networkx.algorithms.centrality.dispersion.dispersion._dispersion",
        "lineno": 105,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.centrality.eigenvector": [
      {
        "caller": "networkx.algorithms.centrality.eigenvector.eigenvector_centrality",
        "callee": "<builtin>.dict.values",
        "lineno": 169,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.eigenvector.eigenvector_centrality",
        "callee": "<builtin>.dict.values",
        "lineno": 173,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.eigenvector.eigenvector_centrality",
        "callee": "<builtin>.dict.items",
        "lineno": 174,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.eigenvector.eigenvector_centrality",
        "callee": "<builtin>.dict.items",
        "lineno": 190,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.centrality.flow_matrix": [
      {
        "caller": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.__init__",
        "callee": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.width",
        "lineno": 45,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.__init__",
        "callee": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.init_solver",
        "lineno": 50,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.get_rows",
        "callee": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.solve_inverse",
        "lineno": 63,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.get_row",
        "callee": "networkx.algorithms.centrality.flow_matrix.InverseLaplacian.solve_inverse",
        "lineno": 67,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.centrality.group": [
      {
        "caller": "networkx.algorithms.centrality.group.group_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.group._group_preprocessing",
        "lineno": 128,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_betweenness_centrality",
        "callee": "<external>.copy.deepcopy",
        "lineno": 135,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_betweenness_centrality",
        "callee": "<external>.copy.deepcopy",
        "lineno": 136,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_betweenness_centrality",
        "callee": "<external>.copy.deepcopy",
        "lineno": 137,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_betweenness_centrality",
        "callee": "<external>.copy.deepcopy",
        "lineno": 138,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_betweenness_centrality",
        "callee": "<builtin>.list.append",
        "lineno": 195,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._group_preprocessing",
        "callee": "networkx.algorithms.centrality.betweenness._single_source_shortest_path_basic",
        "lineno": 208,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._group_preprocessing",
        "callee": "networkx.algorithms.centrality.betweenness._single_source_dijkstra_path_basic",
        "lineno": 210,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._group_preprocessing",
        "callee": "networkx.algorithms.centrality.betweenness._accumulate_endpoints",
        "lineno": 211,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.prominent_group",
        "callee": "networkx.algorithms.centrality.group._group_preprocessing",
        "lineno": 355,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.prominent_group",
        "callee": "networkx.algorithms.centrality.group._dfbnb",
        "lineno": 379,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._dfbnb",
        "callee": "networkx.algorithms.centrality.group._heuristic",
        "lineno": 431,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._dfbnb",
        "callee": "networkx.algorithms.centrality.group._dfbnb",
        "lineno": 436,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._dfbnb",
        "callee": "networkx.algorithms.centrality.group._dfbnb",
        "lineno": 444,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._dfbnb",
        "callee": "networkx.algorithms.centrality.group._dfbnb",
        "lineno": 447,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._dfbnb",
        "callee": "networkx.algorithms.centrality.group._dfbnb",
        "lineno": 451,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._dfbnb",
        "callee": "networkx.algorithms.centrality.group._dfbnb",
        "lineno": 454,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._heuristic",
        "callee": "<external>.copy.deepcopy",
        "lineno": 470,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group._heuristic",
        "callee": "<external>.copy.deepcopy",
        "lineno": 534,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_in_degree_centrality",
        "callee": "networkx.algorithms.centrality.group.group_degree_centrality",
        "lineno": 740,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_in_degree_centrality",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 696,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_out_degree_centrality",
        "callee": "networkx.algorithms.centrality.group.group_degree_centrality",
        "lineno": 787,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.group.group_out_degree_centrality",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 743,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.harmonic": [
      {
        "caller": "networkx.algorithms.centrality.harmonic.harmonic_centrality",
        "callee": "<external>.functools.partial",
        "lineno": 80,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.centrality.katz": [],
    "networkx.algorithms.centrality.laplacian": [],
    "networkx.algorithms.centrality.load": [
      {
        "caller": "networkx.algorithms.centrality.load.newman_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.load._node_betweenness",
        "lineno": 63,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.load.newman_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.load._node_betweenness",
        "lineno": 73,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.load._node_betweenness",
        "callee": "<builtin>.list.sort",
        "lineno": 109,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.load._node_betweenness",
        "callee": "<builtin>.list.pop",
        "lineno": 116,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.load.edge_load_centrality",
        "callee": "networkx.algorithms.centrality.load._edge_betweenness",
        "lineno": 170,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.load._edge_betweenness",
        "callee": "<external>.operator.itemgetter",
        "lineno": 181,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.centrality.load._edge_betweenness",
        "callee": "<builtin>.list.pop",
        "lineno": 189,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.centrality.percolation": [
      {
        "caller": "networkx.algorithms.centrality.percolation.percolation_centrality",
        "callee": "networkx.algorithms.centrality.percolation._accumulate_percolation",
        "lineno": 105,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.centrality.reaching": [
      {
        "caller": "networkx.algorithms.centrality.reaching.local_reaching_centrality",
        "callee": "networkx.algorithms.centrality.reaching._average_weight",
        "lineno": 207,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.centrality.second_order": [
      {
        "caller": "networkx.algorithms.centrality.second_order.second_order_centrality",
        "callee": "networkx.algorithms.centrality.second_order.second_order_centrality._Qj",
        "lineno": 133,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.centrality.subgraph_alg": [
      {
        "caller": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "callee": "<builtin>.dict.items",
        "lineno": 311,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.subgraph_alg.estrada_index",
        "callee": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality",
        "lineno": 361,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.centrality.trophic": [
      {
        "caller": "networkx.algorithms.centrality.trophic.trophic_differences",
        "callee": "networkx.algorithms.centrality.trophic.trophic_levels",
        "lineno": 131,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.trophic.trophic_incoherence_parameter",
        "callee": "networkx.algorithms.centrality.trophic.trophic_differences",
        "lineno": 169,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.trophic.trophic_incoherence_parameter",
        "callee": "networkx.algorithms.centrality.trophic.trophic_differences",
        "lineno": 180,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.centrality.voterank_alg": [
      {
        "caller": "networkx.algorithms.centrality.voterank_alg.voterank",
        "callee": "<builtin>.list.append",
        "lineno": 88,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.centrality": [],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality": [
      {
        "caller": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_G",
        "callee": "networkx.algorithms.centrality.tests.test_betweenness_centrality.weighted_G",
        "lineno": 611,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_betweenness_centrality.TestWeightedBetweennessCentrality.test_G3",
        "callee": "networkx.algorithms.centrality.tests.test_betweenness_centrality.weighted_G",
        "lineno": 643,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset": [],
    "networkx.algorithms.centrality.tests.test_closeness_centrality": [
      {
        "caller": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_directed_raises",
        "callee": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_add_edge",
        "lineno": 241,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_wrong_size_prev_cc_raises",
        "callee": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_add_edge",
        "lineno": 247,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_wrong_nodes_prev_cc_raises",
        "callee": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_add_edge",
        "lineno": 255,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_zero_centrality",
        "callee": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_remove_edge",
        "lineno": 265,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_incremental",
        "callee": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_remove_edge",
        "lineno": 281,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.test_incremental",
        "callee": "networkx.algorithms.centrality.tests.test_closeness_centrality.TestIncrementalClosenessCentrality.pick_add_edge",
        "lineno": 285,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality": [
      {
        "caller": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestEdgeFlowBetweennessCentrality.test_C4",
        "callee": "<builtin>.dict.items",
        "lineno": 233,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality.TestEdgeFlowBetweennessCentrality.test_P4",
        "callee": "<builtin>.dict.items",
        "lineno": 242,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset": [],
    "networkx.algorithms.centrality.tests.test_current_flow_closeness": [],
    "networkx.algorithms.centrality.tests.test_degree_centrality": [],
    "networkx.algorithms.centrality.tests.test_dispersion": [
      {
        "caller": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion.test_article",
        "callee": "networkx.algorithms.centrality.tests.test_dispersion.small_ego_G",
        "lineno": 45,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion.test_results_length",
        "callee": "networkx.algorithms.centrality.tests.test_dispersion.small_ego_G",
        "lineno": 53,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_dispersion.TestDispersion.test_dispersion_v_only",
        "callee": "networkx.algorithms.centrality.tests.test_dispersion.small_ego_G",
        "lineno": 62,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.centrality.tests.test_eigenvector_centrality": [],
    "networkx.algorithms.centrality.tests.test_group": [],
    "networkx.algorithms.centrality.tests.test_harmonic_centrality": [],
    "networkx.algorithms.centrality.tests.test_katz_centrality": [],
    "networkx.algorithms.centrality.tests.test_laplacian_centrality": [],
    "networkx.algorithms.centrality.tests.test_load_centrality": [],
    "networkx.algorithms.centrality.tests.test_percolation_centrality": [
      {
        "caller": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_percolation_example1a",
        "callee": "networkx.algorithms.centrality.tests.test_percolation_centrality.example1a_G",
        "lineno": 36,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_percolation_example1a",
        "callee": "<builtin>.dict.items",
        "lineno": 39,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_percolation_example1b",
        "callee": "networkx.algorithms.centrality.tests.test_percolation_centrality.example1b_G",
        "lineno": 45,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_percolation_example1b",
        "callee": "<builtin>.dict.items",
        "lineno": 48,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_percolation_centrality.test_converge_to_betweenness",
        "callee": "<builtin>.dict.items",
        "lineno": 80,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.centrality.tests.test_reaching": [],
    "networkx.algorithms.centrality.tests.test_second_order_centrality": [],
    "networkx.algorithms.centrality.tests.test_subgraph": [
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_subgraph_centrality",
        "callee": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality",
        "lineno": 18,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_subgraph_centrality",
        "callee": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality",
        "lineno": 39,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_subgraph_centrality",
        "callee": "networkx.algorithms.centrality.subgraph_alg.subgraph_centrality_exp",
        "lineno": 42,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality_small",
        "callee": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "lineno": 57,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality_small",
        "callee": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "lineno": 60,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality_small",
        "callee": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "lineno": 63,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality_small",
        "callee": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "lineno": 67,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality_small",
        "callee": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "lineno": 71,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "lineno": 82,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_communicability_betweenness_centrality",
        "callee": "networkx.algorithms.centrality.subgraph_alg.communicability_betweenness_centrality",
        "lineno": 103,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.centrality.tests.test_subgraph.TestSubgraph.test_estrada_index",
        "callee": "networkx.algorithms.centrality.subgraph_alg.estrada_index",
        "lineno": 109,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.centrality.tests.test_trophic": [],
    "networkx.algorithms.centrality.tests.test_voterank": [],
    "networkx.algorithms.centrality.tests": [],
    "networkx.algorithms.coloring.equitable_coloring": [
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.is_equitable",
        "callee": "networkx.algorithms.coloring.equitable_coloring.is_coloring",
        "lineno": 23,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.is_equitable",
        "callee": "<external>.collections.defaultdict",
        "lineno": 27,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.make_C_from_F",
        "callee": "<external>.collections.defaultdict",
        "lineno": 51,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.move_witnesses",
        "callee": "networkx.algorithms.coloring.equitable_coloring.change_color",
        "lineno": 111,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "<builtin>.list.append",
        "lineno": 161,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "<builtin>.list.append",
        "lineno": 174,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "<builtin>.list.extend",
        "lineno": 181,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.move_witnesses",
        "lineno": 189,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.change_color",
        "lineno": 232,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.move_witnesses",
        "lineno": 236,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.change_color",
        "lineno": 248,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "lineno": 251,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "<builtin>.list.extend",
        "lineno": 302,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.move_witnesses",
        "lineno": 334,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.move_witnesses",
        "lineno": 339,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.change_color",
        "lineno": 351,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.change_color",
        "lineno": 357,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "callee": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "lineno": 363,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "callee": "networkx.algorithms.coloring.equitable_coloring.pad_graph",
        "lineno": 454,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "callee": "networkx.algorithms.coloring.equitable_coloring.make_C_from_F",
        "lineno": 463,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "callee": "networkx.algorithms.coloring.equitable_coloring.make_N_from_L_C",
        "lineno": 466,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "callee": "networkx.algorithms.coloring.equitable_coloring.make_H_from_C_N",
        "lineno": 469,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "callee": "networkx.algorithms.coloring.equitable_coloring.change_color",
        "lineno": 500,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.equitable_coloring.equitable_color",
        "callee": "networkx.algorithms.coloring.equitable_coloring.procedure_P",
        "lineno": 503,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.coloring.greedy_coloring": [
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.strategy_smallest_last",
        "callee": "<external>.collections.deque",
        "lineno": 69,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.strategy_smallest_last",
        "callee": "<external>.collections.defaultdict",
        "lineno": 72,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.strategy_smallest_last",
        "callee": "networkx.algorithms.coloring.greedy_coloring.strategy_smallest_last.find_min_degree",
        "lineno": 85,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.strategy_independent_set",
        "callee": "networkx.algorithms.coloring.greedy_coloring._maximal_independent_set",
        "lineno": 141,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.strategy_connected_sequential_bfs",
        "callee": "networkx.algorithms.coloring.greedy_coloring.strategy_connected_sequential",
        "lineno": 156,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.strategy_connected_sequential_dfs",
        "callee": "networkx.algorithms.coloring.greedy_coloring.strategy_connected_sequential",
        "lineno": 169,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.strategy_saturation_largest_first",
        "callee": "<builtin>.dict.items",
        "lineno": 244,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.greedy_color",
        "callee": "<builtin>.dict.get",
        "lineno": 348,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring.greedy_color",
        "callee": "networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange",
        "lineno": 365,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange",
        "callee": "networkx.algorithms.coloring.greedy_coloring._Node.__init__",
        "lineno": 473,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange",
        "callee": "networkx.algorithms.coloring.greedy_coloring._AdjEntry.__init__",
        "lineno": 476,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange",
        "callee": "networkx.algorithms.coloring.greedy_coloring._AdjEntry.__init__",
        "lineno": 477,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange",
        "callee": "<builtin>.set.discard",
        "lineno": 492,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.greedy_coloring._greedy_coloring_with_interchange",
        "callee": "<builtin>.dict.values",
        "lineno": 565,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.coloring": [],
    "networkx.algorithms.coloring.tests.test_coloring": [
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases.check_basic_case",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.verify_length",
        "lineno": 36,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases.check_basic_case",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.verify_coloring",
        "lineno": 37,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases.check_basic_case",
        "lineno": 42,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_basic_cases.check_basic_case",
        "lineno": 44,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_special_cases.check_special_case",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.verify_length",
        "lineno": 54,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_special_cases.check_special_case",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.verify_coloring",
        "lineno": 55,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_special_cases",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_special_cases.check_special_case",
        "lineno": 59,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_interchange_invalid",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.one_node_graph",
        "lineno": 62,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_bad_inputs",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.one_node_graph",
        "lineno": 73,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_as_function",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.lf_shc",
        "lineno": 82,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_seed_argument",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.lf_shc",
        "lineno": 88,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_equitable_color",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.max_degree",
        "lineno": 124,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_equitable_color_empty",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.max_degree",
        "lineno": 129,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_equitable_color_large",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.max_degree",
        "lineno": 134,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_equitable_color_large",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.max_degree",
        "lineno": 135,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_case_V_plus_not_in_A_cal",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.check_state",
        "lineno": 173,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_cast_no_solo",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.check_state",
        "lineno": 200,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_hard_prob",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.make_params_from_graph",
        "lineno": 260,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_hard_prob",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.check_state",
        "lineno": 265,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_hardest_prob",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.make_params_from_graph",
        "lineno": 425,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_hardest_prob",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.check_state",
        "lineno": 430,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first.color_remaining_nodes",
        "callee": "<builtin>.list.append",
        "lineno": 456,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first.color_remaining_nodes",
        "callee": "<builtin>.list.append",
        "lineno": 469,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first.color_remaining_nodes",
        "lineno": 480,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.TestColoring.test_strategy_saturation_largest_first.color_remaining_nodes",
        "lineno": 491,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.coloring.tests.test_coloring.verify_length",
        "callee": "networkx.algorithms.coloring.tests.test_coloring.dict_to_sets",
        "lineno": 518,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.coloring.tests": [],
    "networkx.algorithms.community.asyn_fluid": [
      {
        "caller": "networkx.algorithms.community.asyn_fluid.asyn_fluidc",
        "callee": "<external>.collections.Counter",
        "lineno": 102,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.community.bipartitions": [
      {
        "caller": "networkx.algorithms.community.bipartitions._kernighan_lin_sweep",
        "callee": "networkx.algorithms.community.bipartitions._kernighan_lin_sweep._update_heap_values",
        "lineno": 46,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.bipartitions._kernighan_lin_sweep",
        "callee": "networkx.algorithms.community.bipartitions._kernighan_lin_sweep._update_heap_values",
        "lineno": 48,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.bipartitions.kernighan_lin_bisection",
        "callee": "networkx.algorithms.community.bipartitions._kernighan_lin_sweep",
        "lineno": 157,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.bipartitions.kernighan_lin_bisection",
        "callee": "<builtin>.dict.items",
        "lineno": 167,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.bipartitions.kernighan_lin_bisection",
        "callee": "<builtin>.dict.items",
        "lineno": 168,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.bipartitions.greedy_node_swap_bipartition",
        "callee": "<external>.copy.deepcopy",
        "lineno": 303,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.bipartitions.greedy_node_swap_bipartition",
        "callee": "<external>.copy.deepcopy",
        "lineno": 315,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.bipartitions.greedy_node_swap_bipartition",
        "callee": "<external>.copy.deepcopy",
        "lineno": 350,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.community.centrality": [
      {
        "caller": "networkx.algorithms.community.centrality.girvan_newman",
        "callee": "networkx.algorithms.community.centrality._without_most_central_edges",
        "lineno": 148,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.community.community_utils": [],
    "networkx.algorithms.community.divisive": [
      {
        "caller": "networkx.algorithms.community.divisive.edge_current_flow_betweenness_partition",
        "callee": "<builtin>.dict.update",
        "lineno": 187,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.divisive.edge_current_flow_betweenness_partition",
        "callee": "<builtin>.list.append",
        "lineno": 206,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.community.kclique": [
      {
        "caller": "networkx.algorithms.community.kclique.k_clique_communities",
        "callee": "<external>.collections.defaultdict",
        "lineno": 54,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.kclique.k_clique_communities",
        "callee": "networkx.algorithms.community.kclique._get_adjacent_cliques",
        "lineno": 63,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.community.label_propagation": [
      {
        "caller": "networkx.algorithms.community.label_propagation.fast_label_propagation_communities",
        "callee": "<external>.collections.deque",
        "lineno": 68,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.fast_label_propagation_communities",
        "callee": "networkx.algorithms.community.label_propagation._fast_label_count",
        "lineno": 85,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation._fast_label_count",
        "callee": "<external>.collections.Counter",
        "lineno": 114,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation._fast_label_count",
        "callee": "<external>.collections.defaultdict",
        "lineno": 118,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation._fast_label_count",
        "callee": "<external>.collections.defaultdict",
        "lineno": 128,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.asyn_lpa_communities",
        "callee": "<external>.collections.Counter",
        "lineno": 211,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.asyn_lpa_communities",
        "callee": "<external>.collections.defaultdict",
        "lineno": 215,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.label_propagation_communities",
        "callee": "networkx.algorithms.community.label_propagation._color_network",
        "lineno": 267,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.label_propagation_communities",
        "callee": "networkx.algorithms.community.label_propagation._labeling_complete",
        "lineno": 270,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.label_propagation_communities",
        "callee": "networkx.algorithms.community.label_propagation._update_label",
        "lineno": 274,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.label_propagation_communities",
        "callee": "<external>.collections.defaultdict",
        "lineno": 276,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation.label_propagation_communities",
        "callee": "<builtin>.dict.items",
        "lineno": 277,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation._labeling_complete",
        "callee": "networkx.algorithms.community.label_propagation._most_frequent_labels",
        "lineno": 306,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation._most_frequent_labels",
        "callee": "<external>.collections.Counter",
        "lineno": 321,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.label_propagation._update_label",
        "callee": "networkx.algorithms.community.label_propagation._most_frequent_labels",
        "lineno": 332,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.community.leiden": [
      {
        "caller": "networkx.algorithms.community.leiden.leiden_communities",
        "callee": "networkx.algorithms.community.leiden.leiden_partitions",
        "lineno": 147,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden.leiden_communities",
        "callee": "<external>.collections.deque",
        "lineno": 155,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden.leiden_partitions",
        "callee": "networkx.algorithms.community.leiden._convert_multigraph",
        "lineno": 234,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden.leiden_partitions.guarded_modularity",
        "callee": "networkx.algorithms.community.quality.modularity",
        "lineno": 319,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden.leiden_partitions",
        "callee": "networkx.algorithms.community.leiden._move_nodes_fast",
        "lineno": 463,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden.leiden_partitions",
        "callee": "networkx.algorithms.community.leiden._refine_partition",
        "lineno": 465,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden.leiden_partitions",
        "callee": "networkx.algorithms.community.leiden._create_aggregate_graph",
        "lineno": 474,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden._move_nodes_fast",
        "callee": "<external>.collections.deque",
        "lineno": 507,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden._refine_partition",
        "callee": "networkx.algorithms.community.leiden._merge_node_subset",
        "lineno": 571,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden._refine_partition",
        "callee": "<builtin>.list.append",
        "lineno": 579,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden._merge_node_subset",
        "callee": "<builtin>.list.append",
        "lineno": 650,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.leiden._merge_node_subset",
        "callee": "<builtin>.list.append",
        "lineno": 651,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.community.local": [
      {
        "caller": "networkx.algorithms.community.local._clauset_greedy_source_expansion",
        "callee": "networkx.algorithms.community.local._calculate_local_modularity_for_candidate",
        "lineno": 45,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.community.louvain": [
      {
        "caller": "networkx.algorithms.community.louvain.louvain_communities",
        "callee": "networkx.algorithms.community.louvain.louvain_partitions",
        "lineno": 124,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain.louvain_communities",
        "callee": "<external>.collections.deque",
        "lineno": 129,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain.louvain_partitions",
        "callee": "networkx.algorithms.community.louvain._convert_multigraph",
        "lineno": 201,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain.louvain_partitions",
        "callee": "networkx.algorithms.community.louvain._one_level",
        "lineno": 208,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain.louvain_partitions",
        "callee": "networkx.algorithms.community.louvain._gen_graph",
        "lineno": 221,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain.louvain_partitions",
        "callee": "networkx.algorithms.community.louvain._one_level",
        "lineno": 222,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain._one_level",
        "callee": "<external>.collections.defaultdict",
        "lineno": 257,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain._one_level",
        "callee": "networkx.algorithms.community.louvain._neighbor_weights",
        "lineno": 277,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.louvain._neighbor_weights",
        "callee": "<external>.collections.defaultdict",
        "lineno": 346,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.community.lukes": [
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "<external>.copy.deepcopy",
        "lineno": 82,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "<external>.random.choice",
        "lineno": 84,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "<external>.copy.deepcopy",
        "lineno": 91,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._a_parent_of_leaves_only",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._leaves",
        "lineno": 127,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._value_of_cluster",
        "callee": "<external>.functools.lru_cache",
        "lineno": 132,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._value_of_partition",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._value_of_cluster",
        "lineno": 138,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._weight_of_cluster",
        "callee": "<external>.functools.lru_cache",
        "lineno": 140,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._pivot",
        "lineno": 150,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._pivot",
        "lineno": 151,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._weight_of_cluster",
        "lineno": 156,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._value_of_partition",
        "lineno": 161,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._value_of_partition",
        "lineno": 164,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._leaves",
        "lineno": 167,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._a_parent_of_leaves_only",
        "lineno": 182,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "networkx.algorithms.community.lukes._split_n_from",
        "lineno": 190,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "networkx.algorithms.community.lukes.lukes_partitioning._concatenate_or_merge",
        "lineno": 200,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "<builtin>.dict.items",
        "lineno": 215,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.lukes.lukes_partitioning",
        "callee": "<builtin>.dict.clear",
        "lineno": 217,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.community.modularity_max": [
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "<external>.collections.defaultdict",
        "lineno": 90,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "<external>.collections.defaultdict",
        "lineno": 90,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 104,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 106,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "<builtin>.dict.values",
        "lineno": 110,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.pop",
        "lineno": 118,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 127,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.remove",
        "lineno": 131,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 136,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 182,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.update",
        "lineno": 187,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.remove",
        "lineno": 204,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 207,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 214,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "callee": "<builtin>.dict.values",
        "lineno": 222,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max.greedy_modularity_communities",
        "callee": "networkx.algorithms.community.modularity_max._greedy_modularity_communities_generator",
        "lineno": 327,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max.greedy_modularity_communities",
        "callee": "<builtin>.list.extend",
        "lineno": 345,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max.naive_greedy_modularity_communities",
        "callee": "networkx.algorithms.community.quality.modularity",
        "lineno": 411,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max.naive_greedy_modularity_communities",
        "callee": "networkx.algorithms.community.quality.modularity",
        "lineno": 426,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.modularity_max.naive_greedy_modularity_communities",
        "callee": "<builtin>.list.append",
        "lineno": 444,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.community.quality": [
      {
        "caller": "networkx.algorithms.community.quality._require_partition",
        "callee": "networkx.algorithms.community.community_utils.is_partition",
        "lineno": 58,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.<module>",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 63,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.inter_community_non_edges",
        "callee": "networkx.algorithms.community.quality.inter_community_edges",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.modularity",
        "callee": "networkx.algorithms.community.community_utils.is_partition",
        "lineno": 236,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.modularity",
        "callee": "networkx.algorithms.community.quality.NotAPartition.__init__",
        "lineno": 237,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.overlapping_modularity",
        "callee": "networkx.algorithms.community.community_utils.is_cover",
        "lineno": 377,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.overlapping_modularity",
        "callee": "<external>.collections.defaultdict",
        "lineno": 381,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.overlapping_modularity",
        "callee": "networkx.algorithms.community.quality.overlapping_modularity.community_contribution",
        "lineno": 411,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.overlapping_modularity",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 263,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.constant_potts_model",
        "callee": "networkx.algorithms.community.quality.constant_potts_model.community_contribution",
        "lineno": 615,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.community.quality.partition_quality",
        "callee": "<external>.itertools.combinations",
        "lineno": 675,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.community": [],
    "networkx.algorithms.community.tests.test_asyn_fluid": [],
    "networkx.algorithms.community.tests.test_bipartitions": [
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_partition",
        "callee": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "lineno": 19,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_partition_argument",
        "callee": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "lineno": 26,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_partition_argument_non_integer_nodes",
        "callee": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "lineno": 33,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_seed_argument",
        "callee": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "lineno": 39,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_multigraph",
        "callee": "<external>.itertools.permutations",
        "lineno": 61,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_multigraph",
        "callee": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "lineno": 64,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_max_iter_argument",
        "callee": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "lineno": 91,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_weight_function",
        "callee": "networkx.algorithms.community.tests.test_bipartitions.assert_partition_equal",
        "lineno": 103,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_karate_club",
        "callee": "<builtin>.set.remove",
        "lineno": 125,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_bipartitions.test_karate_club",
        "callee": "<builtin>.set.add",
        "lineno": 126,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.community.tests.test_centrality": [
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "callee": "networkx.algorithms.community.tests.test_centrality.set_of_sets",
        "lineno": 16,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "callee": "networkx.algorithms.community.tests.test_centrality.set_of_sets",
        "lineno": 16,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.validate_possible_communities",
        "callee": "networkx.algorithms.community.tests.test_centrality.set_of_sets",
        "lineno": 20,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.validate_possible_communities",
        "callee": "networkx.algorithms.community.tests.test_centrality.set_of_sets",
        "lineno": 20,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_no_edges",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 34,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_undirected",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 42,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_undirected",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_possible_communities",
        "lineno": 45,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_undirected",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 49,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_directed",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 55,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_directed",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_possible_communities",
        "lineno": 56,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_directed",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 59,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_selfloops",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 67,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_selfloops",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_possible_communities",
        "lineno": 68,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_selfloops",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 71,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_most_valuable_edge.heaviest",
        "callee": "<external>.operator.itemgetter",
        "lineno": 79,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_most_valuable_edge",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 83,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_most_valuable_edge",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 84,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_centrality.TestGirvanNewman.test_most_valuable_edge",
        "callee": "networkx.algorithms.community.tests.test_centrality.validate_communities",
        "lineno": 85,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.community.tests.test_divisive": [],
    "networkx.algorithms.community.tests.test_kclique": [
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.test_overlapping_K5",
        "callee": "<external>.itertools.combinations",
        "lineno": 10,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.test_overlapping_K5",
        "callee": "<external>.itertools.combinations",
        "lineno": 11,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.test_isolated_K5",
        "callee": "<external>.itertools.combinations",
        "lineno": 20,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.test_isolated_K5",
        "callee": "<external>.itertools.combinations",
        "lineno": 21,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k2",
        "callee": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub._check_communities",
        "lineno": 37,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k3",
        "callee": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub._check_communities",
        "lineno": 70,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k4",
        "callee": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub._check_communities",
        "lineno": 78,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k5",
        "callee": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub._check_communities",
        "lineno": 82,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub.test_k6",
        "callee": "networkx.algorithms.community.tests.test_kclique.TestZacharyKarateClub._check_communities",
        "lineno": 86,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.community.tests.test_label_propagation": [
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_null_graph",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities._check_communities",
        "lineno": 134,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_single_node",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities._check_communities",
        "lineno": 139,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_simple_communities",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities._check_communities",
        "lineno": 145,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_several_communities",
        "callee": "<external>.itertools.combinations",
        "lineno": 157,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities.test_several_communities",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestAsynLpaCommunities._check_communities",
        "lineno": 159,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_null_graph",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 173,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_empty_graph",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 178,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_star_graph",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 183,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_complete_graph",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 188,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_bipartite_graph",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 193,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_random_graph",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 198,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_disjoin_cliques",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 203,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_ring_of_cliques",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 209,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_graph_type",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 221,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_graph_type",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 222,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_graph_type",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 223,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_graph_type",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 224,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_weight_argument",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 233,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities.test_seed_argument",
        "callee": "networkx.algorithms.community.tests.test_label_propagation.TestFastLabelPropagationCommunities._check_communities",
        "lineno": 239,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.community.tests.test_leiden": [
      {
        "caller": "networkx.algorithms.community.tests.test_leiden.test_overall_increase",
        "callee": "networkx.algorithms.community.tests.test_leiden._quality",
        "lineno": 74,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_leiden.test_coverage_up_with_leiden_metrics",
        "callee": "networkx.algorithms.community.tests.test_leiden._metrics",
        "lineno": 87,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_leiden.test_max_level_kwarg",
        "callee": "networkx.algorithms.community.tests.test_leiden._metrics",
        "lineno": 178,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_leiden.test_directed_graphs_modularity",
        "callee": "networkx.algorithms.community.tests.test_leiden._metrics",
        "lineno": 285,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.community.tests.test_local": [],
    "networkx.algorithms.community.tests.test_louvain": [],
    "networkx.algorithms.community.tests.test_lukes": [
      {
        "caller": "networkx.algorithms.community.tests.test_lukes.test_paper_1_case",
        "callee": "<external>.itertools.product",
        "lineno": 108,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_lukes.test_paper_1_case",
        "callee": "networkx.algorithms.community.tests.test_lukes.paper_1_case",
        "lineno": 109,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_lukes.test_paper_2_case",
        "callee": "<external>.itertools.product",
        "lineno": 121,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_lukes.test_paper_2_case",
        "callee": "networkx.algorithms.community.tests.test_lukes.paper_2_case",
        "lineno": 122,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.community.tests.test_modularity_max": [],
    "networkx.algorithms.community.tests.test_quality": [
      {
        "caller": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_undirected",
        "callee": "networkx.algorithms.community.tests.test_quality._validate_quality_delta",
        "lineno": 117,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_directed",
        "callee": "networkx.algorithms.community.tests.test_quality._validate_quality_delta",
        "lineno": 136,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_undirected_weights",
        "callee": "networkx.algorithms.community.tests.test_quality._validate_quality_delta",
        "lineno": 170,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_quality.test_cpm_delta_directed_weights",
        "callee": "networkx.algorithms.community.tests.test_quality._validate_quality_delta",
        "lineno": 214,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_quality.test_inter_community_edges_with_digraphs",
        "callee": "networkx.algorithms.community.quality.inter_community_edges",
        "lineno": 516,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_quality.test_inter_community_edges_with_digraphs",
        "callee": "networkx.algorithms.community.quality.inter_community_edges",
        "lineno": 520,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.community.tests.test_quality.test_inter_community_edges_with_digraphs",
        "callee": "networkx.algorithms.community.quality.inter_community_edges",
        "lineno": 524,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.community.tests.test_utils": [],
    "networkx.algorithms.community.tests": [],
    "networkx.algorithms.components.attracting": [
      {
        "caller": "networkx.algorithms.components.attracting.attracting_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 13,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.attracting.number_attracting_components",
        "callee": "networkx.algorithms.components.attracting.attracting_components",
        "lineno": 83,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.attracting.number_attracting_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 57,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.attracting.is_attracting_component",
        "callee": "networkx.algorithms.components.attracting.attracting_components",
        "lineno": 112,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.attracting.is_attracting_component",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 86,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.components.biconnected": [
      {
        "caller": "networkx.algorithms.components.biconnected.is_biconnected",
        "callee": "networkx.algorithms.components.biconnected.biconnected_components",
        "lineno": 81,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected.is_biconnected",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 16,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected.biconnected_component_edges",
        "callee": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "lineno": 167,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected.biconnected_component_edges",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 97,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected.biconnected_components",
        "callee": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "lineno": 259,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected.biconnected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 170,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected.articulation_points",
        "callee": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "lineno": 332,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected.articulation_points",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 263,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "callee": "<builtin>.list.append",
        "lineno": 364,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "callee": "<builtin>.list.append",
        "lineno": 368,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "callee": "<builtin>.list.append",
        "lineno": 371,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "callee": "<builtin>.list.pop",
        "lineno": 374,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.biconnected._biconnected_dfs",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 338,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.components.connected": [
      {
        "caller": "networkx.algorithms.components.connected.connected_components",
        "callee": "networkx.algorithms.components.connected._plain_bfs",
        "lineno": 86,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.connected.connected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 14,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.connected.number_connected_components",
        "callee": "networkx.algorithms.components.connected.connected_components",
        "lineno": 147,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.connected.number_connected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 91,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.connected.is_connected",
        "callee": "networkx.algorithms.components.connected.connected_components",
        "lineno": 206,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.connected.is_connected",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 150,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.connected.node_connected_component",
        "callee": "networkx.algorithms.components.connected._plain_bfs",
        "lineno": 262,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.connected.node_connected_component",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 209,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.connected._plain_bfs",
        "callee": "<builtin>.set.add",
        "lineno": 276,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.connected._plain_bfs",
        "callee": "<builtin>.list.append",
        "lineno": 277,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.components.semiconnected": [],
    "networkx.algorithms.components.strongly_connected": [
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 101,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 102,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 103,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 112,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 113,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 114,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.pop",
        "lineno": 130,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.pop",
        "lineno": 131,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.pop",
        "lineno": 132,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.set.add",
        "lineno": 137,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.pop",
        "lineno": 137,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 143,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 15,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.kosaraju_strongly_connected_components",
        "callee": "<builtin>.list.pop",
        "lineno": 211,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.kosaraju_strongly_connected_components",
        "callee": "<builtin>.set.add",
        "lineno": 214,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.kosaraju_strongly_connected_components",
        "callee": "<builtin>.list.append",
        "lineno": 216,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.kosaraju_strongly_connected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 150,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.number_strongly_connected_components",
        "callee": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "lineno": 258,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.number_strongly_connected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 220,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.is_strongly_connected",
        "callee": "networkx.algorithms.components.strongly_connected.strongly_connected_components",
        "lineno": 310,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.is_strongly_connected",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 261,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.condensation",
        "callee": "<builtin>.dict.update",
        "lineno": 387,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.strongly_connected.condensation",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 313,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.components.weakly_connected": [
      {
        "caller": "networkx.algorithms.components.weakly_connected.weakly_connected_components",
        "callee": "networkx.algorithms.components.weakly_connected._plain_bfs",
        "lineno": 65,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected.weakly_connected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 13,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected.number_weakly_connected_components",
        "callee": "networkx.algorithms.components.weakly_connected.weakly_connected_components",
        "lineno": 107,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected.number_weakly_connected_components",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 70,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected.is_weakly_connected",
        "callee": "networkx.algorithms.components.weakly_connected.weakly_connected_components",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected.is_weakly_connected",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 110,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected._plain_bfs",
        "callee": "<builtin>.set.add",
        "lineno": 188,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected._plain_bfs",
        "callee": "<builtin>.list.append",
        "lineno": 189,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected._plain_bfs",
        "callee": "<builtin>.set.add",
        "lineno": 192,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.components.weakly_connected._plain_bfs",
        "callee": "<builtin>.list.append",
        "lineno": 193,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.components": [],
    "networkx.algorithms.components.tests.test_attracting": [],
    "networkx.algorithms.components.tests.test_biconnected": [
      {
        "caller": "networkx.algorithms.components.tests.test_biconnected.test_barbell",
        "callee": "networkx.algorithms.components.tests.test_biconnected.assert_components_equal",
        "lineno": 39,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_components_cycle",
        "callee": "networkx.algorithms.components.tests.test_biconnected.assert_components_equal",
        "lineno": 77,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_components1",
        "callee": "networkx.algorithms.components.tests.test_biconnected.assert_components_edges_equal",
        "lineno": 122,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_components2",
        "callee": "networkx.algorithms.components.tests.test_biconnected.assert_components_edges_equal",
        "lineno": 147,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_karate",
        "callee": "networkx.algorithms.components.tests.test_biconnected.assert_components_equal",
        "lineno": 195,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.components.tests.test_biconnected.test_biconnected_eppstein",
        "callee": "networkx.algorithms.components.tests.test_biconnected.assert_components_equal",
        "lineno": 229,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.components.tests.test_connected": [
      {
        "caller": "networkx.algorithms.components.tests.test_connected.TestConnected.test_connected_components_nx_loopback",
        "callee": "networkx.classes.tests.dispatch_interface.convert",
        "lineno": 80,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.algorithms.components.tests.test_semiconnected": [],
    "networkx.algorithms.components.tests.test_strongly_connected": [],
    "networkx.algorithms.components.tests.test_weakly_connected": [],
    "networkx.algorithms.components.tests": [],
    "networkx.algorithms.connectivity.connectivity": [
      {
        "caller": "networkx.algorithms.connectivity.connectivity.local_node_connectivity",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 188,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_node_connectivity",
        "lineno": 307,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 327,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "callee": "<external>.operator.itemgetter",
        "lineno": 333,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.node_connectivity.neighbors",
        "lineno": 335,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_node_connectivity",
        "lineno": 337,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.node_connectivity.neighbors",
        "lineno": 339,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.node_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_node_connectivity",
        "lineno": 343,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.average_node_connectivity",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 403,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.average_node_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_node_connectivity",
        "lineno": 409,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.all_pairs_node_connectivity",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 471,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.all_pairs_node_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_node_connectivity",
        "lineno": 477,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.local_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity",
        "lineno": 629,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.edge_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_edge_connectivity",
        "lineno": 754,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.edge_connectivity",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity",
        "lineno": 758,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.edge_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_edge_connectivity",
        "lineno": 778,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.edge_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_edge_connectivity",
        "lineno": 780,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.connectivity.edge_connectivity",
        "callee": "networkx.algorithms.connectivity.connectivity.local_edge_connectivity",
        "lineno": 807,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.connectivity.cuts": [
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_st_edge_cut",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity",
        "lineno": 145,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_st_node_cut",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 290,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_st_node_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_edge_cut",
        "lineno": 303,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_node_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_node_cut",
        "lineno": 412,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_node_cut",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 431,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_node_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_node_cut.neighbors",
        "lineno": 440,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_node_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_node_cut",
        "lineno": 441,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_node_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_node_cut.neighbors",
        "lineno": 445,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_node_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_node_cut",
        "lineno": 448,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_edge_cut",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity",
        "lineno": 555,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_edge_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_edge_cut",
        "lineno": 565,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_edge_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_edge_cut",
        "lineno": 581,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_edge_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_edge_cut",
        "lineno": 585,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.cuts.minimum_edge_cut",
        "callee": "networkx.algorithms.connectivity.cuts.minimum_st_edge_cut",
        "lineno": 612,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.connectivity.disjoint_paths": [
      {
        "caller": "networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_edge_connectivity",
        "lineno": 164,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths",
        "callee": "<builtin>.list.append",
        "lineno": 217,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths",
        "callee": "<builtin>.list.append",
        "lineno": 222,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths",
        "callee": "<builtin>.list.append",
        "lineno": 228,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.disjoint_paths.node_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 366,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.disjoint_paths.node_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.disjoint_paths.edge_disjoint_paths",
        "lineno": 393,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.disjoint_paths.node_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.disjoint_paths._unique_everseen",
        "lineno": 396,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.connectivity.edge_augmentation": [
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.one_edge_augmentation",
        "lineno": 254,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.bridge_augmentation",
        "lineno": 258,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "lineno": 261,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "lineno": 271,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation",
        "lineno": 275,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation._edges_between_disjoint",
        "callee": "<builtin>.dict.items",
        "lineno": 340,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "lineno": 346,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation",
        "callee": "<builtin>.dict.keys",
        "lineno": 370,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.partial_k_edge_augmentation._edges_between_disjoint",
        "lineno": 377,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.one_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_one_edge_augmentation",
        "lineno": 432,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.one_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.weighted_one_edge_augmentation",
        "lineno": 434,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_bridge_augmentation",
        "lineno": 486,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "lineno": 488,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges._try_getitem",
        "lineno": 515,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.<module>",
        "callee": "<external>.collections.namedtuple",
        "lineno": 525,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation._lightest_meta_edges",
        "callee": "<external>.collections.defaultdict",
        "lineno": 561,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation._lightest_meta_edges",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._ordered",
        "lineno": 564,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_one_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "lineno": 607,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_one_edge_augmentation",
        "callee": "<external>.collections.defaultdict",
        "lineno": 613,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_one_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "lineno": 666,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_one_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "lineno": 669,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_one_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._lightest_meta_edges",
        "lineno": 672,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "lineno": 780,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_bridge_augmentation",
        "callee": "<external>.collections.defaultdict",
        "lineno": 824,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.unconstrained_bridge_augmentation",
        "callee": "<builtin>.dict.items",
        "lineno": 830,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.one_edge_augmentation",
        "lineno": 916,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "lineno": 928,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "lineno": 932,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._lightest_meta_edges",
        "lineno": 939,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "callee": "<builtin>.dict.keys",
        "lineno": 972,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.weighted_bridge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._minimum_rooted_branching",
        "lineno": 994,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "callee": "<builtin>.dict.update",
        "lineno": 1093,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "callee": "<builtin>.dict.update",
        "lineno": 1098,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 1217,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "lineno": 1222,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "lineno": 1226,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected",
        "lineno": 1237,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "<builtin>.list.append",
        "lineno": 1239,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 1243,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._compat_shuffle",
        "lineno": 1252,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "<builtin>.list.remove",
        "lineno": 1258,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 1259,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_augmentation.greedy_k_edge_augmentation",
        "callee": "<builtin>.list.append",
        "lineno": 1262,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.connectivity.edge_kcomponents": [
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_components",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.bridge_components",
        "lineno": 104,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_components",
        "lineno": 177,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents._k_edge_subgraphs_nodes",
        "lineno": 179,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_components",
        "lineno": 184,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents._k_edge_subgraphs_nodes",
        "lineno": 186,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents._k_edge_subgraphs_nodes",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct._recursive_build",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct._recursive_build",
        "lineno": 355,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct._recursive_build",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct._recursive_build",
        "lineno": 356,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct._recursive_build",
        "lineno": 374,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.construct",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.<class>",
        "lineno": 378,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.EdgeComponentAuxGraph.k_edge_subgraphs",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.k_edge_subgraphs",
        "lineno": 458,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents._high_degree_components",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents._low_degree_nodes",
        "lineno": 490,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents._high_degree_components",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents._low_degree_nodes",
        "lineno": 498,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "callee": "<external>.functools.partial",
        "lineno": 566,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "callee": "<builtin>.set.pop",
        "lineno": 578,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "callee": "<builtin>.set.add",
        "lineno": 589,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.connectivity.kcomponents": [
      {
        "caller": "networkx.algorithms.connectivity.kcomponents.k_components",
        "callee": "<external>.collections.defaultdict",
        "lineno": 110,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents.k_components",
        "callee": "networkx.algorithms.connectivity.kcomponents._generate_partition",
        "lineno": 134,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents.k_components",
        "callee": "<builtin>.list.append",
        "lineno": 145,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents.k_components",
        "callee": "networkx.algorithms.connectivity.kcomponents._generate_partition",
        "lineno": 145,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents.k_components",
        "callee": "<builtin>.list.pop",
        "lineno": 147,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents.k_components",
        "callee": "networkx.algorithms.connectivity.kcomponents._reconstruct_k_components",
        "lineno": 156,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "callee": "<external>.itertools.combinations",
        "lineno": 175,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._generate_partition",
        "callee": "networkx.algorithms.connectivity.kcomponents._generate_partition.has_nbrs_in_partition",
        "lineno": 190,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._generate_partition",
        "callee": "<builtin>.list.append",
        "lineno": 192,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._generate_partition",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 193,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._reconstruct_k_components",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 201,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._reconstruct_k_components",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 203,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._reconstruct_k_components",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 208,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents._reconstruct_k_components",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 210,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcomponents.build_k_number_dict",
        "callee": "<external>.operator.itemgetter",
        "lineno": 217,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.connectivity.kcutsets": [
      {
        "caller": "networkx.algorithms.connectivity.kcutsets.all_node_cuts",
        "callee": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "lineno": 104,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcutsets.all_node_cuts",
        "callee": "<external>.operator.itemgetter",
        "lineno": 129,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcutsets.all_node_cuts",
        "callee": "networkx.algorithms.connectivity.kcutsets._is_separating_set",
        "lineno": 131,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcutsets.all_node_cuts",
        "callee": "<builtin>.list.append",
        "lineno": 132,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcutsets.all_node_cuts",
        "callee": "<external>.collections.defaultdict",
        "lineno": 169,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.kcutsets.all_node_cuts",
        "callee": "<builtin>.list.append",
        "lineno": 203,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.connectivity.stoerwagner": [
      {
        "caller": "networkx.algorithms.connectivity.stoerwagner.stoer_wagner",
        "callee": "<builtin>.set.add",
        "lineno": 122,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.stoerwagner.stoer_wagner",
        "callee": "<builtin>.list.append",
        "lineno": 136,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.stoerwagner.stoer_wagner",
        "callee": "<external>.itertools.islice",
        "lineno": 146,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.connectivity.utils": [
      {
        "caller": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "callee": "<builtin>.list.append",
        "lineno": 53,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.utils.build_auxiliary_node_connectivity",
        "callee": "<builtin>.list.append",
        "lineno": 55,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.connectivity": [],
    "networkx.algorithms.connectivity.tests.test_connectivity": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_connectivity.test_articulation_points",
        "callee": "networkx.algorithms.connectivity.tests.test_connectivity._generate_no_biconnected",
        "lineno": 65,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity",
        "callee": "<builtin>.dict.items",
        "lineno": 385,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_directed",
        "callee": "<builtin>.dict.items",
        "lineno": 397,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_nbunch_combinations",
        "callee": "<builtin>.dict.items",
        "lineno": 408,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_connectivity.TestAllPairsNodeConnectivity.test_all_pairs_connectivity_nbunch_iter",
        "callee": "<builtin>.dict.items",
        "lineno": 419,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.connectivity.tests.test_cuts": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_cuts.test_articulation_points",
        "callee": "networkx.algorithms.connectivity.tests.test_cuts._generate_no_biconnected",
        "lineno": 35,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.connectivity.tests.test_disjoint_paths": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.is_path",
        "lineno": 24,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.is_path",
        "lineno": 37,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_graph_from_pr_2053",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "lineno": 74,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_graph_from_pr_2053",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "lineno": 78,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_florentine_families",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "lineno": 89,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_florentine_families",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "lineno": 93,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_karate",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "lineno": 104,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_karate",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "lineno": 108,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_petersen_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "lineno": 119,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_petersen_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "lineno": 123,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_octahedral_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "lineno": 134,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_octahedral_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "lineno": 138,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_icosahedral_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "lineno": 149,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_icosahedral_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "lineno": 153,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_cutoff_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_edge_disjoint_paths",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_disjoint_paths.test_cutoff_disjoint_paths",
        "callee": "networkx.algorithms.connectivity.tests.test_disjoint_paths.are_node_disjoint_paths",
        "lineno": 170,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.connectivity.tests.test_edge_augmentation": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_weight_key",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "lineno": 46,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_weight_key",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 49,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_weight_key",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 50,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_weight_key",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 51,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_weight_key",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 53,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 64,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 65,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 69,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 70,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 73,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 74,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 75,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 76,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 79,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 80,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_k_edge_connected",
        "lineno": 81,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_locally_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected",
        "lineno": 101,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_locally_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected",
        "lineno": 102,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_is_locally_k_edge_connected",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.is_locally_k_edge_connected",
        "lineno": 106,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_null_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 111,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_cliques",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 117,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_clique_and_node",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 124,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_point_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 130,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_edgeless_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 136,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_unfeasible",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation.tarjan_bridge_graph",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_unfeasible",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 159,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_unfeasible",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 161,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_tarjan",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation.tarjan_bridge_graph",
        "lineno": 165,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_tarjan",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 167,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_tarjan",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 185,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_tarjan",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_configuration",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 201,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_shell",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 210,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_karate",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 215,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_star",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 220,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_star",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 223,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_star",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 226,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_barbell",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 231,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_barbell",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 234,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_barbell",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 237,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_barbell",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 240,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_bridge",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 245,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_gnp_augmentation",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "lineno": 253,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation.test_gnp_augmentation",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "lineno": 255,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "lineno": 291,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "callee": "<builtin>.list.append",
        "lineno": 300,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "lineno": 334,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._assert_solution_properties",
        "lineno": 383,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "callee": "networkx.algorithms.connectivity.edge_augmentation._unpack_available_edges",
        "lineno": 410,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.complement_edges",
        "lineno": 423,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 442,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 448,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._augment_and_check",
        "lineno": 461,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_augmentations",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_unconstrained_bridge_property",
        "lineno": 484,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_augmentation._check_unconstrained_bridge_property",
        "callee": "networkx.algorithms.connectivity.edge_augmentation.collapse",
        "lineno": 493,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.connectivity.tests.test_edge_kcomponents": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._all_pairs_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._memo_connectivity",
        "lineno": 50,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._all_pairs_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._memo_connectivity",
        "lineno": 52,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._assert_local_cc_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._all_pairs_connectivity",
        "lineno": 71,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 89,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 90,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._assert_local_cc_edge_connectivity",
        "lineno": 94,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._assert_subgraph_edge_connectivity",
        "lineno": 95,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 105,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 111,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 115,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 121,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "lineno": 122,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_zero_k_exception",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "lineno": 148,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_general_k_edge_subgraph_quick_return",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "lineno": 176,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_general_k_edge_subgraph_quick_return",
        "callee": "networkx.algorithms.connectivity.edge_kcomponents.general_k_edge_subgraphs",
        "lineno": 182,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_random_gnp",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 199,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_configuration",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 209,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_shell",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 218,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_karate",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 223,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_tarjan_bridge",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 241,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_bridge_cc",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 249,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_bridge_cc",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 250,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_bridge_cc",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 254,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 272,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 273,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 277,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 280,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 281,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 285,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 288,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 289,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 292,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 293,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_undirected_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 296,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 313,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 314,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 321,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 322,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 330,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 330,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 335,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 335,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 337,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 337,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_local_subgraph_difference_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 339,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 351,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 351,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 353,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 353,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 355,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 355,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_triangles",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 357,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_four_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 375,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_four_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 376,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_four_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 390,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 408,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 408,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 412,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 412,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 415,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 415,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 418,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 418,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_five_clique",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 419,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 442,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 443,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 447,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 450,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 451,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 454,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_directed_aux_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.fset",
        "lineno": 455,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_random_gnp_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 464,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_configuration_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 474,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_shell_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 483,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_edge_kcomponents.test_karate_directed",
        "callee": "networkx.algorithms.connectivity.tests.test_edge_kcomponents._check_edge_connectivity",
        "lineno": 488,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.connectivity.tests.test_kcomponents": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_k_components_alternative_flow_func",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "lineno": 99,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_torrents_and_ferraro_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents.torrents_and_ferraro_graph",
        "lineno": 116,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_torrents_and_ferraro_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "lineno": 118,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_random_gnp",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "lineno": 136,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_shell",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "lineno": 149,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_configuration",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "lineno": 157,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_karate",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "lineno": 163,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_karate_component_number",
        "callee": "networkx.algorithms.connectivity.kcomponents.build_k_number_dict",
        "lineno": 205,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_davis_southern_women",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents._check_connectivity",
        "lineno": 212,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode.list_of_sets_equal",
        "lineno": 294,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 294,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode.list_of_sets_equal",
        "lineno": 297,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 297,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode.list_of_sets_equal",
        "lineno": 300,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 300,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode.list_of_sets_equal",
        "lineno": 303,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 303,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode.list_of_sets_equal",
        "lineno": 313,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 313,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode.list_of_sets_equal",
        "lineno": 323,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcomponents.test_set_consolidation_rosettacode",
        "callee": "networkx.algorithms.connectivity.kcomponents._consolidate",
        "lineno": 323,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.connectivity.tests.test_kcutsets": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_torrents_and_ferraro_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets.torrents_and_ferraro_graph",
        "lineno": 137,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_torrents_and_ferraro_graph",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets._check_separating_sets",
        "lineno": 138,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_example_1",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets.graph_example_1",
        "lineno": 142,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_example_1",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets._check_separating_sets",
        "lineno": 143,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_random_gnp",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets._check_separating_sets",
        "lineno": 148,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_shell",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets._check_separating_sets",
        "lineno": 154,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_configuration",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets._check_separating_sets",
        "lineno": 161,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_karate",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets._check_separating_sets",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_articulation_points",
        "callee": "networkx.algorithms.connectivity.tests.test_kcutsets._generate_no_biconnected",
        "lineno": 185,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_is_separating_set_complete_graph",
        "callee": "networkx.algorithms.connectivity.kcutsets._is_separating_set",
        "lineno": 222,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_kcutsets.test_is_separating_set",
        "callee": "networkx.algorithms.connectivity.kcutsets._is_separating_set",
        "lineno": 229,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.connectivity.tests.test_stoer_wagner": [
      {
        "caller": "networkx.algorithms.connectivity.tests.test_stoer_wagner._test_stoer_wagner",
        "callee": "networkx.algorithms.connectivity.tests.test_stoer_wagner._check_partition",
        "lineno": 28,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_stoer_wagner._test_stoer_wagner",
        "callee": "networkx.algorithms.connectivity.tests.test_stoer_wagner._check_partition",
        "lineno": 31,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_graph1",
        "callee": "networkx.algorithms.connectivity.tests.test_stoer_wagner._test_stoer_wagner",
        "lineno": 44,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_graph2",
        "callee": "networkx.algorithms.connectivity.tests.test_stoer_wagner._test_stoer_wagner",
        "lineno": 57,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_graph3",
        "callee": "networkx.algorithms.connectivity.tests.test_stoer_wagner._test_stoer_wagner",
        "lineno": 77,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.connectivity.tests.test_stoer_wagner.test_weight_name",
        "callee": "networkx.algorithms.connectivity.tests.test_stoer_wagner._test_stoer_wagner",
        "lineno": 85,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.connectivity.tests": [],
    "networkx.algorithms.flow.boykovkolmogorov": [
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov",
        "callee": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "lineno": 167,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "callee": "networkx.algorithms.flow.utils.build_residual_network",
        "lineno": 182,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.grow",
        "callee": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl._is_closer",
        "lineno": 231,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "callee": "<builtin>.list.append",
        "lineno": 257,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "callee": "<builtin>.list.reverse",
        "lineno": 258,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "callee": "<builtin>.list.append",
        "lineno": 260,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "callee": "<builtin>.list.append",
        "lineno": 267,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "callee": "<builtin>.list.append",
        "lineno": 278,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "callee": "<builtin>.list.append",
        "lineno": 281,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.adopt",
        "callee": "<external>.operator.itemgetter",
        "lineno": 305,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.adopt",
        "callee": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl._has_valid_root",
        "lineno": 307,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.adopt",
        "callee": "<external>.operator.itemgetter",
        "lineno": 316,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl._has_valid_root",
        "callee": "<builtin>.list.append",
        "lineno": 331,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "callee": "<external>.collections.deque",
        "lineno": 352,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "callee": "<external>.collections.deque",
        "lineno": 353,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "callee": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.grow",
        "lineno": 361,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "callee": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.augment",
        "lineno": 366,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl",
        "callee": "networkx.algorithms.flow.boykovkolmogorov.boykov_kolmogorov_impl.adopt",
        "lineno": 368,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.flow.capacityscaling": [
      {
        "caller": "networkx.algorithms.flow.capacityscaling._build_residual_network",
        "callee": "networkx.algorithms.flow.capacityscaling._detect_unboundedness",
        "lineno": 103,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.capacityscaling.capacity_scaling",
        "callee": "networkx.algorithms.flow.capacityscaling._build_residual_network",
        "lineno": 285,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.capacityscaling.capacity_scaling",
        "callee": "<external>.itertools.chain",
        "lineno": 297,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.capacityscaling.capacity_scaling",
        "callee": "networkx.algorithms.flow.capacityscaling._build_flow_dict",
        "lineno": 300,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.capacityscaling.capacity_scaling",
        "callee": "<external>.math.log",
        "lineno": 305,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.capacityscaling.capacity_scaling",
        "callee": "<builtin>.dict.items",
        "lineno": 389,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.capacityscaling.capacity_scaling",
        "callee": "networkx.algorithms.flow.capacityscaling._build_flow_dict",
        "lineno": 407,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.dinitz_alg": [
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz",
        "callee": "networkx.algorithms.flow.dinitz_alg.dinitz_impl",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl",
        "callee": "networkx.algorithms.flow.utils.build_residual_network",
        "lineno": 161,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.breath_first_search",
        "callee": "<external>.collections.deque",
        "lineno": 183,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.breath_first_search",
        "callee": "<external>.collections.deque",
        "lineno": 195,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.depth_first_search",
        "callee": "<builtin>.list.append",
        "lineno": 211,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.depth_first_search",
        "callee": "<builtin>.list.pop",
        "lineno": 213,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.depth_first_search",
        "callee": "<builtin>.list.pop",
        "lineno": 230,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl",
        "callee": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.breath_first_search",
        "lineno": 238,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.dinitz_alg.dinitz_impl",
        "callee": "networkx.algorithms.flow.dinitz_alg.dinitz_impl.depth_first_search",
        "lineno": 241,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.flow.edmondskarp": [
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core.bidirectional_bfs",
        "callee": "<builtin>.list.append",
        "lineno": 55,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core.bidirectional_bfs",
        "callee": "<builtin>.list.append",
        "lineno": 66,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "callee": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core.bidirectional_bfs",
        "lineno": 74,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "callee": "<builtin>.list.append",
        "lineno": 82,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "callee": "<builtin>.list.reverse",
        "lineno": 83,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "callee": "<builtin>.list.append",
        "lineno": 88,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "callee": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core.augment",
        "lineno": 89,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_impl",
        "callee": "networkx.algorithms.flow.utils.build_residual_network",
        "lineno": 104,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp_impl",
        "callee": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "lineno": 115,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.edmondskarp.edmonds_karp",
        "callee": "networkx.algorithms.flow.edmondskarp.edmonds_karp_impl",
        "lineno": 247,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.gomory_hu": [
      {
        "caller": "networkx.algorithms.flow.gomory_hu.gomory_hu_tree",
        "callee": "networkx.algorithms.flow.utils.build_residual_network",
        "lineno": 159,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.gomory_hu.gomory_hu_tree",
        "callee": "<builtin>.dict.get",
        "lineno": 175,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.gomory_hu.gomory_hu_tree",
        "callee": "<builtin>.dict.items",
        "lineno": 186,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.flow.maxflow": [
      {
        "caller": "networkx.algorithms.flow.maxflow.maximum_flow",
        "callee": "networkx.algorithms.flow.utils.build_flow_dict",
        "lineno": 175,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.maxflow.maximum_flow_value",
        "callee": "networkx.algorithms.flow.maxflow.maximum_flow",
        "lineno": 313,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.maxflow.minimum_cut_value",
        "callee": "networkx.algorithms.flow.maxflow.minimum_cut",
        "lineno": 619,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.mincost": [
      {
        "caller": "networkx.algorithms.flow.mincost.max_flow_min_cost",
        "callee": "networkx.algorithms.flow.mincost.min_cost_flow",
        "lineno": 356,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.networksimplex": [
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.chain",
        "lineno": 67,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.repeat",
        "lineno": 67,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.chain",
        "lineno": 72,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.repeat",
        "lineno": 72,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.chain",
        "lineno": 76,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.repeat",
        "lineno": 76,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.chain",
        "lineno": 78,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "callee": "<external>.itertools.chain",
        "lineno": 82,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.trace_path",
        "callee": "<builtin>.list.append",
        "lineno": 115,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.trace_path",
        "callee": "<builtin>.list.append",
        "lineno": 117,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_cycle",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_apex",
        "lineno": 127,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_cycle",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.trace_path",
        "lineno": 128,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_cycle",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.trace_path",
        "lineno": 133,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.make_root",
        "callee": "<builtin>.list.append",
        "lineno": 189,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.make_root",
        "callee": "<builtin>.list.reverse",
        "lineno": 191,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.make_root",
        "callee": "<external>.itertools.islice",
        "lineno": 192,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.update_potentials",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.trace_subtree",
        "lineno": 254,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_entering_edges",
        "callee": "<external>.math.ceil",
        "lineno": 275,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_entering_edges",
        "callee": "<external>.math.sqrt",
        "lineno": 275,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_entering_edges",
        "callee": "<external>.itertools.chain",
        "lineno": 287,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_entering_edges",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.reduced_cost",
        "lineno": 291,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_leaving_edge",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.residual_capacity",
        "lineno": 322,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.__init__",
        "lineno": 504,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "<external>.itertools.repeat",
        "lineno": 573,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "<external>.itertools.repeat",
        "lineno": 574,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.initialize_spanning_tree",
        "lineno": 577,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_entering_edges",
        "lineno": 583,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_cycle",
        "lineno": 584,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.find_leaving_edge",
        "lineno": 585,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.augment_flow",
        "lineno": 586,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.residual_capacity",
        "lineno": 586,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.remove_edge",
        "lineno": 595,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.make_root",
        "lineno": 596,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.add_edge",
        "lineno": 597,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex._DataEssentialsAndFunctions.update_potentials",
        "lineno": 598,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex.network_simplex.add_entry",
        "lineno": 641,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex.network_simplex.add_entry",
        "lineno": 647,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex.network_simplex.add_entry",
        "lineno": 652,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex.network_simplex.add_entry",
        "lineno": 656,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.networksimplex.network_simplex",
        "callee": "networkx.algorithms.flow.networksimplex.network_simplex.add_entry",
        "lineno": 660,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.flow.preflowpush": [
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.build_residual_network",
        "lineno": 37,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.detect_unboundedness",
        "lineno": 41,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl.reverse_bfs",
        "callee": "<external>.collections.deque",
        "lineno": 58,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.reverse_bfs",
        "lineno": 69,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.__init__",
        "lineno": 83,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.CurrentEdge.__init__",
        "lineno": 88,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.push",
        "lineno": 102,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.Level.__init__",
        "lineno": 105,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl.relabel",
        "callee": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.add_work",
        "lineno": 124,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl.discharge",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.push",
        "lineno": 149,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl.discharge",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.activate",
        "lineno": 150,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl.discharge",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.relabel",
        "lineno": 160,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl.gap_heuristic",
        "callee": "<external>.itertools.islice",
        "lineno": 178,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl.global_relabel",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.reverse_bfs",
        "lineno": 191,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.discharge",
        "lineno": 237,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.is_reached",
        "lineno": 238,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.global_relabel",
        "lineno": 241,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.clear_work",
        "lineno": 243,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.gap_heuristic",
        "lineno": 249,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.global_relabel",
        "lineno": 267,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.clear_work",
        "lineno": 268,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.discharge",
        "lineno": 281,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.is_reached",
        "lineno": 282,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl.global_relabel",
        "lineno": 284,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "callee": "networkx.algorithms.flow.utils.GlobalRelabelThreshold.clear_work",
        "lineno": 285,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.preflowpush.preflow_push",
        "callee": "networkx.algorithms.flow.preflowpush.preflow_push_impl",
        "lineno": 431,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.shortestaugmentingpath": [
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "networkx.algorithms.flow.utils.build_residual_network",
        "lineno": 25,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "<external>.collections.deque",
        "lineno": 40,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "networkx.algorithms.flow.utils.CurrentEdge.__init__",
        "lineno": 61,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "<builtin>.list.append",
        "lineno": 117,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl.relabel",
        "lineno": 130,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "<builtin>.list.pop",
        "lineno": 146,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl.augment",
        "lineno": 152,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "callee": "networkx.algorithms.flow.edmondskarp.edmonds_karp_core",
        "lineno": 160,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path",
        "callee": "networkx.algorithms.flow.shortestaugmentingpath.shortest_augmenting_path_impl",
        "lineno": 306,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.utils": [
      {
        "caller": "networkx.algorithms.flow.utils.CurrentEdge.__init__",
        "callee": "networkx.algorithms.flow.utils.CurrentEdge._rewind",
        "lineno": 29,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.utils.CurrentEdge.move_to_next",
        "callee": "networkx.algorithms.flow.utils.CurrentEdge._rewind",
        "lineno": 38,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.utils.build_residual_network",
        "callee": "networkx.algorithms.flow.utils._capacity_function",
        "lineno": 115,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.utils.detect_unboundedness",
        "callee": "<external>.collections.deque",
        "lineno": 166,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.utils.detect_unboundedness",
        "callee": "<builtin>.set.add",
        "lineno": 177,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.flow": [],
    "networkx.algorithms.flow.tests.test_gomory_hu": [
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_default_flow_function_karate_club_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 42,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_default_flow_function_karate_club_graph",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "lineno": 43,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_karate_club_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 52,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_karate_club_graph",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "lineno": 53,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_davis_southern_women_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 62,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_davis_southern_women_graph",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "lineno": 63,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_florentine_families_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 72,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_florentine_families_graph",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "lineno": 73,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_les_miserables_graph_cutset",
        "callee": "<external>.itertools.combinations",
        "lineno": 83,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_les_miserables_graph_cutset",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "lineno": 84,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_karate_club_graph_cutset",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "lineno": 93,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_karate_club_graph_cutset",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.compute_cutset",
        "lineno": 94,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_wikipedia_example",
        "callee": "<external>.itertools.combinations",
        "lineno": 116,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.test_wikipedia_example",
        "callee": "networkx.algorithms.flow.tests.test_gomory_hu.TestGomoryHuTree.minimum_edge_weight",
        "lineno": 117,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow": [
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.validate_flows",
        "callee": "networkx.algorithms.flow.utils._capacity_function",
        "lineno": 45,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.validate_flows",
        "callee": "<builtin>.dict.items",
        "lineno": 54,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.validate_cuts",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compute_cutset",
        "lineno": 67,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.validate_cuts",
        "callee": "networkx.algorithms.flow.utils._capacity_function",
        "lineno": 69,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.validate_flows",
        "lineno": 89,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.validate_cuts",
        "lineno": 94,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_graph1",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 106,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_graph2",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 132,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph1",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 151,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph2",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 173,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph3",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 199,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph4",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 225,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_wikipedia_dinitz_example",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 250,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_optional_capacity",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 278,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph_infcap_edges",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 299,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph_infcap_edges",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 320,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_graph_infcap_edges",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 354,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_digraph5",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 372,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_disconnected",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 381,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_capacity_func",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 395,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_capacity_func",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 407,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow.TestMaxflowMinCutCommon.test_capacity_func",
        "callee": "networkx.algorithms.flow.tests.test_maxflow.compare_flows_and_cuts",
        "lineno": 421,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.tests.test_maxflow_large_graph": [
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.validate_flows",
        "callee": "<builtin>.dict.items",
        "lineno": 75,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_pyramid",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.gen_pyramid",
        "lineno": 101,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_gl1",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.read_graph",
        "lineno": 112,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_gl1",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.validate_flows",
        "lineno": 120,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_gw1",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.read_graph",
        "lineno": 128,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_gw1",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.validate_flows",
        "lineno": 135,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_wlm3",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.read_graph",
        "lineno": 138,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_wlm3",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.validate_flows",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_maxflow_large_graph.TestMaxflowLargeGraph.test_preflow_push_global_relabel",
        "callee": "networkx.algorithms.flow.tests.test_maxflow_large_graph.read_graph",
        "lineno": 153,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.tests.test_mincost": [],
    "networkx.algorithms.flow.tests.test_networksimplex": [
      {
        "caller": "networkx.algorithms.flow.tests.test_networksimplex.test_google_or_tools_example",
        "callee": "networkx.algorithms.flow.tests.test_networksimplex.get_flowcost_from_flowdict",
        "lineno": 145,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.flow.tests.test_networksimplex.test_google_or_tools_example2",
        "callee": "networkx.algorithms.flow.tests.test_networksimplex.get_flowcost_from_flowdict",
        "lineno": 170,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.flow.tests": [],
    "networkx.algorithms.isomorphism.ismags": [
      {
        "caller": "networkx.algorithms.isomorphism.ismags.make_partition",
        "callee": "<builtin>.list.append",
        "lineno": 201,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "callee": "<external>.collections.Counter",
        "lineno": 274,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "callee": "<external>.collections.Counter",
        "lineno": 279,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "callee": "<external>.collections.Counter",
        "lineno": 287,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "callee": "<external>.collections.Counter",
        "lineno": 288,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "callee": "<external>.collections.Counter",
        "lineno": 298,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "callee": "<external>.collections.Counter",
        "lineno": 299,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions",
        "lineno": 544,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 548,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 549,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions",
        "lineno": 551,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 556,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 557,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.EdgeLookup.__init__",
        "lineno": 559,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 559,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.EdgeLookup.__init__",
        "lineno": 560,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.__init__",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 560,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions",
        "callee": "networkx.algorithms.isomorphism.ismags.make_partition",
        "lineno": 604,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions",
        "callee": "networkx.algorithms.isomorphism.ismags.make_partition",
        "lineno": 605,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.create_aligned_partitions",
        "callee": "<builtin>.dict.items",
        "lineno": 639,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.find_isomorphisms",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.analyze_subgraph_symmetry",
        "lineno": 690,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.find_isomorphisms",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_node_color_candidate_sets",
        "lineno": 696,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.find_isomorphisms",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_color_degree_candidates",
        "lineno": 698,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.find_isomorphisms",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._map_nodes",
        "lineno": 709,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_color_degree_candidates",
        "callee": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "lineno": 718,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_color_degree_candidates",
        "callee": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "lineno": 719,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.largest_common_subgraph",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.analyze_subgraph_symmetry",
        "lineno": 759,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.largest_common_subgraph",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_node_color_candidate_sets",
        "lineno": 765,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.largest_common_subgraph",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._largest_common_subgraph",
        "lineno": 770,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.analyze_subgraph_symmetry",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "lineno": 804,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.analyze_subgraph_symmetry",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "lineno": 805,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.subgraph_is_isomorphic",
        "lineno": 821,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.subgraph_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.subgraph_isomorphisms_iter",
        "lineno": 837,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.isomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.subgraph_isomorphisms_iter",
        "lineno": 846,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS.subgraph_isomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS.find_isomorphisms",
        "lineno": 850,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 887,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "callee": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "lineno": 888,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "callee": "networkx.algorithms.isomorphism.ismags.are_all_equal",
        "lineno": 889,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "callee": "networkx.algorithms.isomorphism.ismags.are_all_equal",
        "lineno": 895,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "callee": "networkx.algorithms.isomorphism.ismags.make_partition",
        "lineno": 896,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 899,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_node_partition",
        "callee": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "lineno": 900,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._map_nodes",
        "callee": "<builtin>.dict.copy",
        "lineno": 962,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._map_nodes",
        "callee": "<builtin>.dict.keys",
        "lineno": 966,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._map_nodes",
        "callee": "<builtin>.list.append",
        "lineno": 1068,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._map_nodes",
        "callee": "<builtin>.list.pop",
        "lineno": 1071,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._largest_common_subgraph",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._map_nodes",
        "lineno": 1102,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._largest_common_subgraph",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._remove_node",
        "lineno": 1136,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._largest_common_subgraph",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._largest_common_subgraph",
        "lineno": 1139,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._get_permutations_by_length",
        "callee": "<external>.collections.defaultdict",
        "lineno": 1175,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "<builtin>.list.pop",
        "lineno": 1193,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "networkx.algorithms.isomorphism.ismags.node_to_part_ID_dict",
        "lineno": 1194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "networkx.algorithms.isomorphism.ismags.color_degree_by_node",
        "lineno": 1195,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "networkx.algorithms.isomorphism.ismags.are_all_equal",
        "lineno": 1196,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "networkx.algorithms.isomorphism.ismags.are_all_equal",
        "lineno": 1205,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "networkx.algorithms.isomorphism.ismags.make_partition",
        "lineno": 1210,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "<builtin>.list.append",
        "lineno": 1229,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "callee": "<builtin>.list.extend",
        "lineno": 1233,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions._load_next_queue_entry",
        "lineno": 1298,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "<builtin>.list.insert",
        "lineno": 1314,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "<builtin>.list.insert",
        "lineno": 1318,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._refine_opp",
        "lineno": 1321,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._find_permutations",
        "lineno": 1339,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "<builtin>.dict.update",
        "lineno": 1347,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions._load_next_queue_entry",
        "lineno": 1350,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "<builtin>.list.extend",
        "lineno": 1352,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.ismags.ISMAGS._process_ordered_pair_partitions",
        "callee": "<builtin>.list.pop",
        "lineno": 1355,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.isomorphism.isomorph": [
      {
        "caller": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic._properties_consistent",
        "lineno": 86,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic._properties_consistent",
        "lineno": 92,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "callee": "<external>.collections.Counter",
        "lineno": 96,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "callee": "<external>.collections.Counter",
        "lineno": 97,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic._properties_consistent",
        "lineno": 98,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorph.fast_could_be_isomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "lineno": 121,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorph.faster_could_be_isomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorph.could_be_isomorphic",
        "lineno": 139,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.isomorphism.isomorphvf2": [
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.__init__",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher._is_directed_matcher",
        "lineno": 180,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.__init__",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.initialize",
        "lineno": 210,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.initialize",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GMState.__init__",
        "lineno": 287,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.isomorphisms_iter",
        "lineno": 310,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.isomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.initialize",
        "lineno": 319,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.isomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "lineno": 320,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.candidate_pairs_iter",
        "lineno": 337,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.syntactic_feasibility",
        "lineno": 338,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.semantic_feasibility",
        "lineno": 339,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "lineno": 342,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_isomorphisms_iter",
        "lineno": 410,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_is_monomorphic",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_monomorphisms_iter",
        "lineno": 438,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_isomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.initialize",
        "lineno": 468,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_isomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "lineno": 469,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_monomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.initialize",
        "lineno": 495,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.subgraph_monomorphisms_iter",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.GraphMatcher.match",
        "lineno": 496,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.isomorphvf2.DiGraphMatcher.initialize",
        "callee": "networkx.algorithms.isomorphism.isomorphvf2.DiGMState.__init__",
        "lineno": 723,
        "resolution": "same_module_class_call"
      }
    ],
    "networkx.algorithms.isomorphism.matchhelpers": [
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "networkx.algorithms.isomorphism.matchhelpers.copyfunc",
        "lineno": 89,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "<builtin>.str.replace",
        "lineno": 119,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "<builtin>.str.replace",
        "lineno": 120,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.numerical_node_match.match",
        "callee": "networkx.algorithms.isomorphism.matchhelpers.allclose",
        "lineno": 176,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "networkx.algorithms.isomorphism.matchhelpers.copyfunc",
        "lineno": 181,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "callee": "networkx.algorithms.isomorphism.matchhelpers.allclose",
        "lineno": 190,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "callee": "<builtin>.list.append",
        "lineno": 199,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "callee": "<builtin>.list.append",
        "lineno": 203,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "callee": "<builtin>.list.sort",
        "lineno": 204,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "callee": "<builtin>.list.sort",
        "lineno": 205,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.numerical_multiedge_match.match",
        "callee": "networkx.algorithms.isomorphism.matchhelpers.allclose",
        "lineno": 207,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "<builtin>.str.replace",
        "lineno": 217,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "<builtin>.str.replace",
        "lineno": 218,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "networkx.algorithms.isomorphism.matchhelpers.copyfunc",
        "lineno": 278,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.generic_multiedge_match.match",
        "callee": "<builtin>.list.append",
        "lineno": 330,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.generic_multiedge_match.match",
        "callee": "<builtin>.list.append",
        "lineno": 334,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.generic_multiedge_match.match",
        "callee": "<external>.itertools.permutations",
        "lineno": 335,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.matchhelpers.<module>",
        "callee": "<builtin>.str.replace",
        "lineno": 352,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.isomorphism.temporalisomorphvf2": [
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.one_hop",
        "callee": "<builtin>.list.append",
        "lineno": 108,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.one_hop",
        "callee": "<builtin>.list.append",
        "lineno": 113,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.two_hop",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.one_hop",
        "lineno": 123,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.semantic_feasibility",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.one_hop",
        "lineno": 136,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.semantic_feasibility",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingGraphMatcher.two_hop",
        "lineno": 138,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_pred_dates",
        "callee": "<builtin>.list.append",
        "lineno": 176,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_pred_dates",
        "callee": "<builtin>.list.append",
        "lineno": 182,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_succ_dates",
        "callee": "<builtin>.list.append",
        "lineno": 192,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_succ_dates",
        "callee": "<builtin>.list.append",
        "lineno": 198,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_pred_dates",
        "lineno": 205,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.get_succ_dates",
        "lineno": 206,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.test_one",
        "lineno": 207,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.test_two",
        "lineno": 207,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_pred",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "lineno": 216,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_pred",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.preds",
        "lineno": 220,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_pred",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.succs",
        "lineno": 221,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_succ",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "lineno": 231,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_succ",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.preds",
        "lineno": 235,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_succ",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.succs",
        "lineno": 236,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.preds",
        "callee": "<builtin>.list.append",
        "lineno": 244,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.succs",
        "callee": "<builtin>.list.append",
        "lineno": 250,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.semantic_feasibility",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.one_hop",
        "lineno": 299,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.semantic_feasibility",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_pred",
        "lineno": 303,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.semantic_feasibility",
        "callee": "networkx.algorithms.isomorphism.temporalisomorphvf2.TimeRespectingDiGraphMatcher.two_hop_succ",
        "lineno": 305,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.isomorphism.tree_isomorphism": [
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.root_trees",
        "callee": "<builtin>.dict.items",
        "lineno": 68,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.root_trees",
        "callee": "<builtin>.dict.items",
        "lineno": 70,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "callee": "networkx.algorithms.isomorphism.tree_isomorphism.root_trees",
        "lineno": 131,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "callee": "<external>.collections.defaultdict",
        "lineno": 134,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "callee": "<builtin>.list.pop",
        "lineno": 183,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "callee": "<builtin>.list.append",
        "lineno": 184,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "callee": "<builtin>.list.extend",
        "lineno": 185,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism",
        "callee": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "lineno": 253,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism",
        "callee": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "lineno": 257,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism",
        "callee": "networkx.algorithms.isomorphism.tree_isomorphism.rooted_tree_isomorphism",
        "lineno": 264,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 194,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tree_isomorphism.tree_isomorphism",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 195,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.isomorphism.vf2pp": [
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_isomorphism",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 209,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 240,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_all_isomorphisms",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 270,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_subgraph_isomorphism",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 299,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_subgraph_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 330,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_all_subgraph_isomorphisms",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 360,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_monomorphism",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 388,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_is_monomorphic",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 419,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp.vf2pp_all_monomorphisms",
        "callee": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "lineno": 456,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "callee": "networkx.algorithms.isomorphism.vf2pp._init_info",
        "lineno": 476,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "callee": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "lineno": 508,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "callee": "<builtin>.list.pop",
        "lineno": 535,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasibility",
        "lineno": 548,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "callee": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "lineno": 559,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._all_morphisms",
        "callee": "<builtin>.list.append",
        "lineno": 564,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "callee": "<builtin>.list.append",
        "lineno": 661,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._find_candidates",
        "callee": "<builtin>.set.intersection_update",
        "lineno": 706,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._find_candidates",
        "callee": "<builtin>.set.difference_update",
        "lineno": 708,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._find_candidates_Di",
        "callee": "<builtin>.list.pop",
        "lineno": 729,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._feasibility",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 774,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2pp._feasibility",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 778,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.isomorphism.vf2userfunc": [
      {
        "caller": "networkx.algorithms.isomorphism.vf2userfunc.DiGraphMatcher.semantic_feasibility",
        "callee": "networkx.algorithms.isomorphism.vf2userfunc._semantic_feasibility",
        "lineno": 168,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.vf2userfunc.DiGraphMatcher.semantic_feasibility",
        "callee": "networkx.algorithms.isomorphism.vf2userfunc._semantic_feasibility",
        "lineno": 175,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.isomorphism": [],
    "networkx.algorithms.isomorphism.tests.test_common": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 240,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 243,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 244,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.<module>",
        "callee": "<builtin>.dict.items",
        "lineno": 245,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.test_morph_triangle_square_2tails",
        "callee": "networkx.algorithms.isomorphism.tests.test_common.asymm_triangle_square_2tails",
        "lineno": 646,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.test_morph_3triangles_kite",
        "callee": "networkx.algorithms.isomorphism.tests.test_common.asymm_3triangles_kite",
        "lineno": 675,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.test_subgraph_triangle_square_2tails",
        "callee": "networkx.algorithms.isomorphism.tests.test_common.asymm_triangle_square_2tails",
        "lineno": 708,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.test_match_multiedge_to_simple_graph",
        "callee": "networkx.algorithms.isomorphism.tests.test_common.cycle6_plus_3_2paths",
        "lineno": 892,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_common.test_subgraph_multiedge_to_simple_graph",
        "callee": "networkx.algorithms.isomorphism.tests.test_common.cycle6_plus_3_2paths",
        "lineno": 917,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_ismags": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_isomorphism_path_in_tristar",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 229,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_isomorphism_path_in_tristar",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 229,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_isomorphism_path_in_tristar",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 237,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_isomorphism_path_in_tristar",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 237,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_nodes",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 250,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_nodes",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 250,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_nodes",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 254,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_nodes",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 254,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_edges",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 268,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_edges",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 268,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_edges",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 272,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestSubgraphIsomorphism.test_labeled_edges",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 272,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 475,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 476,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 486,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 488,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 506,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 507,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 515,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 516,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 529,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 532,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestLargestCommonSubgraph.test_symmetry_mcis",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags._matches_to_sets",
        "lineno": 534,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_non_isomorphic_same_degree_sequence",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 626,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 632,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 633,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 634,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 635,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.TestDiGraphISO.test_is_isomorphic",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 639,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 647,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 650,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_and_edge_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 663,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_and_edge_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 666,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_and_edge_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 673,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_node_and_edge_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 681,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_edge_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 696,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_ismags.test_simple_edge_match",
        "callee": "networkx.algorithms.isomorphism.tests.test_ismags.is_isomorphic",
        "lineno": 727,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphism": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphism.<module>",
        "callee": "<external>.functools.partial",
        "lineno": 11,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphism.<module>",
        "callee": "<external>.functools.partial",
        "lineno": 12,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_isomorphvf2": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_graph",
        "callee": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.create_graph",
        "lineno": 135,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_graph",
        "callee": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.create_graph",
        "lineno": 136,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_subgraph",
        "callee": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.create_graph",
        "lineno": 144,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_subgraph",
        "callee": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.create_graph",
        "lineno": 145,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_subgraph_monomorphic",
        "callee": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.create_graph",
        "lineno": 155,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.test_subgraph_monomorphic",
        "callee": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestVF2GraphDB.create_graph",
        "lineno": 156,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_isomorphvf2.TestAtlas.setup_class",
        "callee": "networkx.generators.atlas.graph_atlas_g",
        "lineno": 174,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_match_helpers": [],
    "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_time",
        "callee": "<external>.datetime.date",
        "lineno": 17,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_datetime",
        "callee": "<external>.datetime.datetime",
        "lineno": 23,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_sequence_time",
        "callee": "<external>.datetime.date",
        "lineno": 28,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_sequence_time",
        "callee": "<external>.datetime.timedelta",
        "lineno": 30,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "callee": "<external>.datetime.date",
        "lineno": 36,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "callee": "<external>.datetime.date",
        "lineno": 37,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "callee": "<external>.datetime.date",
        "lineno": 38,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "callee": "<external>.datetime.date",
        "lineno": 39,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "callee": "<external>.datetime.date",
        "lineno": 40,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "callee": "<external>.datetime.date",
        "lineno": 41,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "callee": "<external>.datetime.date",
        "lineno": 42,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "callee": "<external>.datetime.date",
        "lineno": 47,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "callee": "<external>.datetime.date",
        "lineno": 48,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "callee": "<external>.datetime.date",
        "lineno": 49,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "callee": "<external>.datetime.date",
        "lineno": 50,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "callee": "<external>.datetime.date",
        "lineno": 51,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "callee": "<external>.datetime.date",
        "lineno": 52,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "callee": "<external>.datetime.date",
        "lineno": 53,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "callee": "<external>.datetime.date",
        "lineno": 58,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "callee": "<external>.datetime.date",
        "lineno": 59,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "callee": "<external>.datetime.date",
        "lineno": 60,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "callee": "<external>.datetime.date",
        "lineno": 61,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "callee": "<external>.datetime.date",
        "lineno": 62,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "callee": "<external>.datetime.date",
        "lineno": 63,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "callee": "<external>.datetime.date",
        "lineno": 64,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.provide_g1_edgelist",
        "lineno": 75,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 84,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_time",
        "lineno": 86,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 87,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "<external>.datetime.timedelta",
        "lineno": 88,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_datetime_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 93,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_datetime_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_datetime",
        "lineno": 95,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_datetime_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 96,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_zero_datetime_timeRespecting_returnsTrue",
        "callee": "<external>.datetime.timedelta",
        "lineno": 97,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 102,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_time",
        "lineno": 104,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 105,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_timeRespecting_returnsTrue",
        "callee": "<external>.datetime.timedelta",
        "lineno": 106,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_notTimeRespecting_returnsFalse",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 111,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_notTimeRespecting_returnsFalse",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_sequence_time",
        "lineno": 113,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_notTimeRespecting_returnsFalse",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 114,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_notTimeRespecting_returnsFalse",
        "callee": "<external>.datetime.timedelta",
        "lineno": 115,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 120,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "lineno": 122,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 123,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "<external>.datetime.timedelta",
        "lineno": 124,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_four_embedding",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 130,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_four_embedding",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "lineno": 132,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_four_embedding",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 133,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_four_embedding",
        "callee": "<external>.datetime.timedelta",
        "lineno": 134,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_ten_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 140,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_ten_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "lineno": 142,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_ten_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 143,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_ten_embeddings",
        "callee": "<external>.datetime.timedelta",
        "lineno": 144,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g1_topology",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.provide_g1_edgelist",
        "lineno": 158,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_zero_same_dates_returns_true",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 167,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_zero_same_dates_returns_true",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_time",
        "lineno": 169,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_zero_same_dates_returns_true",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 170,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_zero_same_dates_returns_true",
        "callee": "<external>.datetime.timedelta",
        "lineno": 171,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_same_dates_returns_true",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 176,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_same_dates_returns_true",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_same_time",
        "lineno": 178,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_same_dates_returns_true",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 179,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_attNameStrange_timdelta_zero_same_dates_returns_true",
        "callee": "<external>.datetime.timedelta",
        "lineno": 180,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 185,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_0",
        "lineno": 187,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 188,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config0_returns_no_embeddings",
        "callee": "<external>.datetime.timedelta",
        "lineno": 189,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_one_embedding",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 195,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_one_embedding",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_1",
        "lineno": 197,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_one_embedding",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 198,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config1_returns_one_embedding",
        "callee": "<external>.datetime.timedelta",
        "lineno": 199,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_two_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g1_topology",
        "lineno": 205,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_two_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.put_time_config_2",
        "lineno": 207,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_two_embeddings",
        "callee": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.provide_g2_path_3edges",
        "lineno": 208,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2.TestDiTimeRespectingGraphMatcher.test_timdelta_one_config2_returns_two_embeddings",
        "callee": "<external>.datetime.timedelta",
        "lineno": 209,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_tree_isomorphism": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_hardcoded",
        "callee": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism._check_isomorphism",
        "lineno": 123,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_hardcoded",
        "callee": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism._check_isomorphism",
        "lineno": 140,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism.test_tree_isomorphic_all_non_isomorphic_trees_relabeled",
        "callee": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism._check_isomorphism",
        "lineno": 168,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2pp": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph2_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 242,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp.TestGraphISOVF2pp.test_custom_graph3_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 379,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_empty_graph",
        "callee": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "lineno": 38,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_single_node",
        "callee": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "lineno": 51,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_matching_order",
        "callee": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "lineno": 100,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestNodeOrdering.test_matching_order_all_branches",
        "callee": "networkx.algorithms.isomorphism.vf2pp._matching_order",
        "lineno": 116,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_no_covered_neighbors_no_labels",
        "callee": "<builtin>.dict.pop",
        "lineno": 185,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_no_covered_neighbors_no_labels",
        "callee": "<builtin>.dict.pop",
        "lineno": 186,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_no_covered_neighbors_with_labels",
        "callee": "<builtin>.dict.pop",
        "lineno": 263,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_no_covered_neighbors_with_labels",
        "callee": "<builtin>.dict.pop",
        "lineno": 264,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestCandidateSelection.test_same_in_out_degrees_no_candidate",
        "callee": "<builtin>.dict.copy",
        "lineno": 444,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_covered_neighbors",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 472,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_no_covered_neighbors",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 483,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_mixed_covered_uncovered_neighbors",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 496,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_fail_cases",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 533,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_fail_cases",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 547,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_fail_cases",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 551,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_fail_cases",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 555,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_fail_cases",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 562,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_node_pair_fail_cases",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 566,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_mismatched_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 599,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_mismatched_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 608,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_matched_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 656,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 699,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 703,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 709,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 713,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 718,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 722,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 727,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 731,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 735,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 739,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 754,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 769,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 774,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 776,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 781,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 792,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 797,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 801,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 805,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 809,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 843,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "<builtin>.dict.items",
        "lineno": 855,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 883,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 887,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 888,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 891,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 892,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 896,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 900,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 904,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 908,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 912,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 916,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 926,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 930,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "<builtin>.dict.pop",
        "lineno": 934,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 936,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "<builtin>.dict.pop",
        "lineno": 940,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_feasible_look_ahead_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 942,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_predecessor_T1_in_fail",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 959,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_predecessor_T1_in_fail",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 962,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1012,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1019,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 1020,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1025,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 1026,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1030,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_same_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 1031,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 1064,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "<builtin>.dict.items",
        "lineno": 1076,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1093,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 1098,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1101,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 1102,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 1107,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1108,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 1109,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "<builtin>.dict.update",
        "lineno": 1112,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_look_ahead",
        "lineno": 1113,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestISOFeasibility.test_all_feasibility_different_labels",
        "callee": "networkx.algorithms.isomorphism.vf2pp._feasible_node_pair",
        "lineno": 1114,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.vf2pp._init_info",
        "lineno": 1155,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "lineno": 1161,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1169,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "lineno": 1174,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1182,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "lineno": 1187,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1195,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "lineno": 1200,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1208,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.vf2pp._update_Tinout",
        "lineno": 1213,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_updating",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1221,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1252,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1253,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1262,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1265,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1266,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1275,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1278,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1279,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1288,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1291,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1292,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1301,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1304,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "<builtin>.dict.pop",
        "lineno": 1305,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.test_restoring",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers.TestTinoutUpdating.check_Ts",
        "lineno": 1314,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests.test_vf2userfunc": [
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.setup_method",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.build",
        "lineno": 79,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_DiGraph.setup_method",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_Graph.build",
        "lineno": 132,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.setup_method",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.build",
        "lineno": 140,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiDiGraph.setup_method",
        "callee": "networkx.algorithms.isomorphism.tests.test_vf2userfunc.TestMatch_MultiGraph.build",
        "lineno": 196,
        "resolution": "inherited_method_call"
      }
    ],
    "networkx.algorithms.isomorphism.tests": [],
    "networkx.algorithms.link_analysis.hits_alg": [],
    "networkx.algorithms.link_analysis.pagerank_alg": [
      {
        "caller": "networkx.algorithms.link_analysis.pagerank_alg.pagerank",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "lineno": 110,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_python",
        "callee": "<builtin>.dict.get",
        "lineno": 167,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_python",
        "callee": "<builtin>.dict.get",
        "lineno": 167,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_numpy",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg.google_matrix",
        "lineno": 346,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.link_analysis": [],
    "networkx.algorithms.link_analysis.tests.test_hits": [
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_hits_numpy",
        "callee": "networkx.algorithms.link_analysis.hits_alg._hits_numpy",
        "lineno": 35,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_empty",
        "callee": "networkx.algorithms.link_analysis.hits_alg._hits_numpy",
        "lineno": 59,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_empty",
        "callee": "networkx.algorithms.link_analysis.hits_alg._hits_python",
        "lineno": 60,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_hits_not_convergent",
        "callee": "networkx.algorithms.link_analysis.hits_alg._hits_python",
        "lineno": 65,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_hits.TestHITS.test_hits_not_convergent",
        "callee": "networkx.algorithms.link_analysis.hits_alg._hits_python",
        "lineno": 67,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.link_analysis.tests.test_pagerank": [
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_numpy_pagerank",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_numpy",
        "lineno": 81,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_empty",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_python",
        "lineno": 169,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRank.test_empty",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_numpy",
        "lineno": 170,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_scipy_pagerank",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "lineno": 191,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_scipy_pagerank",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "lineno": 195,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_scipy_pagerank",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "lineno": 198,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_scipy_pagerank_max_iter",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "lineno": 204,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_dangling_scipy_pagerank",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "lineno": 207,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.link_analysis.tests.test_pagerank.TestPageRankScipy.test_empty_scipy",
        "callee": "networkx.algorithms.link_analysis.pagerank_alg._pagerank_scipy",
        "lineno": 213,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.link_analysis.tests": [],
    "networkx.algorithms.minors.contraction": [
      {
        "caller": "networkx.algorithms.minors.contraction.equivalence_classes",
        "callee": "<builtin>.list.append",
        "lineno": 94,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction.quotient_graph",
        "callee": "networkx.algorithms.minors.contraction.equivalence_classes",
        "lineno": 304,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction.quotient_graph",
        "callee": "networkx.algorithms.minors.contraction._quotient_graph",
        "lineno": 309,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction.quotient_graph",
        "callee": "networkx.algorithms.minors.contraction._quotient_graph",
        "lineno": 336,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph",
        "callee": "networkx.algorithms.minors.contraction._quotient_graph.node_data",
        "lineno": 371,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph.edge_relation",
        "callee": "<external>.itertools.product",
        "lineno": 382,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph",
        "callee": "<external>.itertools.permutations",
        "lineno": 396,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 396,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph",
        "callee": "<external>.itertools.product",
        "lineno": 403,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph",
        "callee": "networkx.algorithms.minors.contraction._quotient_graph.edge_relation",
        "lineno": 407,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph",
        "callee": "networkx.algorithms.minors.contraction._quotient_graph.edge_data",
        "lineno": 414,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction._quotient_graph",
        "callee": "networkx.algorithms.minors.contraction._quotient_graph.edge_relation",
        "lineno": 414,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction.contracted_nodes",
        "callee": "<external>.itertools.chain",
        "lineno": 606,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.minors.contraction.contracted_edge",
        "callee": "networkx.algorithms.minors.contraction.contracted_nodes",
        "lineno": 732,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.minors": [],
    "networkx.algorithms.minors.tests.test_contraction": [],
    "networkx.algorithms.operators.all": [
      {
        "caller": "networkx.algorithms.operators.all.union_all",
        "callee": "<external>.itertools.chain",
        "lineno": 81,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.operators.all.union_all",
        "callee": "<external>.itertools.repeat",
        "lineno": 81,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.operators.all.union_all",
        "callee": "networkx.algorithms.operators.all.union_all.add_prefix",
        "lineno": 82,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.operators.all.disjoint_union_all",
        "callee": "networkx.algorithms.operators.all.union_all",
        "lineno": 162,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.all.disjoint_union_all",
        "callee": "networkx.algorithms.operators.all.disjoint_union_all.yield_relabeled",
        "lineno": 162,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.operators.binary": [
      {
        "caller": "networkx.algorithms.operators.binary.full_join",
        "callee": "networkx.algorithms.operators.binary.union",
        "lineno": 446,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.binary.full_join",
        "callee": "networkx.algorithms.operators.binary.full_join.add_prefix",
        "lineno": 457,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.operators.binary.full_join",
        "callee": "networkx.algorithms.operators.binary.full_join.add_prefix",
        "lineno": 458,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.operators.product": [
      {
        "caller": "networkx.algorithms.operators.product._node_product",
        "callee": "<external>.itertools.product",
        "lineno": 29,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._node_product",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 30,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._directed_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 37,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._directed_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 41,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._directed_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 45,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._directed_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 49,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._undirected_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 56,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._undirected_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 60,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._undirected_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 64,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product._undirected_edges_cross_edges",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 68,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.tensor_product",
        "callee": "networkx.algorithms.operators.product._init_product_graph",
        "lineno": 176,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.tensor_product",
        "callee": "networkx.algorithms.operators.product._node_product",
        "lineno": 177,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.tensor_product",
        "callee": "networkx.algorithms.operators.product._directed_edges_cross_edges",
        "lineno": 178,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.tensor_product",
        "callee": "networkx.algorithms.operators.product._undirected_edges_cross_edges",
        "lineno": 180,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.cartesian_product",
        "callee": "networkx.algorithms.operators.product._init_product_graph",
        "lineno": 229,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.cartesian_product",
        "callee": "networkx.algorithms.operators.product._node_product",
        "lineno": 230,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.cartesian_product",
        "callee": "networkx.algorithms.operators.product._edges_cross_nodes",
        "lineno": 231,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.cartesian_product",
        "callee": "networkx.algorithms.operators.product._nodes_cross_edges",
        "lineno": 232,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.lexicographic_product",
        "callee": "networkx.algorithms.operators.product._init_product_graph",
        "lineno": 280,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.lexicographic_product",
        "callee": "networkx.algorithms.operators.product._node_product",
        "lineno": 281,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.lexicographic_product",
        "callee": "networkx.algorithms.operators.product._edges_cross_nodes_and_nodes",
        "lineno": 283,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.lexicographic_product",
        "callee": "networkx.algorithms.operators.product._nodes_cross_edges",
        "lineno": 285,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.strong_product",
        "callee": "networkx.algorithms.operators.product._init_product_graph",
        "lineno": 337,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.strong_product",
        "callee": "networkx.algorithms.operators.product._node_product",
        "lineno": 338,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.strong_product",
        "callee": "networkx.algorithms.operators.product._nodes_cross_edges",
        "lineno": 339,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.strong_product",
        "callee": "networkx.algorithms.operators.product._edges_cross_nodes",
        "lineno": 340,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.strong_product",
        "callee": "networkx.algorithms.operators.product._directed_edges_cross_edges",
        "lineno": 341,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.strong_product",
        "callee": "networkx.algorithms.operators.product._undirected_edges_cross_edges",
        "lineno": 343,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.power",
        "callee": "<builtin>.dict.update",
        "lineno": 429,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.rooted_product",
        "callee": "<external>.itertools.product",
        "lineno": 468,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.corona_product",
        "callee": "networkx.algorithms.operators.product._init_product_graph",
        "lineno": 522,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.modular_product",
        "callee": "networkx.algorithms.operators.product._init_product_graph",
        "lineno": 617,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.modular_product",
        "callee": "networkx.algorithms.operators.product._node_product",
        "lineno": 618,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.modular_product",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 622,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.modular_product",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 623,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.modular_product",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 630,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.operators.product.modular_product",
        "callee": "networkx.algorithms.operators.product._dict_product",
        "lineno": 631,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.operators.unary": [],
    "networkx.algorithms.operators": [],
    "networkx.algorithms.operators.tests.test_all": [],
    "networkx.algorithms.operators.tests.test_binary": [],
    "networkx.algorithms.operators.tests.test_product": [],
    "networkx.algorithms.operators.tests.test_unary": [],
    "networkx.algorithms.operators.tests": [],
    "networkx.algorithms.shortest_paths.astar": [
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 105,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path",
        "callee": "<external>.itertools.count",
        "lineno": 114,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path",
        "callee": "<external>.heapq.heappop",
        "lineno": 126,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path",
        "callee": "<builtin>.list.append",
        "lineno": 132,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path",
        "callee": "<builtin>.list.reverse",
        "lineno": 134,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path",
        "callee": "networkx.algorithms.shortest_paths.astar.astar_path.heuristic",
        "lineno": 163,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path",
        "callee": "<external>.heapq.heappush",
        "lineno": 169,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 237,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.astar.astar_path_length",
        "callee": "networkx.algorithms.shortest_paths.astar.astar_path",
        "lineno": 238,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.shortest_paths.dense": [
      {
        "caller": "networkx.algorithms.shortest_paths.dense._init_pred_dist",
        "callee": "<external>.collections.defaultdict",
        "lineno": 22,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense._init_pred_dist",
        "callee": "<external>.collections.defaultdict",
        "lineno": 22,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense._init_pred_dist",
        "callee": "<external>.collections.defaultdict",
        "lineno": 23,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense._init_pred_dist",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 26,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall_tree",
        "callee": "networkx.algorithms.shortest_paths.dense._init_pred_dist",
        "lineno": 218,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall_tree",
        "callee": "<builtin>.list.pop",
        "lineno": 237,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall_tree",
        "callee": "<builtin>.list.extend",
        "lineno": 241,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall_tree",
        "callee": "<builtin>.dict.get",
        "lineno": 255,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall_tree",
        "callee": "<builtin>.dict.get",
        "lineno": 262,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall_tree",
        "callee": "<builtin>.dict.get",
        "lineno": 264,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall_predecessor_and_distance",
        "callee": "networkx.algorithms.shortest_paths.dense._init_pred_dist",
        "lineno": 341,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.reconstruct_path",
        "callee": "<builtin>.list.append",
        "lineno": 396,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.dense.floyd_warshall",
        "callee": "networkx.algorithms.shortest_paths.dense.floyd_warshall_predecessor_and_distance",
        "lineno": 466,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.shortest_paths.generic": [
      {
        "caller": "networkx.algorithms.shortest_paths.generic.average_shortest_path_length",
        "callee": "networkx.algorithms.shortest_paths.generic.average_shortest_path_length.path_length",
        "lineno": 431,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic.all_shortest_paths",
        "callee": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "lineno": 516,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic.single_source_all_shortest_paths",
        "callee": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "lineno": 589,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic.all_pairs_all_shortest_paths",
        "callee": "networkx.algorithms.shortest_paths.generic.single_source_all_shortest_paths",
        "lineno": 648,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "callee": "<builtin>.set.add",
        "lineno": 707,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "callee": "<builtin>.list.append",
        "lineno": 708,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "callee": "<builtin>.list.append",
        "lineno": 709,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "callee": "<builtin>.list.pop",
        "lineno": 712,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "callee": "<builtin>.list.pop",
        "lineno": 713,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "callee": "<builtin>.set.remove",
        "lineno": 714,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.shortest_paths.unweighted": [
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path_length",
        "callee": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path_length",
        "lineno": 80,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path_length",
        "callee": "<builtin>.list.append",
        "lineno": 110,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path_length",
        "callee": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path_length",
        "lineno": 172,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.bidirectional_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.unweighted._bidirectional_pred_succ",
        "lineno": 273,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.bidirectional_shortest_path",
        "callee": "<builtin>.list.append",
        "lineno": 280,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.bidirectional_shortest_path",
        "callee": "<builtin>.list.reverse",
        "lineno": 282,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.bidirectional_shortest_path",
        "callee": "<builtin>.list.append",
        "lineno": 286,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted._bidirectional_pred_succ",
        "callee": "<builtin>.list.append",
        "lineno": 326,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted._bidirectional_pred_succ",
        "callee": "<builtin>.list.append",
        "lineno": 337,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path",
        "lineno": 395,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path",
        "callee": "<builtin>.list.append",
        "lineno": 427,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.single_target_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.unweighted._single_shortest_path",
        "lineno": 490,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path",
        "lineno": 537,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.unweighted.predecessor",
        "callee": "<builtin>.list.append",
        "lineno": 606,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.shortest_paths.weighted": [
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.dijkstra_path",
        "callee": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra",
        "lineno": 171,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.dijkstra_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 247,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.dijkstra_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._dijkstra",
        "lineno": 248,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path",
        "callee": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path",
        "lineno": 317,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path_length",
        "lineno": 389,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra",
        "lineno": 489,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path",
        "callee": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra",
        "lineno": 564,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 646,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "lineno": 647,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 757,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.multi_source_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "lineno": 759,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "lineno": 779,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "callee": "<external>.itertools.count",
        "lineno": 849,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "callee": "<external>.heapq.heappush",
        "lineno": 853,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "callee": "<external>.heapq.heappop",
        "lineno": 856,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "callee": "<external>.heapq.heappush",
        "lineno": 879,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._dijkstra_multisource",
        "callee": "<external>.itertools.islice",
        "lineno": 893,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.dijkstra_predecessor_and_distance",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 978,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.dijkstra_predecessor_and_distance",
        "callee": "networkx.algorithms.shortest_paths.weighted._dijkstra",
        "lineno": 980,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted.single_source_dijkstra",
        "lineno": 1048,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bellman_ford_predecessor_and_distance",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 1270,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bellman_ford_predecessor_and_distance",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 1287,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bellman_ford_predecessor_and_distance",
        "callee": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "lineno": 1289,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "callee": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "lineno": 1368,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "callee": "networkx.algorithms.shortest_paths.generic._build_paths_from_predecessors",
        "lineno": 1383,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "callee": "<external>.collections.deque",
        "lineno": 1459,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "callee": "<builtin>.dict.get",
        "lineno": 1471,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "callee": "<builtin>.dict.get",
        "lineno": 1496,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "callee": "<builtin>.dict.get",
        "lineno": 1506,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "callee": "<builtin>.dict.get",
        "lineno": 1506,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bellman_ford_path",
        "callee": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford",
        "lineno": 1568,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bellman_ford_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 1633,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bellman_ford_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "lineno": 1635,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path",
        "callee": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford",
        "lineno": 1695,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 1758,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford_path_length",
        "callee": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "lineno": 1759,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 1843,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.single_source_bellman_ford",
        "callee": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "lineno": 1846,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 2043,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "callee": "<builtin>.dict.keys",
        "lineno": 2078,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "callee": "<builtin>.list.append",
        "lineno": 2094,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "callee": "<builtin>.list.pop",
        "lineno": 2095,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "callee": "<builtin>.set.remove",
        "lineno": 2096,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "callee": "<builtin>.list.append",
        "lineno": 2105,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "callee": "<builtin>.set.add",
        "lineno": 2106,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "callee": "<builtin>.list.reverse",
        "lineno": 2113,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik",
        "callee": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.topo_sort",
        "lineno": 2136,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik",
        "callee": "networkx.algorithms.shortest_paths.weighted.goldberg_radzik.relax",
        "lineno": 2137,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.negative_edge_cycle",
        "callee": "networkx.algorithms.shortest_paths.weighted.bellman_ford_predecessor_and_distance",
        "lineno": 2204,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.find_negative_cycle",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 2270,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.find_negative_cycle",
        "callee": "networkx.algorithms.shortest_paths.weighted._inner_bellman_ford",
        "lineno": 2273,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.find_negative_cycle",
        "callee": "<builtin>.list.extend",
        "lineno": 2285,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.find_negative_cycle",
        "callee": "<builtin>.list.append",
        "lineno": 2292,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.find_negative_cycle",
        "callee": "<builtin>.set.add",
        "lineno": 2294,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.find_negative_cycle",
        "callee": "<builtin>.list.pop",
        "lineno": 2296,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 2396,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra.path",
        "callee": "<builtin>.list.append",
        "lineno": 2404,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "<external>.itertools.count",
        "lineno": 2410,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "<external>.heapq.heappush",
        "lineno": 2412,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "<external>.heapq.heappush",
        "lineno": 2413,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "<external>.heapq.heappop",
        "lineno": 2428,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra.path",
        "lineno": 2437,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra.path",
        "lineno": 2437,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra",
        "callee": "<external>.heapq.heappush",
        "lineno": 2451,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.johnson",
        "callee": "networkx.algorithms.shortest_paths.weighted._weight_function",
        "lineno": 2527,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.johnson",
        "callee": "networkx.algorithms.shortest_paths.weighted._bellman_ford",
        "lineno": 2530,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.johnson.dist_path",
        "callee": "networkx.algorithms.shortest_paths.weighted._dijkstra",
        "lineno": 2539,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.weighted.johnson",
        "callee": "networkx.algorithms.shortest_paths.weighted.johnson.dist_path",
        "lineno": 2542,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.shortest_paths": [],
    "networkx.algorithms.shortest_paths.tests.test_astar": [],
    "networkx.algorithms.shortest_paths.tests.test_dense": [
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_dense.TestFloyd.test_zero_weight",
        "callee": "<builtin>.list.append",
        "lineno": 215,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_dense.test_floyd_warshall_consistency",
        "callee": "<external>.random.Random",
        "lineno": 295,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_dense_numpy": [
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_dense_numpy.test_zero_weight",
        "callee": "<builtin>.list.append",
        "lineno": 75,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_generic": [
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_sentinel_trick_all_algorithms.reconstruct_path",
        "callee": "<builtin>.list.append",
        "lineno": 39,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_sentinel_trick_all_algorithms",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_sentinel_trick_all_algorithms.reconstruct_path",
        "lineno": 78,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_sentinel_trick_all_algorithms",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_sentinel_trick_all_algorithms.reconstruct_path",
        "lineno": 93,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.validate_grid_path",
        "lineno": 99,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.validate_grid_path",
        "lineno": 104,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_single_source_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.validate_grid_path",
        "lineno": 195,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_single_source_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.validate_grid_path",
        "lineno": 201,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_pairs_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.validate_grid_path",
        "lineno": 282,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_generic.TestGenericPath.test_all_pairs_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_generic.validate_grid_path",
        "lineno": 288,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_unweighted": [
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_bidirectional_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_unweighted.validate_grid_path",
        "lineno": 33,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_unweighted.TestUnweightedPath.test_all_pairs_shortest_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_unweighted.validate_grid_path",
        "lineno": 107,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.shortest_paths.tests.test_weighted": [
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path.weight_f",
        "lineno": 24,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 30,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 115,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 118,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 123,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 126,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 135,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 137,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 140,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 141,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 143,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 145,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 149,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 153,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 160,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 161,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "lineno": 169,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "lineno": 172,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "lineno": 175,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "lineno": 178,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "lineno": 181,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_bidirectional_dijkstra",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 187,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.getpath",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.getpath",
        "lineno": 204,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.goldberg_radzik",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.getpath",
        "lineno": 209,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_length_path",
        "lineno": 218,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_function.weight",
        "lineno": 228,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 229,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 230,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 231,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 232,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 233,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_function.weight",
        "lineno": 238,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 239,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 240,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 241,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 242,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.TestWeightedPath.test_weight_functions.vlp",
        "lineno": 243,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_graphs",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 978,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_graphs",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 979,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_graphs",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 980,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_graphs",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 981,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_graphs",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 982,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.shortest_paths.tests.test_weighted.TestJohnsonAlgorithm.test_graphs",
        "callee": "networkx.algorithms.shortest_paths.tests.test_weighted.validate_path",
        "lineno": 983,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.shortest_paths.tests": [],
    "networkx.algorithms.tests.test_asteroidal": [],
    "networkx.algorithms.tests.test_boundary": [
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen.cheeger",
        "callee": "<external>.itertools.combinations",
        "lineno": 53,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen",
        "callee": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen.cheeger",
        "lineno": 56,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen",
        "callee": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen.cheeger",
        "lineno": 57,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen",
        "callee": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen.cheeger",
        "lineno": 58,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen",
        "callee": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen.cheeger",
        "lineno": 59,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen",
        "callee": "networkx.algorithms.tests.test_boundary.TestNodeBoundary.test_petersen.cheeger",
        "lineno": 60,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph",
        "callee": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph.ilen",
        "lineno": 118,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph",
        "callee": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph.ilen",
        "lineno": 119,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph",
        "callee": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph.ilen",
        "lineno": 120,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph",
        "callee": "networkx.algorithms.tests.test_boundary.TestEdgeBoundary.test_complete_graph.ilen",
        "lineno": 121,
        "resolution": "same_class_name_call"
      }
    ],
    "networkx.algorithms.tests.test_bridges": [],
    "networkx.algorithms.tests.test_broadcasting": [],
    "networkx.algorithms.tests.test_chains": [
      {
        "caller": "networkx.algorithms.tests.test_chains.cycles",
        "callee": "<external>.itertools.cycle",
        "lineno": 20,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_chains.cycles",
        "callee": "<external>.itertools.islice",
        "lineno": 22,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_chains.cyclic_equals",
        "callee": "networkx.algorithms.tests.test_chains.cycles",
        "lineno": 39,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_chains.TestChainDecomposition.assertContainsChain",
        "callee": "networkx.algorithms.tests.test_chains.cyclic_equals",
        "lineno": 51,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_chains.TestChainDecomposition.assertContainsChain",
        "callee": "networkx.algorithms.tests.test_chains.cyclic_equals",
        "lineno": 53,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_barbell_graph",
        "callee": "networkx.algorithms.tests.test_chains.TestChainDecomposition.assertContainsChain",
        "lineno": 95,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_disconnected_graph",
        "callee": "networkx.algorithms.tests.test_chains.TestChainDecomposition.assertContainsChain",
        "lineno": 113,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_chains.TestChainDecomposition.test_disconnected_graph_root_node",
        "callee": "networkx.algorithms.tests.test_chains.TestChainDecomposition.assertContainsChain",
        "lineno": 129,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.tests.test_chordal": [],
    "networkx.algorithms.tests.test_clique": [],
    "networkx.algorithms.tests.test_cluster": [],
    "networkx.algorithms.tests.test_communicability": [
      {
        "caller": "networkx.algorithms.tests.test_communicability.TestCommunicability.test_communicability",
        "callee": "networkx.algorithms.communicability_alg.communicability",
        "lineno": 23,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_communicability.TestCommunicability.test_communicability2",
        "callee": "<external>.collections.defaultdict",
        "lineno": 57,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_communicability.TestCommunicability.test_communicability2",
        "callee": "<builtin>.dict.items",
        "lineno": 58,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_communicability.TestCommunicability.test_communicability2",
        "callee": "networkx.algorithms.communicability_alg.communicability",
        "lineno": 72,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_communicability.TestCommunicability.test_communicability2",
        "callee": "networkx.algorithms.communicability_alg.communicability_exp",
        "lineno": 77,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.tests.test_core": [],
    "networkx.algorithms.tests.test_covering": [],
    "networkx.algorithms.tests.test_cuts": [],
    "networkx.algorithms.tests.test_cycles": [
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_cycle_basis_ordered",
        "callee": "<builtin>.dict.get",
        "lineno": 78,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_cycles",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "lineno": 97,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_cycles_small",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "lineno": 116,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_cycles_small",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "lineno": 122,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_worst_case_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.worst_case_graph",
        "lineno": 149,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_recursive_simple_and_not",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.worst_case_graph",
        "lineno": 155,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_recursive_simple_and_not",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "lineno": 160,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_recursive_simple_and_not",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "lineno": 162,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_graph_with_reported_bug",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "lineno": 189,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycles.test_simple_graph_with_reported_bug",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycles.is_cyclic_permutation",
        "lineno": 191,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.pairwise",
        "callee": "<external>.itertools.tee",
        "lineno": 195,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "callee": "networkx.algorithms.tests.test_cycles.pairwise",
        "lineno": 201,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "callee": "<external>.itertools.chain",
        "lineno": 201,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "callee": "<external>.itertools.islice",
        "lineno": 201,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.directed_cycle_edgeset",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 205,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.undirected_cycle_edgeset",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 210,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.undirected_cycle_edgeset",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 211,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.multigraph_cycle_edgeset",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 216,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.multigraph_cycle_edgeset",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 218,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.edgeset_function",
        "lineno": 286,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle",
        "lineno": 296,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle",
        "lineno": 309,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "callee": "<builtin>.dict.values",
        "lineno": 314,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 328,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_digons",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 342,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_digons",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 344,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_digons",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 347,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_multigraph_self_loops",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 352,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_multigraph_self_loops",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 356,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_undirected",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 361,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_undirected",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 368,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_undirected",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 372,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_undirected",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 375,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_undirected",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 379,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_undirected",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 383,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 390,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 391,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "<builtin>.list.append",
        "lineno": 396,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 397,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 398,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 404,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 405,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "<builtin>.list.pop",
        "lineno": 409,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 411,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_directed",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 412,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_diclique",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.D",
        "lineno": 417,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_diclique",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 419,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_diclique",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 424,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_loop_blockade",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 432,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_loop_blockade",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 434,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_loop_blockade",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 439,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.K",
        "lineno": 443,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 445,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.D",
        "lineno": 453,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 455,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.K",
        "lineno": 464,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 465,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.D",
        "lineno": 471,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 472,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.D",
        "lineno": 478,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 479,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.K",
        "lineno": 483,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_notable_clique_sequences",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 484,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 491,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 494,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 495,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 499,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 505,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 508,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 511,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 517,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 518,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_directed_chordless_cycle_parallel_multiedges",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 521,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 528,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 529,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_graph",
        "callee": "<builtin>.list.append",
        "lineno": 534,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_graph",
        "callee": "<builtin>.list.append",
        "lineno": 535,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 536,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 537,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_giant_hamiltonian",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 559,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_giant_hamiltonian",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 560,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_giant_hamiltonian",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 584,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_giant_hamiltonian",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 585,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_acyclic_tournament",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 592,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_acyclic_tournament",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 593,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_acyclic_tournament",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 596,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_acyclic_tournament",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 597,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 602,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 606,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 610,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 622,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_graph",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 648,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_bounded",
        "callee": "<builtin>.list.append",
        "lineno": 657,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_bounded",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 659,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_bounded",
        "callee": "<builtin>.list.append",
        "lineno": 667,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_simple_cycles_bounded",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_algorithm",
        "lineno": 674,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_clique",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.K",
        "lineno": 706,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_clique",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 708,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_clique",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.D",
        "lineno": 714,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.test_chordless_cycles_clique",
        "callee": "networkx.algorithms.tests.test_cycles.TestCycleEnumeration.check_cycle_enumeration_integer_sequence",
        "lineno": 715,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_unweighted_diamond",
        "callee": "networkx.algorithms.tests.test_cycles.assert_basis_equal",
        "lineno": 877,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_weighted_diamond",
        "callee": "networkx.algorithms.tests.test_cycles.assert_basis_equal",
        "lineno": 881,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_dimensionality",
        "callee": "networkx.algorithms.tests.test_cycles.check_independent",
        "lineno": 894,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_complete_graph",
        "callee": "networkx.algorithms.tests.test_cycles.check_independent",
        "lineno": 900,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_petersen_graph",
        "callee": "networkx.algorithms.tests.test_cycles.check_independent",
        "lineno": 924,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestMinimumCycleBasis.test_gh6787_variable_weighted_complete_graph",
        "callee": "networkx.algorithms.tests.test_cycles.check_independent",
        "lineno": 932,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestGirth.test_girth",
        "callee": "<external>.itertools.chain",
        "lineno": 960,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestGirth.test_girth",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 960,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_cycles.TestGirth.test_girth",
        "callee": "networkx.algorithms.tests.test_cycles.cycle_edges",
        "lineno": 960,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tests.test_dag": [
      {
        "caller": "networkx.algorithms.tests.test_dag._consume",
        "callee": "<external>.collections.deque",
        "lineno": 14,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort2",
        "callee": "networkx.algorithms.tests.test_dag._consume",
        "lineno": 189,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort3.validate",
        "callee": "<external>.itertools.combinations",
        "lineno": 202,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort3",
        "callee": "networkx.algorithms.tests.test_dag.TestDAG.test_topological_sort3.validate",
        "lineno": 205,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_4",
        "callee": "<external>.itertools.permutations",
        "lineno": 289,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_all_topological_sorts_multigraph_2",
        "callee": "<builtin>.list.extend",
        "lineno": 303,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains",
        "callee": "networkx.algorithms.tests.test_dag.TestDAG._check_antichains",
        "lineno": 482,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains",
        "callee": "networkx.algorithms.tests.test_dag.TestDAG._check_antichains",
        "lineno": 500,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains",
        "callee": "networkx.algorithms.tests.test_dag.TestDAG._check_antichains",
        "lineno": 519,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains",
        "callee": "networkx.algorithms.tests.test_dag.TestDAG._check_antichains",
        "lineno": 522,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains",
        "callee": "networkx.algorithms.tests.test_dag.TestDAG._check_antichains",
        "lineno": 524,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_dag.TestDAG.test_antichains",
        "callee": "networkx.algorithms.tests.test_dag.TestDAG._check_antichains",
        "lineno": 528,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.tests.test_distance_measures": [
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.test__extrema_bounding_invalid_compute_kwarg",
        "callee": "networkx.algorithms.distance_measures._extrema_bounding",
        "lineno": 15,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestDistance.test_use_bounds_on_off_consistency",
        "callee": "<external>.random.Random",
        "lineno": 36,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_only_nodeA",
        "callee": "<builtin>.dict.keys",
        "lineno": 486,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestResistanceDistance.test_resistance_distance_only_nodeB",
        "callee": "<builtin>.dict.keys",
        "lineno": 498,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_trees",
        "callee": "<external>.random.Random",
        "lineno": 630,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_trees",
        "callee": "networkx.algorithms.tests.test_distance_measures.TestCentroid.centroid_as_subgraph",
        "lineno": 633,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_this_one_specific_tree",
        "callee": "networkx.algorithms.tests.test_distance_measures.TestCentroid.centroid_as_subgraph",
        "lineno": 656,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_this_one_specific_tree",
        "callee": "<builtin>.dict.items",
        "lineno": 671,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_this_one_specific_tree",
        "callee": "networkx.algorithms.tests.test_distance_measures.TestCentroid.centroid_as_subgraph",
        "lineno": 677,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_distance_measures.TestCentroid.test_this_one_specific_tree",
        "callee": "<builtin>.dict.items",
        "lineno": 680,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.tests.test_distance_regular": [],
    "networkx.algorithms.tests.test_dominance": [],
    "networkx.algorithms.tests.test_dominating": [],
    "networkx.algorithms.tests.test_d_separation": [
      {
        "caller": "networkx.algorithms.tests.test_d_separation.path_graph_fixture",
        "callee": "networkx.algorithms.tests.test_d_separation.path_graph",
        "lineno": 61,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.fork_graph_fixture",
        "callee": "networkx.algorithms.tests.test_d_separation.fork_graph",
        "lineno": 66,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.collider_graph_fixture",
        "callee": "networkx.algorithms.tests.test_d_separation.collider_graph",
        "lineno": 71,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.naive_bayes_graph_fixture",
        "callee": "networkx.algorithms.tests.test_d_separation.naive_bayes_graph",
        "lineno": 76,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.asia_graph_fixture",
        "callee": "networkx.algorithms.tests.test_d_separation.asia_graph",
        "lineno": 81,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.test_markov_condition",
        "callee": "networkx.algorithms.tests.test_d_separation.path_graph",
        "lineno": 121,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.test_markov_condition",
        "callee": "networkx.algorithms.tests.test_d_separation.fork_graph",
        "lineno": 121,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.test_markov_condition",
        "callee": "networkx.algorithms.tests.test_d_separation.collider_graph",
        "lineno": 121,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.test_markov_condition",
        "callee": "networkx.algorithms.tests.test_d_separation.naive_bayes_graph",
        "lineno": 121,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.test_markov_condition",
        "callee": "networkx.algorithms.tests.test_d_separation.asia_graph",
        "lineno": 121,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_d_separation.test_naive_bayes_dsep",
        "callee": "<external>.itertools.combinations",
        "lineno": 151,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tests.test_efficiency": [],
    "networkx.algorithms.tests.test_euler": [],
    "networkx.algorithms.tests.test_graphical": [
      {
        "caller": "networkx.algorithms.tests.test_graphical.TestAtlas.setup_class",
        "callee": "networkx.generators.atlas.graph_atlas_g",
        "lineno": 47,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.algorithms.tests.test_graph_hashing": [
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.hexdigest_sizes_correct",
        "callee": "networkx.algorithms.tests.test_graph_hashing.hexdigest_sizes_correct.list_digest_sizes_correct",
        "lineno": 458,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 718,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 719,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 720,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_edge_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 752,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_edge_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 753,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_edge_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 754,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 785,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 786,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 787,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_edge_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 822,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_edge_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 823,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_iteration_depth_node_edge_attr",
        "callee": "networkx.algorithms.tests.test_graph_hashing.is_subiteration",
        "lineno": 824,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_digest_size_subgraph_hash",
        "callee": "networkx.algorithms.tests.test_graph_hashing.hexdigest_sizes_correct",
        "lineno": 842,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_graph_hashing.test_digest_size_subgraph_hash",
        "callee": "networkx.algorithms.tests.test_graph_hashing.hexdigest_sizes_correct",
        "lineno": 843,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tests.test_hierarchy": [],
    "networkx.algorithms.tests.test_hybrid": [],
    "networkx.algorithms.tests.test_isolate": [],
    "networkx.algorithms.tests.test_link_prediction": [
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestResourceAllocationIndex.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 23,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestJaccardCoefficient.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 68,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestAdamicAdarIndex.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 110,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestCommonNeighborCentrality.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 157,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestPreferentialAttachment.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 215,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestCNSoundarajanHopcroft.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 257,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestRAIndexSoundarajanHopcroft.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 372,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_link_prediction.TestWithinInterCluster.setup_class",
        "callee": "<external>.functools.partial",
        "lineno": 488,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tests.test_lowest_common_ancestors": [
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.setup_class",
        "callee": "<builtin>.dict.update",
        "lineno": 26,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.setup_class",
        "callee": "<builtin>.dict.update",
        "lineno": 27,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.assert_has_same_pairs",
        "callee": "<external>.itertools.chain",
        "lineno": 51,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.assert_has_same_pairs",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.get_pair",
        "lineno": 52,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.assert_has_same_pairs",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.get_pair",
        "lineno": 52,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca",
        "callee": "<external>.itertools.chain",
        "lineno": 64,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca",
        "callee": "<external>.itertools.combinations",
        "lineno": 64,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.assert_has_same_pairs",
        "lineno": 67,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_gold_example",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.assert_has_same_pairs",
        "lineno": 71,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.test_tree_all_pairs_lca_subtrees",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.TestTreeLCA.assert_has_same_pairs",
        "lineno": 87,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestMultiTreeLCA.setup_class",
        "callee": "<builtin>.dict.update",
        "lineno": 158,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestMultiTreeLCA.setup_class",
        "callee": "<builtin>.dict.update",
        "lineno": 159,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "callee": "<external>.itertools.chain",
        "lineno": 247,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.get_pair",
        "lineno": 249,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.get_pair",
        "lineno": 249,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_gold_example",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "lineno": 253,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_all_pairs_given",
        "callee": "<external>.itertools.product",
        "lineno": 256,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_all_pairs_given",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "lineno": 258,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_generator",
        "callee": "<external>.itertools.product",
        "lineno": 261,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_generator",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "lineno": 263,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.test_all_pairs_lca_input_graph_with_two_roots",
        "callee": "networkx.algorithms.tests.test_lowest_common_ancestors.TestDAGLCA.assert_lca_dicts_same",
        "lineno": 282,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.tests.test_matching": [
      {
        "caller": "networkx.algorithms.tests.test_matching.TestMaximalMatching.test_ordering",
        "callee": "<external>.itertools.permutations",
        "lineno": 550,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tests.test_max_weight_clique": [
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_basic_cases.check_basic_case",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.verify_clique",
        "lineno": 13,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_basic_cases",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_basic_cases.check_basic_case",
        "lineno": 18,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_basic_cases",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_basic_cases.check_basic_case",
        "lineno": 19,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_key_error",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.two_node_graph",
        "lineno": 22,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_error_on_non_integer_weight",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.two_node_graph",
        "lineno": 27,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_unaffected_by_self_loops",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.two_node_graph",
        "lineno": 33,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_unaffected_by_self_loops",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.verify_clique",
        "lineno": 37,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_unaffected_by_self_loops",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.three_node_independent_set",
        "lineno": 38,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_unaffected_by_self_loops",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.verify_clique",
        "lineno": 41,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_max_weight_clique.TestMaximumWeightClique.test_30_node_prob",
        "callee": "networkx.algorithms.tests.test_max_weight_clique.verify_clique",
        "lineno": 87,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tests.test_mis": [],
    "networkx.algorithms.tests.test_moral": [
      {
        "caller": "networkx.algorithms.tests.test_moral.test_get_moral_graph",
        "callee": "networkx.algorithms.moral.moral_graph",
        "lineno": 9,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.tests.test_node_classification": [
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_path_graph",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 16,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_no_labels",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 25,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_no_nodes",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 30,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_no_edges",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 37,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_digraph",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 48,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_one_labeled_node",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 54,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_nodes_all_labeled",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 63,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestHarmonicFunction.test_labeled_nodes_are_not_changed",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 73,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_path_graph",
        "callee": "networkx.algorithms.node_classification.local_and_global_consistency",
        "lineno": 85,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_no_labels",
        "callee": "networkx.algorithms.node_classification.local_and_global_consistency",
        "lineno": 96,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_no_nodes",
        "callee": "networkx.algorithms.node_classification.local_and_global_consistency",
        "lineno": 101,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_no_edges",
        "callee": "networkx.algorithms.node_classification.local_and_global_consistency",
        "lineno": 108,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_digraph",
        "callee": "networkx.algorithms.node_classification.harmonic_function",
        "lineno": 119,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_one_labeled_node",
        "callee": "networkx.algorithms.node_classification.local_and_global_consistency",
        "lineno": 125,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_node_classification.TestLocalAndGlobalConsistency.test_nodes_all_labeled",
        "callee": "networkx.algorithms.node_classification.local_and_global_consistency",
        "lineno": 136,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.algorithms.tests.test_non_randomness": [],
    "networkx.algorithms.tests.test_perfect_graph": [],
    "networkx.algorithms.tests.test_planarity": [
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "callee": "networkx.algorithms.planarity.check_planarity_recursive",
        "lineno": 38,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "callee": "networkx.algorithms.tests.test_planarity.check_embedding",
        "lineno": 53,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "callee": "networkx.algorithms.tests.test_planarity.check_embedding",
        "lineno": 54,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "callee": "networkx.algorithms.tests.test_planarity.check_counterexample",
        "lineno": 57,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "callee": "networkx.algorithms.tests.test_planarity.check_counterexample",
        "lineno": 58,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_simple_planar_graph",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 74,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_planar_with_selfloop",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 92,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_k3_3",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 95,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_k5",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 98,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_multiple_components_planar",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 102,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_multiple_components_non_planar",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 109,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar_with_selfloop",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 116,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar1",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 132,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_loop",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 138,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_comp",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 145,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_goldner_harary",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 179,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_planar_multigraph",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 183,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar_multigraph",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 188,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_planar_digraph",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 192,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_non_planar_digraph",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 198,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_single_component",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 204,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_graph1",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 221,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_graph2",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 245,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_graph3",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 266,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_counterexample_planar",
        "callee": "networkx.algorithms.planarity.get_counterexample",
        "lineno": 273,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_counterexample_planar_recursive",
        "callee": "networkx.algorithms.planarity.get_counterexample_recursive",
        "lineno": 280,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_edge_removal_from_planar_embedding",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 289,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_edge_removal_from_planar_embedding",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 292,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.test_edge_removal_from_planar_embedding",
        "callee": "networkx.algorithms.tests.test_planarity.TestLRPlanarity.check_graph",
        "lineno": 294,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "callee": "<external>.collections.Counter",
        "lineno": 418,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "callee": "<external>.collections.Counter",
        "lineno": 418,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "callee": "<external>.collections.Counter",
        "lineno": 419,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_get_data",
        "callee": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.get_star_embedding",
        "lineno": 456,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_cycle_graph_and_half_edge_partition",
        "callee": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "lineno": 557,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_tree_has_single_face_walk_with_repeated_vertices",
        "callee": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "lineno": 568,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_k4_match_euler_formula",
        "callee": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "lineno": 578,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planarity.TestPlanarEmbeddingClass.test_faces_disconnected_components_return_component_local_boundary_walks",
        "callee": "networkx.algorithms.tests.test_planarity._assert_half_edge_partition",
        "lineno": 589,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tests.test_planar_drawing": [
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_graph1",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 11,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_graph2",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 27,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_circle_graph",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 43,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_grid_graph",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 58,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_one_node_graph",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 63,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_two_node_graph",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 68,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_three_node_graph",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 73,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_multiple_component_graph1",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 78,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_multiple_component_graph2",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "lineno": 83,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_triangulate_embedding1",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_triangulation",
        "lineno": 98,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.test_triangulate_embedding2",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_triangulation",
        "lineno": 105,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_triangulation",
        "callee": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "lineno": 109,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_triangulation",
        "callee": "networkx.algorithms.planar_drawing.triangulate_embedding",
        "lineno": 113,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "callee": "networkx.algorithms.tests.test_planar_drawing.planar_drawing_conforms_to_embedding",
        "lineno": 125,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "lineno": 126,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "callee": "networkx.algorithms.tests.test_planar_drawing.planar_drawing_conforms_to_embedding",
        "lineno": 129,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_embedding_data",
        "callee": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "lineno": 130,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "callee": "networkx.algorithms.tests.test_planar_drawing.is_close",
        "lineno": 147,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "callee": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "lineno": 182,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "callee": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "lineno": 182,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "callee": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "callee": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "lineno": 192,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "callee": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "lineno": 193,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.check_edge_intersections",
        "callee": "networkx.algorithms.tests.test_planar_drawing.point_in_between",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.planar_drawing_conforms_to_embedding",
        "callee": "networkx.algorithms.tests.test_planar_drawing.Vector.__init__",
        "lineno": 256,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.planar_drawing_conforms_to_embedding",
        "callee": "<builtin>.list.append",
        "lineno": 257,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_planar_drawing.planar_drawing_conforms_to_embedding",
        "callee": "<builtin>.list.sort",
        "lineno": 259,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.tests.test_polynomials": [
      {
        "caller": "networkx.algorithms.tests.test_polynomials.test_tutte_polynomial",
        "callee": "<builtin>.dict.items",
        "lineno": 27,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_polynomials.test_tutte_polynomial_disjoint",
        "callee": "<builtin>.dict.keys",
        "lineno": 32,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_polynomials.test_chromatic_polynomial",
        "callee": "<builtin>.dict.items",
        "lineno": 43,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_polynomials.test_chromatic_polynomial_disjoint",
        "callee": "<builtin>.dict.keys",
        "lineno": 48,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.tests.test_reciprocity": [],
    "networkx.algorithms.tests.test_regular": [],
    "networkx.algorithms.tests.test_richclub": [],
    "networkx.algorithms.tests.test_similarity": [
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_roots_and_timeout",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 86,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_roots_and_timeout",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 87,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_roots_and_timeout",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 88,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_roots_and_timeout",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 89,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_roots_and_timeout",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 90,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 96,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 97,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.generators.classic.wheel_graph",
        "lineno": 98,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 100,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 101,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 102,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 103,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 104,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 105,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 106,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 108,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 109,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 110,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 111,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 112,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 114,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 115,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 116,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 118,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_match",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 121,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_match",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 122,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_match",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 127,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_match",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 129,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_match",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 136,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_match",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 137,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_match",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 142,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_match",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 144,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_cost",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 151,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_cost",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 152,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_node_cost",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 177,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_cost",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 188,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_cost",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 189,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_edge_cost",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 214,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_upper_bound",
        "callee": "networkx.generators.classic.circular_ladder_graph",
        "lineno": 225,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_upper_bound",
        "callee": "networkx.generators.classic.circular_ladder_graph",
        "lineno": 226,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_upper_bound",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 227,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_upper_bound",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 228,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_graph_edit_distance_upper_bound",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 229,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 232,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 233,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths",
        "callee": "networkx.algorithms.similarity.optimal_edit_paths",
        "lineno": 234,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths",
        "callee": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths.canonical",
        "lineno": 270,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths",
        "callee": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimal_edit_paths.canonical",
        "lineno": 270,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimize_graph_edit_distance",
        "callee": "networkx.generators.classic.circular_ladder_graph",
        "lineno": 273,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimize_graph_edit_distance",
        "callee": "networkx.generators.classic.circular_ladder_graph",
        "lineno": 274,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_optimize_graph_edit_distance",
        "callee": "networkx.algorithms.similarity.optimize_graph_edit_distance",
        "lineno": 276,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 295,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 296,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 297,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 298,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 299,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 300,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 301,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 303,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 304,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 305,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 306,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 307,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 309,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 310,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 311,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_selfloops",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 313,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 324,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 325,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 326,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 327,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 328,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 329,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 330,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 332,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 333,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 334,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 335,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 336,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 338,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 339,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 340,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_digraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 342,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 353,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 354,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 355,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 356,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 357,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 358,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 359,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 361,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 362,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 363,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 364,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 365,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 367,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 368,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 369,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 371,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multidigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 393,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_multidigraph",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 394,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testCopy",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 403,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testSame",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 415,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneEdgeLabelDiff",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 426,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneNodeLabelDiff",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 437,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneExtraNode",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 449,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneExtraEdge",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 464,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testOneExtraNodeAndEdge",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 477,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph1",
        "callee": "networkx.algorithms.tests.test_similarity.getCanonical",
        "lineno": 480,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph1",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 489,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph2",
        "callee": "networkx.algorithms.tests.test_similarity.getCanonical",
        "lineno": 492,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph2",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 503,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph3",
        "callee": "networkx.algorithms.tests.test_similarity.getCanonical",
        "lineno": 506,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph3",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 521,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4",
        "callee": "networkx.algorithms.tests.test_similarity.getCanonical",
        "lineno": 524,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 533,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4_a",
        "callee": "networkx.algorithms.tests.test_similarity.getCanonical",
        "lineno": 536,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4_a",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 545,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4_b",
        "callee": "networkx.algorithms.tests.test_similarity.getCanonical",
        "lineno": 548,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.testGraph4_b",
        "callee": "networkx.algorithms.similarity.graph_edit_distance",
        "lineno": 557,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_no_source_no_target",
        "callee": "<builtin>.dict.items",
        "lineno": 606,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_similarity.TestSimilarity.test_simrank_no_source_no_target",
        "callee": "<builtin>.dict.items",
        "lineno": 640,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.tests.test_simple_paths": [
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_hamiltonian_path",
        "callee": "networkx.algorithms.tests.test_simple_paths.hamiltonian_path",
        "lineno": 241,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_hamiltonian_path",
        "callee": "<external>.itertools.permutations",
        "lineno": 242,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_hamiltonian__edge_path",
        "callee": "networkx.algorithms.tests.test_simple_paths.hamiltonian_edge_path",
        "lineno": 441,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_hamiltonian__edge_path",
        "callee": "<external>.itertools.permutations",
        "lineno": 442,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_weighted_shortest_simple_path",
        "callee": "networkx.algorithms.tests.test_simple_paths.test_weighted_shortest_simple_path.cost_func",
        "lineno": 546,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_directed_weighted_shortest_simple_path",
        "callee": "networkx.algorithms.tests.test_simple_paths.test_directed_weighted_shortest_simple_path.cost_func",
        "lineno": 561,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_cycle",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 649,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_cycle",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 651,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_wheel",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 657,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_wheel",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 659,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_wheel",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 661,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_wheel",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 663,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_directed_cycle",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 671,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_shortest_path_restricted_directed_cycle",
        "callee": "networkx.algorithms.simple_paths._bidirectional_shortest_path",
        "lineno": 681,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "callee": "networkx.algorithms.tests.test_simple_paths.validate_path",
        "lineno": 725,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "lineno": 749,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "lineno": 749,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "lineno": 750,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "lineno": 751,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "lineno": 753,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "lineno": 758,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "lineno": 769,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "lineno": 769,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "lineno": 770,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "lineno": 771,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.tests.test_simple_paths.validate_length_path",
        "lineno": 773,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_restricted",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "lineno": 774,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_simple_paths.test_bidirectional_dijkstra_no_path",
        "callee": "networkx.algorithms.simple_paths._bidirectional_dijkstra",
        "lineno": 792,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.tests.test_smallworld": [],
    "networkx.algorithms.tests.test_smetric": [],
    "networkx.algorithms.tests.test_sparsifiers": [
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_complete_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 82,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_complete_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 85,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_complete_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._assign_random_weights",
        "lineno": 91,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_complete_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 94,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_complete_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 97,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_gnp_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 105,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_gnp_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 108,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_gnp_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._assign_random_weights",
        "lineno": 114,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_gnp_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 117,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_weighted_gnp_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 120,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_disconnected_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 128,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_sparsifiers.test_spanner_unweighted_disconnected_graph",
        "callee": "networkx.algorithms.tests.test_sparsifiers._test_spanner",
        "lineno": 131,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tests.test_structuralholes": [],
    "networkx.algorithms.tests.test_summarization": [
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_dedensify_edges",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_original_graph",
        "lineno": 94,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_dedensify_edges",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_compressed_graph",
        "lineno": 95,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_dedensify_edge_count",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_original_graph",
        "lineno": 110,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_dedensify_edge_count",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_compressed_graph",
        "lineno": 115,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edges",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_compressed_graph",
        "lineno": 123,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edges",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.densify",
        "lineno": 124,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edges",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_original_graph",
        "lineno": 125,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edge_count",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_compressed_graph",
        "lineno": 134,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edge_count",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.densify",
        "lineno": 136,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.test_densify_edge_count",
        "callee": "networkx.algorithms.tests.test_summarization.TestDirectedDedensification.build_original_graph",
        "lineno": 139,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.test_dedensify_edges",
        "callee": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.build_original_graph",
        "lineno": 197,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.test_dedensify_edges",
        "callee": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.build_compressed_graph",
        "lineno": 199,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.test_dedensify_edge_count",
        "callee": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.build_original_graph",
        "lineno": 213,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.test_dedensify_edge_count",
        "callee": "networkx.algorithms.tests.test_summarization.TestUnDirectedDedensification.build_compressed_graph",
        "lineno": 218,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.AbstractSNAP.test_summary_graph",
        "callee": "networkx.algorithms.tests.test_summarization.AbstractSNAP.build_original_graph",
        "lineno": 242,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.AbstractSNAP.test_summary_graph",
        "callee": "networkx.algorithms.tests.test_summarization.AbstractSNAP.build_summary_graph",
        "lineno": 243,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.AbstractSNAP.test_summary_graph",
        "callee": "networkx.algorithms.tests.test_summarization.AbstractSNAP.deterministic_labels",
        "lineno": 249,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.test_summary_graph",
        "callee": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.build_original_graph",
        "lineno": 269,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.test_summary_graph",
        "callee": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.build_summary_graph",
        "lineno": 270,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_summarization.TestSNAPNoEdgeTypes.test_summary_graph",
        "callee": "networkx.algorithms.tests.test_summarization.AbstractSNAP.deterministic_labels",
        "lineno": 276,
        "resolution": "inherited_method_call"
      }
    ],
    "networkx.algorithms.tests.test_swap": [],
    "networkx.algorithms.tests.test_threshold": [],
    "networkx.algorithms.tests.test_time_dependent": [
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.<module>",
        "callee": "<external>.datetime.timedelta",
        "lineno": 9,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 33,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 34,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 35,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 36,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 37,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 38,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 39,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 40,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 41,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 42,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph",
        "callee": "<external>.datetime.datetime",
        "lineno": 43,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 68,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 69,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 70,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 71,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 72,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 73,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 74,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 75,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 76,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 77,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_given_attributes",
        "callee": "<external>.datetime.datetime",
        "lineno": 78,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 173,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 174,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 175,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 176,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 177,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 178,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 179,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 180,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 181,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 182,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_common_graph_with_weights",
        "callee": "<external>.datetime.datetime",
        "lineno": 183,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 206,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 207,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 208,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 209,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 210,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 211,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 212,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 213,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 214,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 215,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_predecessors",
        "callee": "<external>.datetime.datetime",
        "lineno": 216,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 239,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 240,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 241,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 242,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 243,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 244,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 245,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 246,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 247,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 248,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_successors",
        "callee": "<external>.datetime.datetime",
        "lineno": 249,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 269,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 270,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 271,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 272,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 273,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 274,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 275,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 276,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 277,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 278,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_n_equals_zero",
        "callee": "<external>.datetime.datetime",
        "lineno": 279,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 341,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 342,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 343,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 344,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 345,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 346,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 347,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 348,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 349,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_node_with_no_time",
        "callee": "<external>.datetime.datetime",
        "lineno": 350,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 382,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 383,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 384,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 385,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 386,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 387,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 388,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 389,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 390,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 391,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 392,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_consolidating",
        "callee": "<external>.datetime.datetime",
        "lineno": 393,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 415,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 416,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 417,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 418,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 419,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 420,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 421,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 422,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 423,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 424,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 425,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_time_dependent.TestCdIndex.test_maximally_destabilizing",
        "callee": "<external>.datetime.datetime",
        "lineno": 426,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tests.test_tournament": [
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_condition_not_satisfied",
        "callee": "networkx.algorithms.tournament.index_satisfying",
        "lineno": 22,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_empty_iterable",
        "callee": "networkx.algorithms.tournament.index_satisfying",
        "lineno": 27,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_is_tournament",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 33,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_self_loops",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 41,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_missing_edges",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 51,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_bidirectional_edges",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 62,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament",
        "callee": "networkx.algorithms.tournament.random_tournament",
        "lineno": 67,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 68,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_seed",
        "callee": "networkx.algorithms.tournament.random_tournament",
        "lineno": 73,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_seed",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 74,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_one_node",
        "callee": "networkx.algorithms.tournament.random_tournament",
        "lineno": 78,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_one_node",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 79,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_zero_node",
        "callee": "networkx.algorithms.tournament.random_tournament",
        "lineno": 83,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_graph_is_tournament_zero_node",
        "callee": "networkx.algorithms.tournament.is_tournament",
        "lineno": 84,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_hamiltonian_empty_graph",
        "callee": "networkx.algorithms.tournament.hamiltonian_path",
        "lineno": 88,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_path_is_hamiltonian",
        "callee": "networkx.algorithms.tournament.hamiltonian_path",
        "lineno": 95,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_hamiltonian_cycle",
        "callee": "networkx.algorithms.tournament.hamiltonian_path",
        "lineno": 108,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_score_sequence_edge",
        "callee": "networkx.algorithms.tournament.score_sequence",
        "lineno": 116,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_score_sequence_triangle",
        "callee": "networkx.algorithms.tournament.score_sequence",
        "lineno": 121,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_tournament_matrix",
        "callee": "networkx.algorithms.tournament.tournament_matrix",
        "lineno": 129,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_reachable_pair",
        "callee": "networkx.algorithms.tournament.is_reachable",
        "lineno": 136,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_same_node_is_reachable",
        "callee": "<external>.itertools.combinations",
        "lineno": 142,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_same_node_is_reachable",
        "callee": "networkx.algorithms.tournament.is_reachable",
        "lineno": 143,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_unreachable_pair",
        "callee": "networkx.algorithms.tournament.is_reachable",
        "lineno": 149,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_is_strongly_connected",
        "callee": "networkx.algorithms.tournament.is_strongly_connected",
        "lineno": 155,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_tournament.test_not_strongly_connected",
        "callee": "networkx.algorithms.tournament.is_strongly_connected",
        "lineno": 161,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.tests.test_triads": [
      {
        "caller": "networkx.algorithms.tests.test_triads.test_is_triad",
        "callee": "<external>.random.sample",
        "lineno": 43,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_triads.test_triads_by_type",
        "callee": "<external>.collections.defaultdict",
        "lineno": 123,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_triads.test_triadic_census_nodelist",
        "callee": "<builtin>.dict.items",
        "lineno": 229,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.tests.test_vitality": [],
    "networkx.algorithms.tests.test_voronoi": [],
    "networkx.algorithms.tests.test_walks": [
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_reproducible",
        "callee": "<external>.itertools.islice",
        "lineno": 58,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_reproducible",
        "callee": "<external>.itertools.islice",
        "lineno": 59,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_directed",
        "callee": "<external>.itertools.islice",
        "lineno": 73,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_reproducible",
        "callee": "<external>.itertools.islice",
        "lineno": 108,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_reproducible",
        "callee": "<external>.itertools.islice",
        "lineno": 109,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_with_generator_seed",
        "callee": "<external>.itertools.islice",
        "lineno": 121,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_with_generator_seed",
        "callee": "<external>.itertools.islice",
        "lineno": 125,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_default_weight",
        "callee": "<external>.itertools.islice",
        "lineno": 138,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_default_weight",
        "callee": "<external>.itertools.islice",
        "lineno": 139,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_weighted_negative_weight_raises",
        "callee": "<external>.itertools.islice",
        "lineno": 156,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tests.test_walks.test_random_walk_unweighted_with_negative_weight_attr",
        "callee": "<external>.itertools.islice",
        "lineno": 164,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tests.test_wiener": [],
    "networkx.algorithms.tests": [],
    "networkx.algorithms.traversal.beamsearch": [],
    "networkx.algorithms.traversal.breadth_first_search": [
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.generic_bfs_edges",
        "callee": "<builtin>.set.add",
        "lineno": 100,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.generic_bfs_edges",
        "callee": "<builtin>.list.append",
        "lineno": 101,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_edges",
        "callee": "networkx.algorithms.traversal.breadth_first_search.generic_bfs_edges",
        "lineno": 190,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_edges",
        "callee": "networkx.algorithms.traversal.breadth_first_search.generic_bfs_edges",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_tree",
        "callee": "networkx.algorithms.traversal.breadth_first_search.bfs_edges",
        "lineno": 254,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_predecessors",
        "callee": "networkx.algorithms.traversal.breadth_first_search.bfs_edges",
        "lineno": 349,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_successors",
        "callee": "networkx.algorithms.traversal.breadth_first_search.bfs_edges",
        "lineno": 417,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_successors",
        "callee": "<builtin>.list.append",
        "lineno": 421,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_layers",
        "callee": "<builtin>.list.append",
        "lineno": 478,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_labeled_edges",
        "callee": "<external>.collections.deque",
        "lineno": 541,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.traversal.breadth_first_search.bfs_labeled_edges",
        "callee": "<builtin>.dict.items",
        "lineno": 541,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.traversal.depth_first_search": [
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_edges",
        "callee": "<builtin>.list.append",
        "lineno": 107,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_edges",
        "callee": "<builtin>.list.pop",
        "lineno": 111,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_tree",
        "callee": "networkx.algorithms.traversal.depth_first_search.dfs_edges",
        "lineno": 162,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_predecessors",
        "callee": "networkx.algorithms.traversal.depth_first_search.dfs_edges",
        "lineno": 224,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_successors",
        "callee": "<external>.collections.defaultdict",
        "lineno": 284,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_successors",
        "callee": "networkx.algorithms.traversal.depth_first_search.dfs_edges",
        "lineno": 285,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges",
        "callee": "<builtin>.list.append",
        "lineno": 519,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges",
        "callee": "<builtin>.list.pop",
        "lineno": 525,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.traversal.edgebfs": [
      {
        "caller": "networkx.algorithms.traversal.edgebfs.edge_bfs",
        "callee": "<external>.collections.deque",
        "lineno": 171,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.traversal.edgebfs.edge_bfs",
        "callee": "networkx.algorithms.traversal.edgebfs.edge_bfs.edges_from",
        "lineno": 171,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.traversal.edgebfs.edge_bfs",
        "callee": "networkx.algorithms.traversal.edgebfs.edge_bfs.edges_from",
        "lineno": 181,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.traversal.edgebfs.edge_bfs",
        "callee": "networkx.algorithms.traversal.edgebfs.edge_bfs.edge_id",
        "lineno": 182,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.traversal.edgedfs": [
      {
        "caller": "networkx.algorithms.traversal.edgedfs.edge_dfs",
        "callee": "networkx.algorithms.traversal.edgedfs.edge_dfs.edges_from",
        "lineno": 165,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.traversal.edgedfs.edge_dfs",
        "callee": "<builtin>.list.pop",
        "lineno": 172,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.edgedfs.edge_dfs",
        "callee": "networkx.algorithms.traversal.edgedfs.edge_dfs.edge_id",
        "lineno": 174,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.traversal.edgedfs.edge_dfs",
        "callee": "<builtin>.list.append",
        "lineno": 179,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.traversal.edgedfs.edge_dfs",
        "callee": "<builtin>.list.append",
        "lineno": 181,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.traversal": [],
    "networkx.algorithms.traversal.tests.test_beamsearch": [],
    "networkx.algorithms.traversal.tests.test_bfs": [
      {
        "caller": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_edges_sorting",
        "callee": "<external>.functools.partial",
        "lineno": 46,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.traversal.tests.test_bfs.TestBFS.test_bfs_labeled_edges_directed",
        "callee": "<builtin>.list.append",
        "lineno": 97,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.traversal.tests.test_dfs": [],
    "networkx.algorithms.traversal.tests.test_edgebfs": [],
    "networkx.algorithms.traversal.tests.test_edgedfs": [],
    "networkx.algorithms.traversal.tests": [],
    "networkx.algorithms.tree.branchings": [
      {
        "caller": "networkx.algorithms.tree.branchings.greedy_branching",
        "callee": "networkx.algorithms.tree.branchings.random_string",
        "lineno": 146,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.greedy_branching",
        "callee": "<builtin>.list.sort",
        "lineno": 152,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.greedy_branching",
        "callee": "<external>.operator.itemgetter",
        "lineno": 152,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.greedy_branching",
        "callee": "<builtin>.list.sort",
        "lineno": 156,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.greedy_branching",
        "callee": "<external>.operator.itemgetter",
        "lineno": 156,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_add_edge",
        "lineno": 277,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.list.append",
        "lineno": 386,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.list.append",
        "lineno": 405,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.list.append",
        "lineno": 406,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.list.append",
        "lineno": 407,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.dict.copy",
        "lineno": 407,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.list.append",
        "lineno": 408,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.dict.copy",
        "lineno": 408,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.list.append",
        "lineno": 424,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "<builtin>.list.append",
        "lineno": 433,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_remove_node",
        "lineno": 439,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_remove_node",
        "lineno": 440,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_add_edge",
        "lineno": 445,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_add_edge",
        "lineno": 448,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "networkx.algorithms.tree.recognition.is_branching",
        "lineno": 486,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "<builtin>.list.append",
        "lineno": 488,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "<builtin>.dict.copy",
        "lineno": 488,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "<builtin>.list.append",
        "lineno": 489,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "<builtin>.dict.copy",
        "lineno": 489,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "<builtin>.list.append",
        "lineno": 490,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "<builtin>.list.append",
        "lineno": 491,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_find_desired_edge",
        "lineno": 505,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_add_edge",
        "lineno": 518,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.edmonds_step_I2",
        "lineno": 531,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching.is_root",
        "lineno": 560,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_branching",
        "callee": "<builtin>.dict.items",
        "lineno": 596,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.minimum_branching",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 617,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.minimal_branching",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 680,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_spanning_arborescence",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 720,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.maximum_spanning_arborescence",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 730,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "callee": "networkx.algorithms.tree.branchings.minimal_branching",
        "lineno": 740,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 748,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.<module>",
        "callee": "<builtin>.str.format",
        "lineno": 791,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.<module>",
        "callee": "<builtin>.str.format",
        "lineno": 796,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.<module>",
        "callee": "<external>.dataclasses.field",
        "lineno": 843,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.<module>",
        "callee": "<external>.dataclasses.dataclass",
        "lineno": 834,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.ArborescenceIterator.__iter__",
        "callee": "<external>.queue.PriorityQueue",
        "lineno": 900,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.ArborescenceIterator.__iter__",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator._clear_partition",
        "lineno": 901,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.ArborescenceIterator.__iter__",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator._write_partition",
        "lineno": 905,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.ArborescenceIterator.__next__",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator._write_partition",
        "lineno": 940,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.ArborescenceIterator.__next__",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator._partition",
        "lineno": 947,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.ArborescenceIterator.__next__",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator._clear_partition",
        "lineno": 949,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.branchings.ArborescenceIterator._partition",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator._write_partition",
        "lineno": 975,
        "resolution": "self_method_call"
      }
    ],
    "networkx.algorithms.tree.coding": [
      {
        "caller": "networkx.algorithms.tree.coding.to_nested_tuple._make_tuple",
        "callee": "networkx.algorithms.tree.coding.to_nested_tuple._make_tuple",
        "lineno": 118,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.to_nested_tuple",
        "callee": "networkx.algorithms.tree.coding.to_nested_tuple._make_tuple",
        "lineno": 129,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.from_nested_tuple._make_tree",
        "callee": "networkx.algorithms.tree.coding.from_nested_tuple._make_tree",
        "lineno": 200,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.from_nested_tuple",
        "callee": "networkx.algorithms.tree.coding.from_nested_tuple._make_tree",
        "lineno": 204,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.from_nested_tuple",
        "callee": "<external>.itertools.chain",
        "lineno": 208,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.to_prufer_sequence",
        "callee": "networkx.algorithms.tree.coding.to_prufer_sequence.parents",
        "lineno": 308,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.to_prufer_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 309,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.from_prufer_sequence",
        "callee": "<external>.collections.Counter",
        "lineno": 389,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.coding.from_prufer_sequence",
        "callee": "<external>.itertools.chain",
        "lineno": 389,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tree.decomposition": [
      {
        "caller": "networkx.algorithms.tree.decomposition.junction_tree",
        "callee": "networkx.algorithms.moral.moral_graph",
        "lineno": 67,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.decomposition.junction_tree",
        "callee": "<external>.itertools.combinations",
        "lineno": 73,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tree.distance_measures": [
      {
        "caller": "networkx.algorithms.tree.distance_measures._subtree_sizes",
        "callee": "<builtin>.list.pop",
        "lineno": 126,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.distance_measures._subtree_sizes",
        "callee": "<builtin>.list.append",
        "lineno": 128,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.distance_measures.centroid",
        "callee": "networkx.algorithms.tree.distance_measures._subtree_sizes",
        "lineno": 204,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.distance_measures.centroid",
        "callee": "networkx.algorithms.tree.distance_measures.centroid._heaviest_child",
        "lineno": 212,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.distance_measures.centroid",
        "callee": "networkx.algorithms.tree.distance_measures.centroid._heaviest_child",
        "lineno": 215,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.algorithms.tree.mst": [
      {
        "caller": "networkx.algorithms.tree.mst.boruvka_mst_edges.best_edge",
        "callee": "<external>.math.isnan",
        "lineno": 95,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.boruvka_mst_edges",
        "callee": "networkx.algorithms.tree.mst.boruvka_mst_edges.best_edge",
        "lineno": 107,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.boruvka_mst_edges",
        "callee": "networkx.algorithms.tree.mst.boruvka_mst_edges.best_edge",
        "lineno": 127,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "callee": "<external>.math.isnan",
        "lineno": 206,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "callee": "<builtin>.list.append",
        "lineno": 213,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "callee": "<builtin>.list.append",
        "lineno": 217,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "callee": "<external>.operator.itemgetter",
        "lineno": 220,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "callee": "<external>.operator.itemgetter",
        "lineno": 222,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "callee": "<builtin>.list.extend",
        "lineno": 225,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.itertools.count",
        "lineno": 295,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.math.isnan",
        "lineno": 307,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.heapq.heappush",
        "lineno": 312,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.math.isnan",
        "lineno": 316,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.heapq.heappush",
        "lineno": 321,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.heapq.heappop",
        "lineno": 324,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.heapq.heappop",
        "lineno": 326,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<builtin>.set.add",
        "lineno": 341,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.math.isnan",
        "lineno": 349,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.heapq.heappush",
        "lineno": 354,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.math.isnan",
        "lineno": 360,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.prim_mst_edges",
        "callee": "<external>.heapq.heappush",
        "lineno": 365,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.minimum_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.minimum_spanning_edges",
        "lineno": 615,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.partition_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.kruskal_mst_edges",
        "lineno": 673,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.maximum_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.maximum_spanning_edges",
        "lineno": 741,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree.find_node",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.find_node",
        "lineno": 826,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree.prepare_graph",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.find_node",
        "lineno": 863,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree.prepare_graph",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.find_node",
        "lineno": 864,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree.spanning_tree_total_weight",
        "callee": "networkx.algorithms.tree.mst.number_of_spanning_trees",
        "lineno": 899,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.prepare_graph",
        "lineno": 937,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.spanning_tree_total_weight",
        "lineno": 938,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.find_node",
        "lineno": 944,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.find_node",
        "lineno": 944,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.random_spanning_tree",
        "callee": "networkx.algorithms.tree.mst.random_spanning_tree.spanning_tree_total_weight",
        "lineno": 951,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.<module>",
        "callee": "<external>.dataclasses.field",
        "lineno": 1041,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.<module>",
        "callee": "<external>.dataclasses.dataclass",
        "lineno": 1033,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "callee": "<external>.queue.PriorityQueue",
        "lineno": 1091,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "callee": "networkx.algorithms.tree.mst.SpanningTreeIterator._clear_partition",
        "lineno": 1092,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "callee": "networkx.algorithms.tree.mst.partition_spanning_tree",
        "lineno": 1093,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "callee": "networkx.algorithms.tree.mst.SpanningTreeIterator._write_partition",
        "lineno": 1104,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "callee": "networkx.algorithms.tree.mst.partition_spanning_tree",
        "lineno": 1105,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "callee": "networkx.algorithms.tree.mst.SpanningTreeIterator._partition",
        "lineno": 1108,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator.__next__",
        "callee": "networkx.algorithms.tree.mst.SpanningTreeIterator._clear_partition",
        "lineno": 1110,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator._partition",
        "callee": "networkx.algorithms.tree.mst.SpanningTreeIterator._write_partition",
        "lineno": 1136,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.mst.SpanningTreeIterator._partition",
        "callee": "networkx.algorithms.tree.mst.partition_spanning_tree",
        "lineno": 1137,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tree.operations": [
      {
        "caller": "networkx.algorithms.tree.operations.join_trees",
        "callee": "<external>.itertools.accumulate",
        "lineno": 81,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.operations.join_trees",
        "callee": "<builtin>.list.append",
        "lineno": 86,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.operations.join_trees",
        "callee": "<external>.functools.partial",
        "lineno": 89,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tree.recognition": [
      {
        "caller": "networkx.algorithms.tree.recognition.is_arborescence",
        "callee": "networkx.algorithms.tree.recognition.is_tree",
        "lineno": 118,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.recognition.is_branching",
        "callee": "networkx.algorithms.tree.recognition.is_forest",
        "lineno": 158,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tree": [],
    "networkx.algorithms.tree.tests.test_branchings": [
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "callee": "networkx.algorithms.tree.tests.test_branchings.sorted_edges",
        "lineno": 151,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "callee": "networkx.algorithms.tree.tests.test_branchings.sorted_edges",
        "lineno": 152,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching1",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 163,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching1",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 164,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching1",
        "callee": "networkx.algorithms.tree.branchings.branching_weight",
        "lineno": 165,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2a",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 169,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2a",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 170,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2a",
        "callee": "networkx.algorithms.tree.branchings.branching_weight",
        "lineno": 171,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2b",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 175,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2b",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 176,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_branching2b",
        "callee": "networkx.algorithms.tree.branchings.branching_weight",
        "lineno": 177,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_arborescence2",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 181,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_arborescence2",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 182,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_optimal_arborescence2",
        "callee": "networkx.algorithms.tree.branchings.branching_weight",
        "lineno": 183,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1a",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 187,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1a",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 188,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1a",
        "callee": "networkx.algorithms.tree.branchings.branching_weight",
        "lineno": 189,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1b",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 193,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1b",
        "callee": "networkx.algorithms.tree.recognition.is_arborescence",
        "lineno": 194,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_suboptimal_branching1b",
        "callee": "networkx.algorithms.tree.branchings.branching_weight",
        "lineno": 195,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max1",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 201,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max1",
        "callee": "networkx.algorithms.tree.branchings.greedy_branching",
        "lineno": 202,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max1",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 205,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max1",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 206,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_branching_kwarg_kind",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 210,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_branching_kwarg_kind",
        "callee": "networkx.algorithms.tree.branchings.greedy_branching",
        "lineno": 212,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_branching_for_unsortable_nodes",
        "callee": "<builtin>.list.sort",
        "lineno": 220,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_branching_for_unsortable_nodes",
        "callee": "<external>.operator.itemgetter",
        "lineno": 220,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_branching_for_unsortable_nodes",
        "callee": "networkx.algorithms.tree.branchings.greedy_branching",
        "lineno": 221,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max2",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 232,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max2",
        "callee": "networkx.algorithms.tree.branchings.greedy_branching",
        "lineno": 234,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max2",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 247,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max2",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 248,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max3",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 254,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max3",
        "callee": "networkx.algorithms.tree.branchings.greedy_branching",
        "lineno": 255,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max3",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 268,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_max3",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 269,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_min",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 273,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_min",
        "callee": "networkx.algorithms.tree.branchings.greedy_branching",
        "lineno": 274,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_min",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 286,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_greedy_min",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 287,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 291,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxbranch",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 292,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 293,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 294,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 298,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxarbor",
        "callee": "networkx.algorithms.tree.branchings.maximum_spanning_arborescence",
        "lineno": 299,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 300,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_maxarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 301,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minimal_branching",
        "callee": "networkx.algorithms.tree.branchings.minimal_branching",
        "lineno": 307,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minimal_branching",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 318,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minimal_branching",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 319,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G2",
        "lineno": 323,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxbranch",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 324,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 325,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 326,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G2",
        "lineno": 330,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxarbor",
        "callee": "networkx.algorithms.tree.branchings.maximum_spanning_arborescence",
        "lineno": 331,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 332,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_maxarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 333,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_minarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 337,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_minarbor",
        "callee": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "lineno": 338,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_minarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 351,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds2_minarbor",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 352,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch1",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 356,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch1",
        "callee": "networkx.algorithms.tree.branchings.minimum_branching",
        "lineno": 357,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch1",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 359,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch1",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 360,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch2",
        "callee": "networkx.algorithms.tree.tests.test_branchings.G1",
        "lineno": 364,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch2",
        "callee": "networkx.algorithms.tree.branchings.minimum_branching",
        "lineno": 366,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch2",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 368,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds3_minbranch2",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 369,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_mst",
        "callee": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "lineno": 394,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_mixed_nodetypes",
        "callee": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "lineno": 416,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minbranch",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 427,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 428,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 429,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minbranch",
        "callee": "networkx.algorithms.tree.branchings.minimum_branching",
        "lineno": 432,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 433,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edmonds1_minbranch",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 434,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edge_attribute_preservation_normal_graph",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 449,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edge_attribute_preservation_multigraph",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 467,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_edge_attribute_discard",
        "callee": "networkx.algorithms.tree.branchings.maximum_branching",
        "lineno": 484,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_partition_spanning_arborescence",
        "callee": "networkx.algorithms.tree.branchings.minimum_spanning_arborescence",
        "lineno": 514,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_partition_spanning_arborescence",
        "callee": "networkx.algorithms.tree.tests.test_branchings.assert_equal_branchings",
        "lineno": 515,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_partition_spanning_arborescence",
        "callee": "networkx.algorithms.tree.tests.test_branchings.build_branching",
        "lineno": 515,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_arborescence_iterator_min",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator.__init__",
        "lineno": 536,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_arborescence_iterator_max",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator.__init__",
        "lineno": 563,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_branchings.test_arborescence_iterator_initial_partition",
        "callee": "networkx.algorithms.tree.branchings.ArborescenceIterator.__init__",
        "lineno": 587,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.algorithms.tree.tests.test_coding": [
      {
        "caller": "networkx.algorithms.tree.tests.test_coding.TestPruferSequence.test_inverse",
        "callee": "<external>.itertools.product",
        "lineno": 69,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.algorithms.tree.tests.test_decomposition": [
      {
        "caller": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_confounders",
        "callee": "networkx.algorithms.tree.decomposition.junction_tree",
        "lineno": 9,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_unconnected_nodes",
        "callee": "networkx.algorithms.tree.decomposition.junction_tree",
        "lineno": 26,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_cascade",
        "callee": "networkx.algorithms.tree.decomposition.junction_tree",
        "lineno": 37,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_directed_unconnected_edges",
        "callee": "networkx.algorithms.tree.decomposition.junction_tree",
        "lineno": 54,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_decomposition.test_junction_tree_undirected",
        "callee": "networkx.algorithms.tree.decomposition.junction_tree",
        "lineno": 65,
        "resolution": "imported_call"
      }
    ],
    "networkx.algorithms.tree.tests.test_distance_measures": [],
    "networkx.algorithms.tree.tests.test_mst": [
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.TestSpanningTreeMultiGraphIterator.setup_method",
        "callee": "<external>.itertools.combinations",
        "lineno": 511,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_multiplicative_small",
        "callee": "<external>.math.exp",
        "lineno": 567,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_multiplicative_large",
        "callee": "<external>.math.exp",
        "lineno": 604,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_multiplicative_large",
        "callee": "<external>.random.Random",
        "lineno": 645,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_multiplicative_large",
        "callee": "<builtin>.dict.values",
        "lineno": 663,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_multiplicative_large",
        "callee": "<builtin>.dict.values",
        "lineno": 663,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_additive_large",
        "callee": "<external>.random.Random",
        "lineno": 770,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_additive_large",
        "callee": "<builtin>.dict.values",
        "lineno": 790,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.algorithms.tree.tests.test_mst.test_random_spanning_tree_additive_large",
        "callee": "<builtin>.dict.values",
        "lineno": 790,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.algorithms.tree.tests.test_operations": [
      {
        "caller": "networkx.algorithms.tree.tests.test_operations.test_basic",
        "callee": "networkx.algorithms.tree.tests.test_operations._check_custom_label_attribute",
        "lineno": 38,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.algorithms.tree.tests.test_recognition": [],
    "networkx.algorithms.tree.tests": [],
    "networkx.classes.coreviews": [
      {
        "caller": "networkx.classes.coreviews.AdjacencyView.__getitem__",
        "callee": "networkx.classes.coreviews.AtlasView.__init__",
        "lineno": 82,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.MultiAdjacencyView.__getitem__",
        "callee": "networkx.classes.coreviews.AdjacencyView.<class>",
        "lineno": 104,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.UnionAdjacency.__getitem__",
        "callee": "networkx.classes.coreviews.UnionAtlas.__init__",
        "lineno": 205,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.UnionMultiInner.__getitem__",
        "callee": "networkx.classes.coreviews.UnionAtlas.__init__",
        "lineno": 239,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.UnionMultiInner.__getitem__",
        "callee": "networkx.classes.coreviews.UnionAtlas.__init__",
        "lineno": 240,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.UnionMultiInner.__getitem__",
        "callee": "networkx.classes.coreviews.UnionAtlas.__init__",
        "lineno": 241,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.UnionMultiAdjacency.__getitem__",
        "callee": "networkx.classes.coreviews.UnionMultiInner.<class>",
        "lineno": 264,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.FilterAdjacency.__getitem__",
        "callee": "networkx.classes.coreviews.FilterAtlas.__init__",
        "lineno": 357,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.FilterMultiInner.__getitem__",
        "callee": "networkx.classes.coreviews.FilterAtlas.__init__",
        "lineno": 409,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.coreviews.FilterMultiAdjacency.__getitem__",
        "callee": "networkx.classes.coreviews.FilterMultiInner.<class>",
        "lineno": 434,
        "resolution": "same_module_class_call"
      }
    ],
    "networkx.classes.digraph": [
      {
        "caller": "networkx.classes.digraph.<module>",
        "callee": "networkx.classes.digraph._CachedPropertyResetterAdjAndSucc.<class>",
        "lineno": 329,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.digraph.<module>",
        "callee": "networkx.classes.digraph._CachedPropertyResetterPred.<class>",
        "lineno": 331,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.__init__",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 388,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.adj",
        "callee": "networkx.classes.coreviews.AdjacencyView.<class>",
        "lineno": 410,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.succ",
        "callee": "networkx.classes.coreviews.AdjacencyView.<class>",
        "lineno": 431,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.pred",
        "callee": "networkx.classes.coreviews.AdjacencyView.<class>",
        "lineno": 447,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.edges",
        "callee": "networkx.classes.reportviews.OutEdgeView.__init__",
        "lineno": 1029,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.out_edges",
        "callee": "networkx.classes.reportviews.OutEdgeView.__init__",
        "lineno": 1034,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.in_edges",
        "callee": "networkx.classes.reportviews.InEdgeView.__init__",
        "lineno": 1076,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.degree",
        "callee": "networkx.classes.reportviews.DiDegreeView.__init__",
        "lineno": 1120,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.in_degree",
        "callee": "networkx.classes.reportviews.InDegreeView.<class>",
        "lineno": 1167,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.out_degree",
        "callee": "networkx.classes.reportviews.OutDegreeView.<class>",
        "lineno": 1214,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.to_undirected",
        "callee": "networkx.classes.graph.Graph.to_undirected_class",
        "lineno": 1321,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1326,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1327,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1330,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1337,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.reverse",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1358,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.reverse",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1359,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.reverse",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1360,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.digraph.DiGraph.reverse",
        "callee": "networkx.classes.digraph.DiGraph.edges",
        "lineno": 1360,
        "resolution": "self_method_call"
      }
    ],
    "networkx.classes.filters": [],
    "networkx.classes.function": [
      {
        "caller": "networkx.classes.function.density",
        "callee": "networkx.classes.function.number_of_nodes",
        "lineno": 131,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.classes.function.density",
        "callee": "networkx.classes.function.number_of_edges",
        "lineno": 132,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.classes.function.degree_histogram",
        "callee": "<external>.collections.Counter",
        "lineno": 184,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.function.add_path",
        "callee": "<external>.itertools.chain",
        "lineno": 330,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.function.add_cycle",
        "callee": "<external>.itertools.chain",
        "lineno": 363,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.function.all_neighbors",
        "callee": "<external>.itertools.chain",
        "lineno": 1063,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.function.non_edges",
        "callee": "networkx.classes.function.non_neighbors",
        "lineno": 1103,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.classes.function.is_weighted",
        "callee": "networkx.classes.function.is_empty",
        "lineno": 1196,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.classes.function.describe",
        "callee": "networkx.classes.function._create_describe_info_dict",
        "lineno": 1560,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.classes.function._create_describe_info_dict",
        "callee": "<builtin>.dict.update",
        "lineno": 1575,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.classes.graph": [
      {
        "caller": "networkx.classes.graph.<module>",
        "callee": "networkx.classes.graph._CachedPropertyResetterAdj.<class>",
        "lineno": 312,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.graph.<module>",
        "callee": "networkx.classes.graph._CachedPropertyResetterNode.<class>",
        "lineno": 313,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.__init__",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 387,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.adj",
        "callee": "networkx.classes.coreviews.AdjacencyView.<class>",
        "lineno": 409,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.__str__",
        "callee": "networkx.classes.graph.Graph.number_of_nodes",
        "lineno": 450,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.__str__",
        "callee": "networkx.classes.graph.Graph.number_of_edges",
        "lineno": 450,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.nodes",
        "callee": "networkx.classes.reportviews.NodeView.__init__",
        "lineno": 846,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.add_weighted_edges_from",
        "callee": "networkx.classes.graph.Graph.add_edges_from",
        "lineno": 1114,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.update",
        "callee": "networkx.classes.graph.Graph.add_nodes_from",
        "lineno": 1283,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.update",
        "callee": "networkx.classes.graph.Graph.add_edges_from",
        "lineno": 1284,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.update",
        "callee": "networkx.classes.graph.Graph.add_edges_from",
        "lineno": 1292,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.update",
        "callee": "networkx.classes.graph.Graph.add_nodes_from",
        "lineno": 1294,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.update",
        "callee": "networkx.classes.graph.Graph.add_edges_from",
        "lineno": 1295,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.update",
        "callee": "networkx.classes.graph.Graph.add_nodes_from",
        "lineno": 1298,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.edges",
        "callee": "networkx.classes.reportviews.EdgeView.<class>",
        "lineno": 1441,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.degree",
        "callee": "networkx.classes.reportviews.DegreeView.<class>",
        "lineno": 1545,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_directed",
        "callee": "networkx.classes.graph.Graph.to_directed_class",
        "lineno": 1722,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_directed",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1727,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_directed",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1728,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_directed",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1730,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_undirected",
        "callee": "networkx.classes.graph.Graph.to_undirected_class",
        "lineno": 1779,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1784,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1785,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1787,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.subgraph",
        "callee": "networkx.classes.graph.Graph.nbunch_iter",
        "lineno": 1868,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.subgraph",
        "callee": "networkx.classes.graph.Graph.subgraph",
        "lineno": 1872,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.subgraph",
        "callee": "networkx.classes.graph.Graph.subgraph",
        "lineno": 1875,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.size",
        "callee": "networkx.classes.graph.Graph.degree",
        "lineno": 1953,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.number_of_edges",
        "callee": "networkx.classes.graph.Graph.size",
        "lineno": 2007,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.graph.Graph.nbunch_iter",
        "callee": "networkx.classes.graph.Graph.nbunch_iter.bunch_iter",
        "lineno": 2080,
        "resolution": "same_class_name_call"
      }
    ],
    "networkx.classes.graphviews": [
      {
        "caller": "networkx.classes.graphviews.generic_graph_view",
        "callee": "networkx.classes.coreviews.UnionMultiAdjacency.<class>",
        "lineno": 127,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.graphviews.generic_graph_view",
        "callee": "networkx.classes.coreviews.UnionAdjacency.__init__",
        "lineno": 129,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.graphviews.subgraph_view",
        "callee": "networkx.classes.coreviews.FilterAtlas.__init__",
        "lineno": 214,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.graphviews.reverse_view",
        "callee": "networkx.classes.graphviews.generic_graph_view",
        "lineno": 265,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.classes.multidigraph": [
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.__init__",
        "callee": "networkx.classes.digraph.DiGraph.__init__",
        "lineno": 360,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.__init__",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 362,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.__init__",
        "callee": "networkx.classes.digraph.DiGraph.__init__",
        "lineno": 371,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.__init__",
        "callee": "networkx.classes.digraph.DiGraph.__init__",
        "lineno": 373,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.adj",
        "callee": "networkx.classes.coreviews.MultiAdjacencyView.<class>",
        "lineno": 392,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.succ",
        "callee": "networkx.classes.coreviews.MultiAdjacencyView.<class>",
        "lineno": 411,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.pred",
        "callee": "networkx.classes.coreviews.MultiAdjacencyView.<class>",
        "lineno": 425,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.add_edge",
        "callee": "networkx.classes.multigraph.MultiGraph.new_edge_key",
        "lineno": 508,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.edges",
        "callee": "networkx.classes.reportviews.OutMultiEdgeView.<class>",
        "lineno": 679,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.out_edges",
        "callee": "networkx.classes.reportviews.OutMultiEdgeView.<class>",
        "lineno": 684,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.in_edges",
        "callee": "networkx.classes.reportviews.InMultiEdgeView.__init__",
        "lineno": 720,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.degree",
        "callee": "networkx.classes.reportviews.DiMultiDegreeView.<class>",
        "lineno": 768,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.in_degree",
        "callee": "networkx.classes.reportviews.InMultiDegreeView.<class>",
        "lineno": 819,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.out_degree",
        "callee": "networkx.classes.reportviews.OutMultiDegreeView.<class>",
        "lineno": 869,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.to_undirected",
        "callee": "networkx.classes.multigraph.MultiGraph.to_undirected_class",
        "lineno": 930,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 935,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 936,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 939,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 947,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.reverse",
        "callee": "<external>.copy.deepcopy",
        "lineno": 969,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.reverse",
        "callee": "<external>.copy.deepcopy",
        "lineno": 970,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.reverse",
        "callee": "<external>.copy.deepcopy",
        "lineno": 972,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multidigraph.MultiDiGraph.reverse",
        "callee": "networkx.classes.multidigraph.MultiDiGraph.edges",
        "lineno": 973,
        "resolution": "self_method_call"
      }
    ],
    "networkx.classes.multigraph": [
      {
        "caller": "networkx.classes.multigraph.MultiGraph.__init__",
        "callee": "networkx.classes.graph.Graph.__init__",
        "lineno": 369,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.__init__",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 371,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.__init__",
        "callee": "networkx.classes.graph.Graph.__init__",
        "lineno": 380,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.__init__",
        "callee": "networkx.classes.graph.Graph.__init__",
        "lineno": 382,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.adj",
        "callee": "networkx.classes.coreviews.MultiAdjacencyView.<class>",
        "lineno": 411,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.add_edge",
        "callee": "networkx.classes.multigraph.MultiGraph.new_edge_key",
        "lineno": 521,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.add_edges_from",
        "callee": "<builtin>.dict.update",
        "lineno": 622,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.add_edges_from",
        "callee": "<builtin>.dict.update",
        "lineno": 624,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.add_edges_from",
        "callee": "networkx.classes.multigraph.MultiGraph.add_edge",
        "lineno": 629,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.add_edges_from",
        "callee": "<builtin>.list.append",
        "lineno": 631,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.remove_edges_from",
        "callee": "networkx.classes.multigraph.MultiGraph.remove_edge",
        "lineno": 768,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.edges",
        "callee": "networkx.classes.reportviews.MultiEdgeView.<class>",
        "lineno": 907,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.degree",
        "callee": "networkx.classes.reportviews.MultiDegreeView.<class>",
        "lineno": 1024,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_directed",
        "callee": "networkx.classes.multigraph.MultiGraph.to_directed_class",
        "lineno": 1170,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_directed",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1175,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_directed",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1176,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_directed",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1178,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_undirected",
        "callee": "networkx.classes.multigraph.MultiGraph.to_undirected_class",
        "lineno": 1223,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1228,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1229,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.to_undirected",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1231,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.classes.multigraph.MultiGraph.number_of_edges",
        "callee": "networkx.classes.graph.Graph.size",
        "lineno": 1289,
        "resolution": "inherited_method_call"
      }
    ],
    "networkx.classes.reportviews": [
      {
        "caller": "networkx.classes.reportviews.NodeView.__call__",
        "callee": "networkx.classes.reportviews.NodeDataView.__init__",
        "lineno": 318,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.reportviews.NodeView.data",
        "callee": "networkx.classes.reportviews.NodeDataView.__init__",
        "lineno": 386,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.classes.reportviews.OutEdgeDataView.__setstate__",
        "callee": "networkx.classes.reportviews.OutEdgeDataView.__init__",
        "lineno": 876,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.reportviews.OutMultiEdgeDataView.__setstate__",
        "callee": "networkx.classes.reportviews.OutMultiEdgeDataView.__init__",
        "lineno": 1019,
        "resolution": "self_method_call"
      }
    ],
    "networkx.classes": [],
    "networkx.classes.tests.dispatch_interface": [
      {
        "caller": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_inner",
        "callee": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_datadict",
        "lineno": 151,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx",
        "callee": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_inner",
        "lineno": 161,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx",
        "callee": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.convert_from_nx.G_new_inner",
        "lineno": 170,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.tests.dispatch_interface.<module>",
        "callee": "networkx.classes.tests.dispatch_interface.LoopbackBackendInterface.<class>",
        "lineno": 192,
        "resolution": "same_module_class_call"
      }
    ],
    "networkx.classes.tests.historical_tests": [],
    "networkx.classes.tests.test_coreviews": [],
    "networkx.classes.tests.test_digraph": [],
    "networkx.classes.tests.test_digraph_historical": [
      {
        "caller": "networkx.classes.tests.test_digraph_historical.TestDiGraphHistorical.setup_class",
        "callee": "networkx.classes.tests.historical_tests.HistoricalTests.setup_class",
        "lineno": 13,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.classes.tests.test_filters": [],
    "networkx.classes.tests.test_function": [],
    "networkx.classes.tests.test_graph": [
      {
        "caller": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak",
        "callee": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak.count_objects_of_type",
        "lineno": 97,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak",
        "callee": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak.count_objects_of_type",
        "lineno": 100,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak",
        "callee": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak.count_objects_of_type",
        "lineno": 109,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak",
        "callee": "networkx.classes.tests.test_graph.BaseGraphTester.test_memory_leak.count_objects_of_type",
        "lineno": 112,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 268,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "lineno": 271,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.different_attrdict",
        "lineno": 272,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "lineno": 273,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_class_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 279,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_class_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "lineno": 282,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_class_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.different_attrdict",
        "lineno": 283,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_class_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "lineno": 284,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_fresh_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 290,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "lineno": 303,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.different_attrdict",
        "lineno": 304,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deep_copy_attrdict",
        "lineno": 305,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deep_copy_attrdict",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deepcopy_graph_attr",
        "lineno": 308,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deep_copy_attrdict",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deepcopy_node_attr",
        "lineno": 309,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deep_copy_attrdict",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.deepcopy_edge_attr",
        "lineno": 310,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_shallow_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "lineno": 328,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_shallow_copy",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "lineno": 329,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_graph_attr",
        "lineno": 332,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_node_attr",
        "lineno": 333,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_edge_attr",
        "lineno": 334,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 502,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_shallow_copy",
        "lineno": 504,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.different_attrdict",
        "lineno": 505,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "lineno": 507,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_directed",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 558,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_directed",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_shallow_copy",
        "lineno": 560,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_directed",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.different_attrdict",
        "lineno": 561,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_to_directed",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "lineno": 563,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_subgraph",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 567,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_subgraph",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "lineno": 569,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_subgraph",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.same_attrdict",
        "lineno": 570,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.BaseAttrGraphTester.test_subgraph",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.shallow_copy_attrdict",
        "lineno": 571,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.TestGraph.test_pickle",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "lineno": 611,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_graph.TestGraph.test_pickle",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.graphs_equal",
        "lineno": 613,
        "resolution": "inherited_method_call"
      }
    ],
    "networkx.classes.tests.test_graphviews": [],
    "networkx.classes.tests.test_graph_historical": [
      {
        "caller": "networkx.classes.tests.test_graph_historical.TestGraphHistorical.setup_class",
        "callee": "networkx.classes.tests.historical_tests.HistoricalTests.setup_class",
        "lineno": 11,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.classes.tests.test_multidigraph": [
      {
        "caller": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 157,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_multidigraph.BaseMultiDiGraphTester.is_deep",
        "lineno": 167,
        "resolution": "self_method_call"
      }
    ],
    "networkx.classes.tests.test_multigraph": [
      {
        "caller": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 96,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_shallow_copy",
        "lineno": 98,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_undirected",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "lineno": 100,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_directed",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.add_attributes",
        "lineno": 104,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_directed",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_shallow_copy",
        "lineno": 106,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_multigraph.BaseMultiGraphTester.test_to_directed",
        "callee": "networkx.classes.tests.test_graph.BaseAttrGraphTester.is_deepcopy",
        "lineno": 108,
        "resolution": "inherited_method_call"
      }
    ],
    "networkx.classes.tests.test_reportviews": [
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeDataView.setup_class",
        "callee": "networkx.classes.reportviews.NodeDataView.__init__",
        "lineno": 79,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.test_nodedataview_unhashable",
        "callee": "<builtin>.list.append",
        "lineno": 183,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.test_nodedataview_unhashable",
        "callee": "<builtin>.list.append",
        "lineno": 186,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_and",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 221,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_and",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 222,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_and",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 223,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_or",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 227,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_or",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 228,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_or",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 229,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_xor",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 233,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_xor",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 235,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_xor",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 236,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_sub",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 240,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_sub",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 241,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.test_sub",
        "callee": "networkx.classes.tests.test_reportviews.TestNodeViewSetOps.n_its",
        "lineno": 242,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestEdgeDataView.test_iterdata",
        "callee": "networkx.classes.tests.test_reportviews.TestEdgeDataView.modify_edge",
        "lineno": 314,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestEdgeView.test_or",
        "callee": "<builtin>.set.update",
        "lineno": 680,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestEdgeView.test_or",
        "callee": "<builtin>.set.update",
        "lineno": 682,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestEdgeView.test_xor",
        "callee": "<builtin>.set.update",
        "lineno": 691,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestEdgeView.test_xor",
        "callee": "<builtin>.set.update",
        "lineno": 695,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestEdgeView.test_sub",
        "callee": "<builtin>.set.remove",
        "lineno": 703,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_str",
        "callee": "<builtin>.list.insert",
        "lineno": 776,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_iterkeys",
        "callee": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.modify_edge",
        "lineno": 839,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_or",
        "callee": "<builtin>.set.update",
        "lineno": 895,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_or",
        "callee": "<builtin>.set.update",
        "lineno": 896,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_sub",
        "callee": "<builtin>.set.remove",
        "lineno": 904,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_sub",
        "callee": "<builtin>.set.update",
        "lineno": 905,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_xor",
        "callee": "<builtin>.set.update",
        "lineno": 914,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.TestMultiEdgeView.test_xor",
        "callee": "<builtin>.set.update",
        "lineno": 919,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_reportviews.test_cache_dict_get_set_state",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1417,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.classes.tests.test_special": [],
    "networkx.classes.tests.test_subgraphviews": [
      {
        "caller": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.test_full_graph",
        "callee": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.graphs_equal",
        "lineno": 227,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.test_full_graph",
        "callee": "networkx.classes.tests.test_subgraphviews.TestInducedSubGraph.same_attrdict",
        "lineno": 228,
        "resolution": "self_method_call"
      }
    ],
    "networkx.classes.tests": [],
    "networkx.drawing.layout": [
      {
        "caller": "networkx.drawing.layout.random_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 119,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.circular_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 190,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.circular_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 205,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.shell_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 282,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.shell_layout",
        "callee": "<builtin>.dict.update",
        "lineno": 313,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.layout.bipartite_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 414,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.bipartite_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 440,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spring_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 594,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spring_layout",
        "callee": "networkx.drawing.layout._sparse_fruchterman_reingold",
        "lineno": 636,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spring_layout",
        "callee": "networkx.drawing.layout._fruchterman_reingold",
        "lineno": 645,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spring_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 649,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout._sparse_fruchterman_reingold",
        "callee": "networkx.drawing.layout._energy_fruchterman_reingold",
        "lineno": 766,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.kamada_kawai_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 947,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.kamada_kawai_layout",
        "callee": "networkx.drawing.layout.random_layout",
        "lineno": 966,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.kamada_kawai_layout",
        "callee": "networkx.drawing.layout.circular_layout",
        "lineno": 968,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.kamada_kawai_layout",
        "callee": "networkx.drawing.layout._kamada_kawai_solve",
        "lineno": 973,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.kamada_kawai_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 975,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spectral_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 1092,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spectral_layout",
        "callee": "networkx.drawing.layout._sparse_spectral",
        "lineno": 1110,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spectral_layout",
        "callee": "networkx.drawing.layout._spectral",
        "lineno": 1117,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spectral_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 1119,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.planar_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 1226,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.planar_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 1241,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spiral_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 1323,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.spiral_layout",
        "callee": "<builtin>.list.append",
        "lineno": 1342,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.layout.spiral_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 1349,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.multipartite_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 1421,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.multipartite_layout",
        "callee": "<builtin>.list.extend",
        "lineno": 1459,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.layout.multipartite_layout",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 1460,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.forceatlas2_layout",
        "callee": "<builtin>.dict.get",
        "lineno": 1729,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.layout.forceatlas2_layout",
        "callee": "<builtin>.dict.get",
        "lineno": 1730,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.layout.forceatlas2_layout",
        "callee": "networkx.drawing.layout.forceatlas2_layout.estimate_factor",
        "lineno": 1855,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.layout.rescale_layout_dict",
        "callee": "networkx.drawing.layout.rescale_layout",
        "lineno": 1965,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.bfs_layout",
        "callee": "networkx.drawing.layout._process_params",
        "lineno": 2021,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.layout.bfs_layout",
        "callee": "networkx.drawing.layout.multipartite_layout",
        "lineno": 2033,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.drawing.nx_agraph": [
      {
        "caller": "networkx.drawing.nx_agraph.write_dot",
        "callee": "networkx.drawing.nx_agraph.to_agraph",
        "lineno": 207,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.read_dot",
        "callee": "networkx.drawing.nx_agraph.from_agraph",
        "lineno": 229,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.graphviz_layout",
        "callee": "networkx.drawing.nx_agraph.pygraphviz_layout",
        "lineno": 265,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.pygraphviz_layout",
        "callee": "networkx.drawing.nx_agraph.to_agraph",
        "lineno": 314,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz.update_attrs",
        "callee": "<builtin>.list.items",
        "lineno": 406,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz.update_attrs",
        "callee": "<builtin>.list.append",
        "lineno": 409,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.update_attrs",
        "lineno": 419,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.update_attrs",
        "lineno": 420,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.update_attrs",
        "lineno": 421,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.to_agraph",
        "lineno": 424,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.clean_attrs",
        "lineno": 427,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.clean_attrs",
        "lineno": 428,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.clean_attrs",
        "lineno": 429,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.func",
        "lineno": 446,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_agraph.view_pygraphviz",
        "callee": "networkx.drawing.nx_agraph.view_pygraphviz.func",
        "lineno": 450,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.drawing.nx_latex": [
      {
        "caller": "networkx.drawing.nx_latex.to_latex",
        "callee": "networkx.drawing.nx_latex.to_latex_raw",
        "lineno": 423,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_latex.to_latex",
        "callee": "networkx.drawing.nx_latex.to_latex_raw",
        "lineno": 453,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_latex.write_latex",
        "callee": "networkx.drawing.nx_latex.to_latex",
        "lineno": 570,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.drawing.nx_pydot": [
      {
        "caller": "networkx.drawing.nx_pydot.write_dot",
        "callee": "networkx.drawing.nx_pydot.to_pydot",
        "lineno": 50,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.read_dot",
        "callee": "networkx.drawing.nx_pydot.from_pydot",
        "lineno": 88,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.from_pydot",
        "callee": "<builtin>.list.append",
        "lineno": 155,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.from_pydot",
        "callee": "<builtin>.list.append",
        "lineno": 158,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.from_pydot",
        "callee": "<builtin>.list.append",
        "lineno": 161,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.from_pydot",
        "callee": "<builtin>.list.append",
        "lineno": 164,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.graphviz_layout",
        "callee": "networkx.drawing.nx_pydot.pydot_layout",
        "lineno": 280,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.pydot_layout",
        "callee": "networkx.drawing.nx_pydot.to_pydot",
        "lineno": 323,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pydot.pydot_layout",
        "callee": "<external>.locale.getpreferredencoding",
        "lineno": 332,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.drawing.nx_pylab": [
      {
        "caller": "networkx.drawing.nx_pylab.apply_matplotlib_colors",
        "callee": "networkx.drawing.nx_pylab.apply_matplotlib_colors.do_map",
        "lineno": 107,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.apply_matplotlib_colors",
        "callee": "networkx.drawing.nx_pylab.apply_matplotlib_colors.do_map",
        "lineno": 111,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.CurvedArrowTextBase.__init__",
        "callee": "networkx.drawing.nx_pylab.CurvedArrowTextBase._update_text_pos_angle",
        "lineno": 134,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.CurvedArrowTextBase._update_text_pos_angle",
        "callee": "networkx.drawing.nx_pylab.CurvedArrowTextBase._get_arrow_path_disp",
        "lineno": 179,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.CurvedArrowTextBase.draw",
        "callee": "networkx.drawing.nx_pylab.CurvedArrowTextBase._update_text_pos_angle",
        "lineno": 250,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.node_property_sequence",
        "callee": "<builtin>.dict.get",
        "lineno": 630,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.collection_compatible",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 664,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.collection_compatible",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 665,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.collection_compatible",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 666,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.collection_compatible",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 667,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.edge_property_sequence",
        "callee": "<builtin>.dict.get",
        "lineno": 687,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "callee": "<builtin>.dict.get",
        "lineno": 706,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.get_node_attr",
        "callee": "<builtin>.dict.get",
        "lineno": 726,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.to_marker_edge",
        "lineno": 783,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 784,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 785,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 789,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.to_marker_edge",
        "lineno": 792,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 793,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 794,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 798,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 803,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 805,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.self_loop",
        "lineno": 807,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 809,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 812,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 813,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 814,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "callee": "networkx.drawing.nx_pylab.display.get_edge_attr",
        "lineno": 815,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<external>.collections.Counter",
        "lineno": 862,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.node_property_sequence",
        "lineno": 877,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.compute_colors",
        "lineno": 880,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.node_property_sequence",
        "lineno": 882,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.node_property_sequence",
        "lineno": 883,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 892,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.node_property_sequence",
        "lineno": 907,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.node_property_sequence",
        "lineno": 910,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 932,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.update",
        "lineno": 936,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 942,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 943,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 944,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 945,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 946,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 949,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 951,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.collection_compatible",
        "lineno": 973,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.collection_compatible",
        "lineno": 975,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.collection_compatible",
        "lineno": 978,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.collection_compatible",
        "lineno": 980,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 985,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.get_node_attr",
        "lineno": 986,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.edge_property_sequence",
        "lineno": 996,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.edge_property_sequence",
        "lineno": 997,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.edge_property_sequence",
        "lineno": 998,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.edge_property_sequence",
        "lineno": 999,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "lineno": 1009,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.update",
        "lineno": 1036,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1037,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "networkx.drawing.nx_pylab.display.build_fancy_arrow",
        "lineno": 1047,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1060,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1061,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1062,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1063,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1064,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1065,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1068,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1073,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1081,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1082,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1083,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1084,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1085,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1086,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1087,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1090,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1091,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.display",
        "callee": "<builtin>.dict.get",
        "lineno": 1092,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw",
        "callee": "networkx.drawing.nx_pylab.draw_networkx",
        "lineno": 1178,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx",
        "callee": "<external>.inspect.signature",
        "lineno": 1342,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx",
        "callee": "<external>.inspect.signature",
        "lineno": 1343,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx",
        "callee": "<external>.inspect.signature",
        "lineno": 1344,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_nodes",
        "lineno": 1366,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "lineno": 1367,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "lineno": 1369,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_nodes",
        "callee": "networkx.drawing.nx_pylab.apply_alpha",
        "lineno": 1502,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.FancyArrowFactory.__call__",
        "callee": "networkx.drawing.nx_pylab.FancyArrowFactory.to_marker_edge",
        "lineno": 1685,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.FancyArrowFactory.__call__",
        "callee": "networkx.drawing.nx_pylab.FancyArrowFactory.to_marker_edge",
        "lineno": 1686,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.FancyArrowFactory.__call__",
        "callee": "networkx.drawing.nx_pylab.FancyArrowFactory.to_marker_edge",
        "lineno": 1688,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "<builtin>.str.format",
        "lineno": 1989,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "<builtin>.str.format",
        "lineno": 1991,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "<builtin>.str.format",
        "lineno": 1994,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "<builtin>.str.format",
        "lineno": 1998,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "<builtin>.str.format",
        "lineno": 2002,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "networkx.drawing.nx_pylab.FancyArrowFactory.__init__",
        "lineno": 2064,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "<builtin>.list.append",
        "lineno": 2110,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edges",
        "callee": "<builtin>.list.append",
        "lineno": 2117,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.check_individual_params",
        "lineno": 2250,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.check_individual_params",
        "lineno": 2251,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.check_individual_params",
        "lineno": 2252,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.check_individual_params",
        "lineno": 2253,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.check_individual_params",
        "lineno": 2254,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "<builtin>.dict.items",
        "lineno": 2257,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.get_param_value",
        "lineno": 2265,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.get_param_value",
        "lineno": 2266,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.get_param_value",
        "lineno": 2267,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.get_param_value",
        "lineno": 2268,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_labels.get_param_value",
        "lineno": 2269,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "<builtin>.dict.items",
        "lineno": 2434,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.FancyArrowFactory.__init__",
        "lineno": 2457,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2483,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2484,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2485,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2486,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2487,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2488,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2489,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.check_individual_params",
        "lineno": 2490,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2509,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2510,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2511,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2512,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2513,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2514,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2517,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2530,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2531,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2532,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2533,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2534,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2535,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2538,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2545,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_networkx_edge_labels",
        "callee": "networkx.drawing.nx_pylab.draw_networkx_edge_labels.get_param_value",
        "lineno": 2546,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_bipartite",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2604,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_circular",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2643,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_kamada_kawai",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2683,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_random",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2722,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_spectral",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2764,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_spring",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2807,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_shell",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2852,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_planar",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2896,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.draw_forceatlas2",
        "callee": "networkx.drawing.nx_pylab.draw",
        "lineno": 2916,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.apply_alpha",
        "callee": "<external>.itertools.islice",
        "lineno": 2990,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.drawing.nx_pylab.apply_alpha",
        "callee": "<external>.itertools.cycle",
        "lineno": 2990,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.drawing": [],
    "networkx.drawing.tests.test_agraph": [
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_agraph_roundtripping",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.build_graph",
        "lineno": 30,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_agraph_roundtripping",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.assert_equal",
        "lineno": 33,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_agraph_roundtripping",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.assert_equal",
        "lineno": 38,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_agraph_roundtripping",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.assert_equal",
        "lineno": 46,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_graph_with_reserved_keywords",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.build_graph",
        "lineno": 143,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_graphviz_alias",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.build_graph",
        "lineno": 191,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_2d_layout",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.build_graph",
        "lineno": 211,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_agraph.TestAGraph.test_3d_layout",
        "callee": "networkx.drawing.tests.test_agraph.TestAGraph.build_graph",
        "lineno": 220,
        "resolution": "self_method_call"
      }
    ],
    "networkx.drawing.tests.test_image_comparison_pylab_mpl": [],
    "networkx.drawing.tests.test_latex": [
      {
        "caller": "networkx.drawing.tests.test_latex.test_tikz_attributes",
        "callee": "<builtin>.str.split",
        "lineno": 56,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_latex.test_basic_tikz",
        "callee": "<builtin>.str.split",
        "lineno": 220,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.drawing.tests.test_layout": [
      {
        "caller": "networkx.drawing.tests.test_layout.TestLayout.test_smoke_initial_pos_nonarray_forceatlas2",
        "callee": "<builtin>.dict.items",
        "lineno": 194,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.TestLayout.test_kamada_kawai_costfn",
        "callee": "networkx.drawing.tests.test_layout.TestLayout.check_kamada_kawai_costfn",
        "lineno": 397,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.TestLayout.test_kamada_kawai_costfn",
        "callee": "networkx.drawing.tests.test_layout.TestLayout.check_kamada_kawai_costfn",
        "lineno": 402,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.TestLayout.test_rescale_layout_dict",
        "callee": "<builtin>.dict.items",
        "lineno": 464,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.TestLayout.test_rescale_layout_dict",
        "callee": "<builtin>.dict.items",
        "lineno": 472,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.test_bfs_layout_complete_graph",
        "callee": "networkx.drawing.tests.test_layout._num_nodes_per_bfs_layer",
        "lineno": 563,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.test_bfs_layout_barbell",
        "callee": "networkx.drawing.tests.test_layout._num_nodes_per_bfs_layer",
        "lineno": 572,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.test_bfs_layout_barbell",
        "callee": "networkx.drawing.tests.test_layout._num_nodes_per_bfs_layer",
        "lineno": 575,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.drawing.tests.test_layout.test_bfs_layout_barbell",
        "callee": "networkx.drawing.tests.test_layout._num_nodes_per_bfs_layer",
        "lineno": 580,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.drawing.tests.test_pydot": [
      {
        "caller": "networkx.drawing.tests.test_pydot.TestPydot.test_read_write",
        "callee": "<external>.io.StringIO",
        "lineno": 86,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.drawing.tests.test_pylab": [
      {
        "caller": "networkx.drawing.tests.test_pylab.test_display_position_function",
        "callee": "networkx.drawing.tests.test_pylab.test_display_position_function.fixed_layout",
        "lineno": 222,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.drawing.tests.test_pylab.test_alpha_iter",
        "callee": "<builtin>.list.append",
        "lineno": 1037,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.drawing.tests": [],
    "networkx.generators.atlas": [
      {
        "caller": "networkx.generators.atlas._generate_graphs",
        "callee": "<builtin>.list.append",
        "lineno": 81,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.atlas.graph_atlas",
        "callee": "<external>.itertools.islice",
        "lineno": 126,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.atlas.graph_atlas",
        "callee": "networkx.generators.atlas._generate_graphs",
        "lineno": 126,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.atlas.graph_atlas_g",
        "callee": "networkx.generators.atlas._generate_graphs",
        "lineno": 227,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.generators.classic": [
      {
        "caller": "networkx.generators.classic._tree_edges",
        "callee": "<builtin>.list.pop",
        "lineno": 58,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.classic._tree_edges",
        "callee": "<builtin>.list.append",
        "lineno": 62,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.classic.full_rary_tree",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 101,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.full_rary_tree",
        "callee": "networkx.generators.classic._tree_edges",
        "lineno": 102,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.balanced_tree",
        "callee": "networkx.generators.classic.full_rary_tree",
        "lineno": 200,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.barbell_graph",
        "callee": "networkx.generators.classic.complete_graph",
        "lineno": 254,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.complete_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 352,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.circular_ladder_graph",
        "callee": "networkx.generators.classic.ladder_graph",
        "lineno": 397,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.circulant_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 470,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.cycle_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 503,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.dorogovtsev_goltsev_mendes_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 565,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.dorogovtsev_goltsev_mendes_graph",
        "callee": "<builtin>.list.append",
        "lineno": 576,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.classic.dorogovtsev_goltsev_mendes_graph",
        "callee": "<builtin>.list.append",
        "lineno": 577,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.classic.ladder_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 697,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.lollipop_graph",
        "callee": "networkx.generators.classic.complete_graph",
        "lineno": 757,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.null_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 782,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.path_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 807,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.star_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 868,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.tadpole_graph",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 930,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.trivial_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 949,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.turan_graph",
        "callee": "networkx.generators.classic.complete_multipartite_graph",
        "lineno": 987,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.classic.wheel_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 1015,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.generators.cographs": [],
    "networkx.generators.community": [
      {
        "caller": "networkx.generators.community.random_partition_graph",
        "callee": "networkx.generators.community.stochastic_block_model",
        "lineno": 244,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community.planted_partition_graph",
        "callee": "networkx.generators.community.random_partition_graph",
        "lineno": 308,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community.gaussian_random_partition_graph",
        "callee": "<builtin>.list.append",
        "lineno": 381,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.community.gaussian_random_partition_graph",
        "callee": "<builtin>.list.append",
        "lineno": 384,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.community.gaussian_random_partition_graph",
        "callee": "networkx.generators.community.random_partition_graph",
        "lineno": 385,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community._powerlaw_sequence",
        "callee": "<builtin>.list.append",
        "lineno": 699,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.community._powerlaw_sequence",
        "callee": "networkx.generators.community._zipf_rv_below",
        "lineno": 699,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community._generate_min_degree.zeta",
        "callee": "networkx.generators.community._hurwitz_zeta",
        "lineno": 731,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community._generate_min_degree",
        "callee": "networkx.generators.community._generate_min_degree.zeta",
        "lineno": 743,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.community.LFR_benchmark_graph",
        "callee": "networkx.generators.community._generate_min_degree",
        "lineno": 1008,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community.LFR_benchmark_graph",
        "callee": "networkx.generators.community._powerlaw_sequence",
        "lineno": 1021,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community.LFR_benchmark_graph",
        "callee": "networkx.generators.community._powerlaw_sequence",
        "lineno": 1045,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.community.LFR_benchmark_graph",
        "callee": "networkx.generators.community._generate_communities",
        "lineno": 1050,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.generators.degree_seq": [
      {
        "caller": "networkx.generators.degree_seq._configuration_model",
        "callee": "<external>.itertools.zip_longest",
        "lineno": 103,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.degree_seq._configuration_model",
        "callee": "networkx.generators.degree_seq._to_stublist",
        "lineno": 107,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.degree_seq._configuration_model",
        "callee": "networkx.generators.degree_seq._to_stublist",
        "lineno": 108,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.degree_seq._configuration_model",
        "callee": "networkx.generators.degree_seq._to_stublist",
        "lineno": 113,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.degree_seq.configuration_model",
        "callee": "networkx.generators.degree_seq._configuration_model",
        "lineno": 223,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.degree_seq.directed_configuration_model",
        "callee": "networkx.generators.degree_seq._configuration_model",
        "lineno": 319,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.degree_seq.expected_degree_graph",
        "callee": "<external>.operator.itemgetter",
        "lineno": 416,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.degree_seq.random_degree_sequence_graph",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.__init__",
        "lineno": 766,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.generators.degree_seq.random_degree_sequence_graph",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.generate",
        "lineno": 769,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.generate",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase1",
        "lineno": 802,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.generate",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase2",
        "lineno": 803,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.generate",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase3",
        "lineno": 804,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase1",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.p",
        "lineno": 850,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase1",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.update_remaining",
        "lineno": 852,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase2",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.q",
        "lineno": 863,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase2",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.p",
        "lineno": 865,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase2",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.update_remaining",
        "lineno": 867,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase3",
        "callee": "<external>.itertools.combinations",
        "lineno": 871,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase3",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.suitable_edge",
        "lineno": 878,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase3",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.q",
        "lineno": 882,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase3",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.p",
        "lineno": 884,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.phase3",
        "callee": "networkx.generators.degree_seq.DegreeSequenceRandomGraph.update_remaining",
        "lineno": 886,
        "resolution": "self_method_call"
      }
    ],
    "networkx.generators.directed": [
      {
        "caller": "networkx.generators.directed.gn_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 70,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.directed.gn_graph",
        "callee": "networkx.generators.directed.gn_graph.kernel",
        "lineno": 87,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.directed.gn_graph",
        "callee": "<builtin>.list.append",
        "lineno": 91,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.directed.gnr_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 135,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.directed.gnc_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 175,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.directed.scale_free_graph",
        "callee": "networkx.generators.directed.scale_free_graph._choose_node",
        "lineno": 312,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.directed.scale_free_graph",
        "callee": "networkx.generators.directed.scale_free_graph._choose_node",
        "lineno": 317,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.directed.scale_free_graph",
        "callee": "networkx.generators.directed.scale_free_graph._choose_node",
        "lineno": 319,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.directed.scale_free_graph",
        "callee": "networkx.generators.directed.scale_free_graph._choose_node",
        "lineno": 324,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.directed.random_uniform_k_out_graph",
        "callee": "networkx.generators.directed.random_uniform_k_out_graph.sample",
        "lineno": 418,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.directed.random_k_out_graph",
        "callee": "networkx.generators.directed._random_k_out_graph_numpy",
        "lineno": 513,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.directed.random_k_out_graph",
        "callee": "networkx.generators.directed._random_k_out_graph_python",
        "lineno": 515,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.directed._random_k_out_graph_python",
        "callee": "<external>.collections.Counter",
        "lineno": 552,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.directed._random_k_out_graph_python",
        "callee": "<external>.collections.Counter",
        "lineno": 553,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.generators.duplication": [
      {
        "caller": "networkx.generators.duplication.partial_duplication_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 69,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.duplication.duplication_divergence_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 149,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.ego": [],
    "networkx.generators.expanders": [
      {
        "caller": "networkx.generators.expanders.maybe_regular_expander_graph",
        "callee": "<builtin>.list.append",
        "lineno": 327,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.expanders.maybe_regular_expander",
        "callee": "networkx.generators.expanders.maybe_regular_expander_graph",
        "lineno": 354,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.expanders.random_regular_expander_graph",
        "callee": "networkx.generators.expanders.maybe_regular_expander_graph",
        "lineno": 486,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.expanders.random_regular_expander_graph",
        "callee": "networkx.generators.expanders.is_regular_expander",
        "lineno": 491,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.expanders.random_regular_expander_graph",
        "callee": "networkx.generators.expanders.maybe_regular_expander_graph",
        "lineno": 493,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.generators.geometric": [
      {
        "caller": "networkx.generators.geometric.geometric_edges",
        "callee": "networkx.generators.geometric._geometric_edges",
        "lineno": 86,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.geometric._geometric_edges",
        "callee": "<external>.itertools.combinations",
        "lineno": 102,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.geometric.random_geometric_graph",
        "callee": "networkx.generators.geometric._geometric_edges",
        "lineno": 204,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.geometric.soft_random_geometric_graph.should_join",
        "callee": "networkx.generators.geometric.soft_random_geometric_graph.p_dist",
        "lineno": 326,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.geometric.soft_random_geometric_graph",
        "callee": "networkx.generators.geometric._geometric_edges",
        "lineno": 328,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.geometric.geographical_threshold_graph.should_join",
        "callee": "networkx.generators.geometric.geographical_threshold_graph.p_dist",
        "lineno": 493,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.geometric.geographical_threshold_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 495,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.geometric.waxman_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 614,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.geometric.waxman_graph",
        "callee": "<builtin>.dict.values",
        "lineno": 614,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.geometric.waxman_graph.should_join",
        "callee": "networkx.generators.geometric.waxman_graph.dist",
        "lineno": 626,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.geometric.waxman_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 628,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.geometric.navigable_small_world_graph",
        "callee": "<external>.itertools.product",
        "lineno": 688,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.geometric.navigable_small_world_graph",
        "callee": "<builtin>.list.append",
        "lineno": 697,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.geometric.navigable_small_world_graph",
        "callee": "<external>.itertools.accumulate",
        "lineno": 698,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.geometric.navigable_small_world_graph",
        "callee": "<external>.bisect.bisect_left",
        "lineno": 700,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.geometric.thresholded_random_geometric_graph",
        "callee": "networkx.generators.geometric._geometric_edges",
        "lineno": 833,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.geometric.geometric_soft_configuration_graph",
        "callee": "<builtin>.dict.values",
        "lineno": 1031,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.geometric.geometric_soft_configuration_graph",
        "callee": "<builtin>.dict.items",
        "lineno": 1034,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.harary_graph": [],
    "networkx.generators.internet_as_graphs": [
      {
        "caller": "networkx.generators.internet_as_graphs.uniform_int_from_avg",
        "callee": "<external>.math.floor",
        "lineno": 27,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.uniform_int_from_avg",
        "callee": "<external>.math.floor",
        "lineno": 28,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.t_graph",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_edge",
        "lineno": 132,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.choose_peer_pref_attach",
        "callee": "networkx.generators.internet_as_graphs.choose_pref_attach",
        "lineno": 154,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.choose_node_pref_attach",
        "callee": "networkx.generators.internet_as_graphs.choose_pref_attach",
        "lineno": 164,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "callee": "networkx.generators.internet_as_graphs.uniform_int_from_avg",
        "lineno": 212,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.choose_node_pref_attach",
        "lineno": 223,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.choose_node_pref_attach",
        "lineno": 226,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_edge",
        "lineno": 228,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_customer",
        "lineno": 229,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_m_peering_link",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.choose_peer_pref_attach",
        "lineno": 266,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_m_peering_link",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_edge",
        "lineno": 267,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_cp_peering_link",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_edge",
        "lineno": 314,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.add_peering_links",
        "callee": "networkx.generators.internet_as_graphs.uniform_int_from_avg",
        "lineno": 348,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.graph_regions",
        "lineno": 375,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.t_graph",
        "lineno": 380,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "lineno": 385,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "lineno": 388,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "lineno": 391,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_peering_links",
        "lineno": 394,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_peering_links",
        "lineno": 395,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_peering_links",
        "lineno": 396,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.__init__",
        "lineno": 441,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "lineno": 442,
        "resolution": "local_typed_method_call"
      }
    ],
    "networkx.generators.intersection": [],
    "networkx.generators.interval_graph": [
      {
        "caller": "networkx.generators.interval_graph.interval_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 65,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.joint_degree_seq": [
      {
        "caller": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "lineno": 203,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "callee": "<builtin>.dict.values",
        "lineno": 211,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "callee": "<builtin>.dict.items",
        "lineno": 222,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq._neighbor_switch",
        "lineno": 264,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq._neighbor_switch",
        "lineno": 269,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq._neighbor_switch",
        "lineno": 271,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "callee": "<builtin>.set.discard",
        "lineno": 282,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "callee": "<builtin>.dict.get",
        "lineno": 334,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "callee": "<builtin>.dict.get",
        "lineno": 335,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "callee": "<builtin>.dict.get",
        "lineno": 337,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "callee": "<builtin>.dict.get",
        "lineno": 347,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "callee": "<builtin>.dict.get",
        "lineno": 348,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "callee": "<builtin>.dict.get",
        "lineno": 350,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "lineno": 537,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "<builtin>.dict.setdefault",
        "lineno": 563,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "<builtin>.dict.setdefault",
        "lineno": 564,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "<builtin>.dict.get",
        "lineno": 572,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "<builtin>.dict.setdefault",
        "lineno": 575,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "<builtin>.dict.setdefault",
        "lineno": 576,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "<builtin>.dict.get",
        "lineno": 604,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq._directed_neighbor_switch",
        "lineno": 627,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq._directed_neighbor_switch_rev",
        "lineno": 641,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.generators.lattice": [
      {
        "caller": "networkx.generators.lattice.grid_2d_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 68,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.lattice.grid_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 144,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.lattice.grid_graph",
        "callee": "<external>.itertools.repeat",
        "lineno": 146,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.lattice.grid_graph",
        "callee": "networkx.algorithms.operators.product.cartesian_product",
        "lineno": 152,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.lattice.grid_graph",
        "callee": "networkx.relabel.relabel_nodes",
        "lineno": 154,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.lattice.hypercube_graph",
        "callee": "networkx.generators.lattice.grid_graph",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.lattice.triangular_lattice_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 262,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.lattice.triangular_lattice_graph",
        "callee": "<external>.math.sqrt",
        "lineno": 295,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.lattice.hexagonal_lattice_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 362,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.lattice.hexagonal_lattice_graph",
        "callee": "<external>.math.sqrt",
        "lineno": 396,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.generators.line": [
      {
        "caller": "networkx.generators.line.line_graph",
        "callee": "networkx.generators.line._lg_directed",
        "lineno": 117,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line.line_graph",
        "callee": "networkx.generators.line._lg_undirected",
        "lineno": 119,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line._lg_directed",
        "callee": "<external>.functools.partial",
        "lineno": 142,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.line._lg_undirected",
        "callee": "<external>.functools.partial",
        "lineno": 180,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.line.inverse_line_graph",
        "callee": "networkx.generators.line._select_starting_cell",
        "lineno": 293,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line.inverse_line_graph",
        "callee": "networkx.generators.line._find_partition",
        "lineno": 294,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line.inverse_line_graph",
        "callee": "<builtin>.dict.values",
        "lineno": 301,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.line.inverse_line_graph",
        "callee": "<external>.itertools.combinations",
        "lineno": 308,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.line.inverse_line_graph",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 218,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.line.inverse_line_graph",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 219,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.line._triangles",
        "callee": "<builtin>.list.append",
        "lineno": 324,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.line._odd_triangle",
        "callee": "<external>.itertools.combinations",
        "lineno": 356,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.line._odd_triangle",
        "callee": "<external>.collections.defaultdict",
        "lineno": 360,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.line._find_partition",
        "callee": "<external>.itertools.combinations",
        "lineno": 387,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.line._find_partition",
        "callee": "<builtin>.list.append",
        "lineno": 407,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.line._find_partition",
        "callee": "<external>.itertools.combinations",
        "lineno": 408,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.line._select_starting_cell",
        "callee": "networkx.generators.line._triangles",
        "lineno": 446,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line._select_starting_cell",
        "callee": "networkx.generators.line._triangles",
        "lineno": 457,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line._select_starting_cell",
        "callee": "networkx.generators.line._triangles",
        "lineno": 458,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line._select_starting_cell",
        "callee": "networkx.generators.line._select_starting_cell",
        "lineno": 463,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line._select_starting_cell",
        "callee": "networkx.generators.line._select_starting_cell",
        "lineno": 465,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line._select_starting_cell",
        "callee": "networkx.generators.line._odd_triangle",
        "lineno": 471,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.line._select_starting_cell",
        "callee": "<builtin>.list.append",
        "lineno": 473,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.mycielski": [
      {
        "caller": "networkx.generators.mycielski.mycielski_graph",
        "callee": "networkx.generators.mycielski.mycielskian",
        "lineno": 110,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.generators.nonisomorphic_trees": [
      {
        "caller": "networkx.generators.nonisomorphic_trees.nonisomorphic_trees",
        "callee": "networkx.generators.nonisomorphic_trees._next_tree",
        "lineno": 74,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees.nonisomorphic_trees",
        "callee": "networkx.generators.nonisomorphic_trees._layout_to_graph",
        "lineno": 76,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees.nonisomorphic_trees",
        "callee": "networkx.generators.nonisomorphic_trees._next_rooted_tree",
        "lineno": 77,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees.number_of_nonisomorphic_trees",
        "callee": "networkx.generators.nonisomorphic_trees._unlabeled_trees",
        "lineno": 113,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._unlabeled_trees",
        "callee": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "lineno": 122,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._unlabeled_trees",
        "callee": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "lineno": 122,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._unlabeled_trees",
        "callee": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "lineno": 124,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._unlabeled_trees",
        "callee": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "lineno": 125,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._unlabeled_trees",
        "callee": "<external>.functools.lru_cache",
        "lineno": 116,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "callee": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "lineno": 138,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "callee": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "lineno": 138,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._rooted_trees",
        "callee": "<external>.functools.lru_cache",
        "lineno": 128,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._next_tree",
        "callee": "networkx.generators.nonisomorphic_trees._split_tree",
        "lineno": 168,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._next_tree",
        "callee": "networkx.generators.nonisomorphic_trees._next_rooted_tree",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._next_tree",
        "callee": "networkx.generators.nonisomorphic_trees._split_tree",
        "lineno": 193,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._layout_to_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 234,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.nonisomorphic_trees._layout_to_graph",
        "callee": "<builtin>.list.append",
        "lineno": 238,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.random_clustered": [
      {
        "caller": "networkx.generators.random_clustered.random_clustered_graph",
        "callee": "<builtin>.list.append",
        "lineno": 101,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_clustered.random_clustered_graph",
        "callee": "<builtin>.list.append",
        "lineno": 103,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_clustered.random_clustered_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 111,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_clustered.random_clustered_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 111,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_clustered.random_clustered_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 113,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_clustered.random_clustered_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 114,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_clustered.random_clustered_graph",
        "callee": "<builtin>.list.pop",
        "lineno": 115,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.random_graphs": [
      {
        "caller": "networkx.generators.random_graphs.fast_gnp_random_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 84,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.fast_gnp_random_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 92,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.gnp_random_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 169,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.gnp_random_graph",
        "callee": "networkx.generators.classic.complete_graph",
        "lineno": 173,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dense_gnm_random_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 230,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dense_gnm_random_graph",
        "callee": "networkx.generators.classic.complete_graph",
        "lineno": 233,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dense_gnm_random_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 234,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.gnm_random_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 289,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.gnm_random_graph",
        "callee": "networkx.generators.classic.complete_graph",
        "lineno": 296,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.newman_watts_strogatz_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 355,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.newman_watts_strogatz_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 363,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.watts_strogatz_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 433,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.connected_watts_strogatz_graph",
        "callee": "networkx.generators.random_graphs.watts_strogatz_graph",
        "lineno": 518,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_regular_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 573,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_regular_graph._try_creation",
        "callee": "<external>.collections.defaultdict",
        "lineno": 611,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_regular_graph._try_creation",
        "callee": "networkx.generators.random_graphs.random_regular_graph._suitable",
        "lineno": 623,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_regular_graph",
        "callee": "networkx.generators.random_graphs.random_regular_graph._try_creation",
        "lineno": 636,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_regular_graph",
        "callee": "networkx.generators.random_graphs.random_regular_graph._try_creation",
        "lineno": 638,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.random_graphs.barabasi_albert_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 700,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.barabasi_albert_graph",
        "callee": "networkx.generators.classic.star_graph",
        "lineno": 708,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.barabasi_albert_graph",
        "callee": "networkx.generators.random_graphs._random_subset",
        "lineno": 723,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.barabasi_albert_graph",
        "callee": "<builtin>.list.extend",
        "lineno": 727,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.barabasi_albert_graph",
        "callee": "<builtin>.list.extend",
        "lineno": 729,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 783,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "callee": "networkx.generators.random_graphs.barabasi_albert_graph",
        "lineno": 799,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "callee": "networkx.generators.random_graphs.barabasi_albert_graph",
        "lineno": 801,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "callee": "networkx.generators.classic.star_graph",
        "lineno": 805,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "callee": "networkx.generators.random_graphs._random_subset",
        "lineno": 828,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "callee": "<builtin>.list.extend",
        "lineno": 832,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.dual_barabasi_albert_graph",
        "callee": "<builtin>.list.extend",
        "lineno": 834,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 894,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 903,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.extend",
        "lineno": 911,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.append",
        "lineno": 942,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.append",
        "lineno": 943,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 947,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 949,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 978,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.append",
        "lineno": 979,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 984,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.remove",
        "lineno": 987,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.append",
        "lineno": 990,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "networkx.generators.random_graphs._random_subset",
        "lineno": 995,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.extend",
        "lineno": 999,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.extended_barabasi_albert_graph",
        "callee": "<builtin>.list.extend",
        "lineno": 1001,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.powerlaw_cluster_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 1057,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.powerlaw_cluster_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 1064,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.powerlaw_cluster_graph",
        "callee": "networkx.generators.random_graphs._random_subset",
        "lineno": 1069,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_lobster_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 1133,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_lobster_graph",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 1140,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_shell_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 1182,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_shell_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 1183,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_shell_graph",
        "callee": "<builtin>.list.append",
        "lineno": 1191,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_shell_graph",
        "callee": "networkx.generators.random_graphs.gnm_random_graph",
        "lineno": 1193,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_shell_graph",
        "callee": "<builtin>.list.append",
        "lineno": 1196,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_powerlaw_tree",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 1251,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_powerlaw_tree",
        "callee": "networkx.generators.random_graphs.random_powerlaw_tree_sequence",
        "lineno": 1253,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_powerlaw_tree",
        "callee": "networkx.generators.degree_seq.degree_sequence_tree",
        "lineno": 1254,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_powerlaw_tree_sequence",
        "callee": "<builtin>.list.pop",
        "lineno": 1304,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_kernel_graph",
        "callee": "networkx.utils.misc.check_create_using",
        "lineno": 1377,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_kernel_graph",
        "callee": "networkx.generators.random_graphs.random_kernel_graph.kernel_root",
        "lineno": 1395,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.random_graphs.random_k_lift",
        "callee": "<builtin>.list.extend",
        "lineno": 1492,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.small": [
      {
        "caller": "networkx.generators.small._raise_on_directed.wrapper",
        "callee": "<external>.functools.wraps",
        "lineno": 53,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.small.LCF_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 118,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.small.LCF_graph",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 121,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.small.desargues_graph",
        "callee": "networkx.generators.small.LCF_graph",
        "lineno": 298,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.small.dodecahedral_graph",
        "callee": "networkx.generators.small.LCF_graph",
        "lineno": 363,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.small.frucht_graph",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 394,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.small.heawood_graph",
        "callee": "networkx.generators.small.LCF_graph",
        "lineno": 444,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.small.house_x_graph",
        "callee": "networkx.generators.small.house_graph",
        "lineno": 547,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.small.moebius_kantor_graph",
        "callee": "networkx.generators.small.LCF_graph",
        "lineno": 675,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.small.pappus_graph",
        "callee": "networkx.generators.small.LCF_graph",
        "lineno": 738,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.small.sedgewick_maze_graph",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 864,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.small.tetrahedral_graph",
        "callee": "networkx.generators.classic.complete_graph",
        "lineno": 902,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.small.truncated_tetrahedron_graph",
        "callee": "networkx.generators.classic.path_graph",
        "lineno": 990,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.social": [
      {
        "caller": "networkx.generators.social.karate_club_graph",
        "callee": "<builtin>.str.split",
        "lineno": 92,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.spectral_graph_forge": [],
    "networkx.generators.stochastic": [],
    "networkx.generators.sudoku": [],
    "networkx.generators.time_series": [],
    "networkx.generators.trees": [
      {
        "caller": "networkx.generators.trees.prefix_tree.get_children",
        "callee": "<external>.collections.defaultdict",
        "lineno": 142,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees.prefix_tree",
        "callee": "networkx.generators.trees.prefix_tree.get_children",
        "lineno": 161,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.trees.prefix_tree",
        "callee": "<builtin>.list.pop",
        "lineno": 169,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.trees.prefix_tree",
        "callee": "networkx.generators.trees.prefix_tree.get_children",
        "lineno": 176,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.trees.prefix_tree",
        "callee": "<builtin>.list.append",
        "lineno": 177,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.trees.prefix_tree_recursive._helper",
        "callee": "<external>.collections.defaultdict",
        "lineno": 295,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees.prefix_tree_recursive._helper",
        "callee": "networkx.generators.trees.prefix_tree_recursive._helper",
        "lineno": 311,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.trees.prefix_tree_recursive",
        "callee": "networkx.generators.trees.prefix_tree_recursive._helper",
        "lineno": 320,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.trees.random_labeled_rooted_tree",
        "callee": "networkx.generators.trees.random_labeled_tree",
        "lineno": 410,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_labeled_rooted_forest._select_k",
        "callee": "<external>.math.factorial",
        "lineno": 453,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees.random_labeled_rooted_forest._select_k",
        "callee": "<external>.math.factorial",
        "lineno": 454,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees.random_labeled_rooted_forest._select_k",
        "callee": "<external>.math.factorial",
        "lineno": 454,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees.random_labeled_rooted_forest",
        "callee": "networkx.generators.trees.random_labeled_rooted_forest._select_k",
        "lineno": 466,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.trees.random_labeled_rooted_forest",
        "callee": "<external>.collections.Counter",
        "lineno": 477,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees._select_jd_trees",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 591,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._select_jd_trees",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 597,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._select_jd_trees",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 598,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "callee": "networkx.generators.trees._select_jd_trees",
        "lineno": 641,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "lineno": 642,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "lineno": 643,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_tree",
        "callee": "networkx.generators.trees._to_nx",
        "lineno": 703,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_tree",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "lineno": 703,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_tree",
        "callee": "networkx.generators.trees._to_nx",
        "lineno": 705,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_tree",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "lineno": 705,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._select_jd_forests",
        "callee": "networkx.generators.trees._num_rooted_forests",
        "lineno": 781,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._select_jd_forests",
        "callee": "networkx.generators.trees._num_rooted_forests",
        "lineno": 787,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._select_jd_forests",
        "callee": "networkx.generators.trees._num_rooted_forests",
        "lineno": 788,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "callee": "networkx.generators.trees._select_jd_forests",
        "lineno": 826,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "lineno": 827,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "lineno": 830,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_forest",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "lineno": 896,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_forest",
        "callee": "networkx.generators.trees._to_nx",
        "lineno": 899,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_forest",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "lineno": 903,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_forest",
        "callee": "<builtin>.list.append",
        "lineno": 906,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_rooted_forest",
        "callee": "networkx.generators.trees._to_nx",
        "lineno": 906,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._num_trees",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 927,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._num_trees",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 929,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._num_trees",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 929,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._num_trees",
        "callee": "<external>.math.comb",
        "lineno": 934,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees._num_trees",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 934,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._bicenter",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "lineno": 963,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._bicenter",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 964,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._bicenter",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_tree",
        "lineno": 967,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_tree",
        "callee": "<external>.math.comb",
        "lineno": 1003,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_tree",
        "callee": "networkx.generators.trees._num_rooted_trees",
        "lineno": 1003,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_tree",
        "callee": "networkx.generators.trees._num_trees",
        "lineno": 1004,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_tree",
        "callee": "networkx.generators.trees._bicenter",
        "lineno": 1005,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees._random_unlabeled_tree",
        "callee": "networkx.generators.trees._random_unlabeled_rooted_forest",
        "lineno": 1007,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_tree",
        "callee": "networkx.generators.trees._to_nx",
        "lineno": 1065,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_tree",
        "callee": "networkx.generators.trees._random_unlabeled_tree",
        "lineno": 1065,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_tree",
        "callee": "networkx.generators.trees._to_nx",
        "lineno": 1068,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.trees.random_unlabeled_tree",
        "callee": "networkx.generators.trees._random_unlabeled_tree",
        "lineno": 1068,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.generators.triads": [],
    "networkx.generators": [],
    "networkx.generators.tests.test_atlas": [
      {
        "caller": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_nondecreasing_edges",
        "callee": "<external>.itertools.groupby",
        "lineno": 56,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_nondecreasing_degree_sequence",
        "callee": "<external>.itertools.groupby",
        "lineno": 68,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_atlas.TestAtlasGraphG.test_nondecreasing_degree_sequence",
        "callee": "<external>.itertools.groupby",
        "lineno": 69,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.generators.tests.test_classic": [],
    "networkx.generators.tests.test_cographs": [],
    "networkx.generators.tests.test_community": [],
    "networkx.generators.tests.test_degree_seq": [],
    "networkx.generators.tests.test_directed": [
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.gn_graph",
        "lineno": 30,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.gnr_graph",
        "lineno": 31,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.gnc_graph",
        "lineno": 32,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.scale_free_graph",
        "lineno": 33,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.gn_graph",
        "lineno": 35,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.gnr_graph",
        "lineno": 36,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.gnc_graph",
        "lineno": 37,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_smoke_test_random_graphs",
        "callee": "networkx.generators.directed.scale_free_graph",
        "lineno": 38,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "callee": "networkx.generators.directed.gn_graph",
        "lineno": 44,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "callee": "networkx.generators.directed.gn_graph",
        "lineno": 45,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "callee": "networkx.generators.directed.gnr_graph",
        "lineno": 47,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "callee": "networkx.generators.directed.gnr_graph",
        "lineno": 48,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "callee": "networkx.generators.directed.gnc_graph",
        "lineno": 50,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "callee": "networkx.generators.directed.gnc_graph",
        "lineno": 51,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_create_using_keyword_arguments",
        "callee": "networkx.generators.directed.scale_free_graph",
        "lineno": 54,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_parameters",
        "callee": "networkx.generators.directed.gn_graph",
        "lineno": 76,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_parameters",
        "callee": "networkx.generators.directed.gn_graph",
        "lineno": 77,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_parameters",
        "callee": "networkx.generators.directed.gnc_graph",
        "lineno": 78,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestGeneratorsDirected.test_parameters",
        "callee": "networkx.generators.directed.gnr_graph",
        "lineno": 79,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.test_scale_free_graph_negative_delta",
        "callee": "networkx.generators.directed.scale_free_graph",
        "lineno": 84,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.test_scale_free_graph_negative_delta",
        "callee": "networkx.generators.directed.scale_free_graph",
        "lineno": 86,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.test_non_numeric_ordering",
        "callee": "networkx.generators.directed.scale_free_graph",
        "lineno": 91,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.test_scale_free_graph_initial_graph_kwarg",
        "callee": "networkx.generators.directed.scale_free_graph",
        "lineno": 99,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_regularity",
        "callee": "networkx.generators.tests.test_directed.TestRandomKOutGraph.f",
        "lineno": 127,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_no_self_loops",
        "callee": "networkx.generators.tests.test_directed.TestRandomKOutGraph.f",
        "lineno": 133,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_random_k_out_graph",
        "callee": "networkx.generators.directed.random_k_out_graph",
        "lineno": 139,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestRandomKOutGraph.test_negative_alpha",
        "callee": "networkx.generators.directed.random_k_out_graph",
        "lineno": 145,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_regularity",
        "callee": "networkx.generators.directed.random_uniform_k_out_graph",
        "lineno": 159,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_regularity",
        "callee": "networkx.generators.directed.random_uniform_k_out_graph",
        "lineno": 161,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_no_self_loops",
        "callee": "networkx.generators.directed.random_uniform_k_out_graph",
        "lineno": 168,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_with_replacement",
        "callee": "networkx.generators.directed.random_uniform_k_out_graph",
        "lineno": 175,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_with_replacement",
        "callee": "networkx.generators.directed.random_uniform_k_out_graph",
        "lineno": 180,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_directed.TestUniformRandomKOutGraph.test_without_replacement",
        "callee": "networkx.generators.directed.random_uniform_k_out_graph",
        "lineno": 187,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.tests.test_duplication": [],
    "networkx.generators.tests.test_ego": [],
    "networkx.generators.tests.test_expanders": [
      {
        "caller": "networkx.generators.tests.test_expanders.test_paley_graph",
        "callee": "<builtin>.set.pop",
        "lineno": 54,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.generators.tests.test_expanders.test_paley_graph",
        "callee": "<builtin>.set.pop",
        "lineno": 55,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.generators.tests.test_geometric": [
      {
        "caller": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_distances",
        "callee": "<external>.itertools.combinations",
        "lineno": 30,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_p",
        "callee": "<external>.itertools.combinations",
        "lineno": 42,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_p",
        "callee": "networkx.generators.tests.test_geometric.l1dist",
        "lineno": 45,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_p",
        "callee": "networkx.generators.tests.test_geometric.l1dist",
        "lineno": 48,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestRandomGeometricGraph.test_node_names",
        "callee": "<external>.itertools.combinations",
        "lineno": 58,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_distances",
        "callee": "<external>.itertools.combinations",
        "lineno": 87,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p",
        "callee": "<external>.itertools.combinations",
        "lineno": 100,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p",
        "callee": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_p.dist",
        "lineno": 103,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestSoftRandomGeometricGraph.test_node_names",
        "callee": "<external>.itertools.combinations",
        "lineno": 113,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_distances",
        "callee": "<external>.itertools.combinations",
        "lineno": 176,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_distances",
        "callee": "networkx.generators.tests.test_geometric.join",
        "lineno": 179,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_distances",
        "callee": "networkx.generators.tests.test_geometric.join",
        "lineno": 182,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_metric",
        "callee": "<external>.itertools.combinations",
        "lineno": 188,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_metric",
        "callee": "networkx.generators.tests.test_geometric.join",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestGeographicalThresholdGraph.test_metric",
        "callee": "networkx.generators.tests.test_geometric.join",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_distances",
        "callee": "<external>.itertools.combinations",
        "lineno": 302,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_p",
        "callee": "<external>.itertools.combinations",
        "lineno": 315,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_p",
        "callee": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_p.dist",
        "lineno": 318,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_node_names",
        "callee": "<external>.itertools.combinations",
        "lineno": 328,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_geometric.TestThresholdedRandomGeometricGraph.test_theta",
        "callee": "<external>.itertools.combinations",
        "lineno": 339,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.generators.tests.test_harary_graph": [
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "callee": "networkx.generators.harary_graph.hnm_harary_graph",
        "lineno": 19,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "callee": "networkx.algorithms.isomorphism.isomorph.is_isomorphic",
        "lineno": 22,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "callee": "networkx.generators.harary_graph.hnm_harary_graph",
        "lineno": 28,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "callee": "networkx.generators.harary_graph.hnm_harary_graph",
        "lineno": 37,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "callee": "networkx.algorithms.isomorphism.isomorph.is_isomorphic",
        "lineno": 42,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "callee": "networkx.generators.harary_graph.hnm_harary_graph",
        "lineno": 48,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hnm_harary_graph",
        "callee": "networkx.generators.harary_graph.hnm_harary_graph",
        "lineno": 60,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "callee": "networkx.generators.harary_graph.hkn_harary_graph",
        "lineno": 90,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "callee": "networkx.algorithms.isomorphism.isomorph.is_isomorphic",
        "lineno": 92,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "callee": "networkx.generators.harary_graph.hkn_harary_graph",
        "lineno": 97,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "callee": "networkx.algorithms.isomorphism.isomorph.is_isomorphic",
        "lineno": 99,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "callee": "networkx.generators.harary_graph.hkn_harary_graph",
        "lineno": 104,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "callee": "networkx.algorithms.isomorphism.isomorph.is_isomorphic",
        "lineno": 108,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_harary_graph.TestHararyGraph.test_hkn_harary_graph",
        "callee": "networkx.generators.harary_graph.hkn_harary_graph",
        "lineno": 114,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.tests.test_internet_as_graphs": [
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.setup_class",
        "callee": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "lineno": 17,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_wrong_input",
        "callee": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "lineno": 74,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_wrong_input",
        "callee": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "lineno": 77,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_wrong_input",
        "callee": "networkx.generators.internet_as_graphs.random_internet_as_graph",
        "lineno": 80,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 169,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 170,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 171,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 173,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 174,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 175,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 179,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 180,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.TestInternetASTopology.test_degree_values",
        "callee": "<external>.pytest.approx",
        "lineno": 181,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.__init__",
        "lineno": 186,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.generate",
        "lineno": 187,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_m_peering_link",
        "lineno": 202,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_m_peering_link",
        "lineno": 206,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_cp_peering_link",
        "lineno": 211,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_cp_peering_link",
        "lineno": 212,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_AS_graph_coverage",
        "callee": "networkx.generators.internet_as_graphs.AS_graph_generator.add_node",
        "lineno": 215,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.generators.tests.test_internet_as_graphs.test_choose_pref_attach",
        "callee": "networkx.generators.internet_as_graphs.choose_pref_attach",
        "lineno": 221,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.tests.test_intersection": [],
    "networkx.generators.tests.test_interval_graph": [
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_empty",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 17,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_check_invalid",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 24,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_check_invalid",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 28,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_check_invalid",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 32,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_check_invalid",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 36,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_0",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 44,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_1",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 62,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_2",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 73,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_3",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 89,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_interval_graph.TestIntervalGraph.test_interval_graph_5",
        "callee": "networkx.generators.interval_graph.interval_graph",
        "lineno": 141,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.tests.test_joint_degree_seq": [
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "lineno": 23,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "lineno": 33,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "lineno": 44,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "lineno": 54,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_joint_degree",
        "lineno": 59,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq.joint_degree_graph",
        "lineno": 74,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_directed_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "lineno": 86,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_directed_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "lineno": 90,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_directed_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "lineno": 94,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_directed_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "lineno": 99,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_is_valid_directed_joint_degree",
        "callee": "networkx.generators.joint_degree_seq.is_valid_directed_joint_degree",
        "lineno": 103,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_joint_degree_seq.test_directed_joint_degree_graph",
        "callee": "networkx.generators.joint_degree_seq.directed_joint_degree_graph",
        "lineno": 119,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.tests.test_lattice": [
      {
        "caller": "networkx.generators.tests.test_lattice.TestGrid2DGraph.test_periodic_iterable",
        "callee": "<external>.itertools.product",
        "lineno": 74,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.generators.tests.test_lattice.TestGridGraph.test_periodic_iterable",
        "callee": "<external>.itertools.product",
        "lineno": 144,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.generators.tests.test_line": [
      {
        "caller": "networkx.generators.tests.test_line.TestGeneratorPrivateFunctions.test_diamond_graph",
        "callee": "networkx.generators.line._select_starting_cell",
        "lineno": 313,
        "resolution": "qualified_module_call"
      }
    ],
    "networkx.generators.tests.test_mycielski": [],
    "networkx.generators.tests.test_nonisomorphic_trees": [
      {
        "caller": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_tree_structure",
        "callee": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "lineno": 43,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_tree_structure",
        "callee": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "lineno": 45,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphism",
        "callee": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "lineno": 53,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphism",
        "callee": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "lineno": 57,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees",
        "callee": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "lineno": 80,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees",
        "callee": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "lineno": 81,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees",
        "callee": "networkx.generators.tests.test_nonisomorphic_trees.TestGeneratorNonIsomorphicTrees.test_nonisomorphic_trees.f",
        "lineno": 82,
        "resolution": "same_class_name_call"
      }
    ],
    "networkx.generators.tests.test_random_clustered": [],
    "networkx.generators.tests.test_random_graphs": [
      {
        "caller": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph.is_lobster",
        "callee": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph.is_caterpillar",
        "lineno": 158,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph",
        "callee": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph.is_lobster",
        "lineno": 162,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph",
        "callee": "networkx.generators.tests.test_random_graphs.TestGeneratorsRandom.test_random_graph.is_caterpillar",
        "lineno": 169,
        "resolution": "same_class_name_call"
      }
    ],
    "networkx.generators.tests.test_small": [],
    "networkx.generators.tests.test_spectral_graph_forge": [
      {
        "caller": "networkx.generators.tests.test_spectral_graph_forge.test_spectral_graph_forge",
        "callee": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "lineno": 20,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_spectral_graph_forge.test_spectral_graph_forge",
        "callee": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "lineno": 23,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_spectral_graph_forge.test_spectral_graph_forge",
        "callee": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "lineno": 27,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_spectral_graph_forge.test_spectral_graph_forge",
        "callee": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "lineno": 33,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_spectral_graph_forge.test_spectral_graph_forge",
        "callee": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "lineno": 38,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.generators.tests.test_spectral_graph_forge.test_spectral_graph_forge",
        "callee": "networkx.generators.spectral_graph_forge.spectral_graph_forge",
        "lineno": 41,
        "resolution": "imported_call"
      }
    ],
    "networkx.generators.tests.test_stochastic": [],
    "networkx.generators.tests.test_sudoku": [],
    "networkx.generators.tests.test_time_series": [],
    "networkx.generators.tests.test_trees": [
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 59,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 60,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 61,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 62,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 63,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 64,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 65,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 66,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 67,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 68,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 69,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.generators.tests.test_trees.test_basic_prefix_tree",
        "callee": "networkx.generators.tests.test_trees.test_basic_prefix_tree.source_label",
        "lineno": 70,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.generators.tests.test_triads": [],
    "networkx.generators.tests": [],
    "networkx.linalg.algebraicconnectivity": [
      {
        "caller": "networkx.linalg.algebraicconnectivity._PCGSolver.solve",
        "callee": "networkx.linalg.algebraicconnectivity._PCGSolver._solve",
        "lineno": 47,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity._tracemin_fiedler",
        "callee": "networkx.linalg.algebraicconnectivity._PCGSolver.__init__",
        "lineno": 214,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity._tracemin_fiedler",
        "callee": "networkx.linalg.algebraicconnectivity._LUSolver.__init__",
        "lineno": 224,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity._tracemin_fiedler",
        "callee": "networkx.linalg.algebraicconnectivity._tracemin_fiedler.project",
        "lineno": 230,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity._tracemin_fiedler",
        "callee": "networkx.linalg.algebraicconnectivity._LUSolver.solve",
        "lineno": 249,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity._tracemin_fiedler",
        "callee": "networkx.linalg.algebraicconnectivity._tracemin_fiedler.project",
        "lineno": 251,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity._get_fiedler_func.find_fiedler",
        "callee": "networkx.linalg.algebraicconnectivity._tracemin_fiedler",
        "lineno": 267,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.algebraic_connectivity",
        "callee": "networkx.linalg.algebraicconnectivity._preprocess_graph",
        "lineno": 389,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.algebraic_connectivity",
        "callee": "networkx.linalg.algebraicconnectivity._get_fiedler_func",
        "lineno": 397,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.algebraic_connectivity",
        "callee": "networkx.linalg.algebraicconnectivity._rcm_estimate",
        "lineno": 398,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.fiedler_vector",
        "callee": "networkx.linalg.algebraicconnectivity._preprocess_graph",
        "lineno": 487,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.fiedler_vector",
        "callee": "networkx.linalg.algebraicconnectivity._get_fiedler_func",
        "lineno": 494,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.fiedler_vector",
        "callee": "networkx.linalg.algebraicconnectivity._rcm_estimate",
        "lineno": 496,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.spectral_ordering",
        "callee": "networkx.linalg.algebraicconnectivity._preprocess_graph",
        "lineno": 567,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.spectral_ordering",
        "callee": "networkx.linalg.algebraicconnectivity._get_fiedler_func",
        "lineno": 569,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.spectral_ordering",
        "callee": "networkx.linalg.algebraicconnectivity._rcm_estimate",
        "lineno": 575,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.spectral_ordering",
        "callee": "<builtin>.list.extend",
        "lineno": 578,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.linalg.algebraicconnectivity.spectral_ordering",
        "callee": "<builtin>.list.extend",
        "lineno": 580,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.linalg.attrmatrix": [
      {
        "caller": "networkx.linalg.attrmatrix.attr_matrix",
        "callee": "networkx.linalg.attrmatrix._edge_value",
        "lineno": 276,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.attrmatrix.attr_matrix",
        "callee": "networkx.linalg.attrmatrix._node_value",
        "lineno": 277,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.attrmatrix.attr_sparse_matrix",
        "callee": "networkx.linalg.attrmatrix._edge_value",
        "lineno": 434,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.attrmatrix.attr_sparse_matrix",
        "callee": "networkx.linalg.attrmatrix._node_value",
        "lineno": 435,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.linalg.bethehessianmatrix": [],
    "networkx.linalg.graphmatrix": [],
    "networkx.linalg.laplacianmatrix": [
      {
        "caller": "networkx.linalg.laplacianmatrix.directed_laplacian_matrix",
        "callee": "networkx.linalg.laplacianmatrix._transition_matrix",
        "lineno": 326,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.laplacianmatrix.directed_combinatorial_laplacian_matrix",
        "callee": "networkx.linalg.laplacianmatrix._transition_matrix",
        "lineno": 421,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.linalg.modularitymatrix": [],
    "networkx.linalg.spectrum": [],
    "networkx.linalg": [],
    "networkx.linalg.tests.test_algebraic_connectivity": [
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_two_nodes",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 118,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_two_nodes_multigraph",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 132,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_abbreviation_of_method",
        "callee": "<external>.math.sqrt",
        "lineno": 138,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_abbreviation_of_method",
        "callee": "<external>.math.sqrt",
        "lineno": 138,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_abbreviation_of_method",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 142,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_path",
        "callee": "<external>.math.sqrt",
        "lineno": 149,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_path",
        "callee": "<external>.math.sqrt",
        "lineno": 149,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_path",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 153,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_problematic_graph_issue_2381",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 165,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_cycle",
        "callee": "<external>.math.sqrt",
        "lineno": 172,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_cycle",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 176,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_seed_argument",
        "callee": "<external>.math.sqrt",
        "lineno": 183,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_seed_argument",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 187,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.linalg.tests.test_algebraic_connectivity.TestAlgebraicConnectivity.test_buckminsterfullerene",
        "callee": "networkx.linalg.tests.test_algebraic_connectivity.check_eigenvector",
        "lineno": 299,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.linalg.tests.test_attrmatrix": [],
    "networkx.linalg.tests.test_bethehessian": [],
    "networkx.linalg.tests.test_graphmatrix": [],
    "networkx.linalg.tests.test_laplacian": [],
    "networkx.linalg.tests.test_modularity": [],
    "networkx.linalg.tests.test_spectrum": [],
    "networkx.linalg.tests": [],
    "networkx.readwrite.adjlist": [
      {
        "caller": "networkx.readwrite.adjlist.generate_adjlist",
        "callee": "<builtin>.list.extend",
        "lineno": 101,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.adjlist.generate_adjlist",
        "callee": "<builtin>.list.append",
        "lineno": 103,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.adjlist.write_adjlist",
        "callee": "networkx.readwrite.adjlist.generate_adjlist",
        "lineno": 168,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.adjlist.read_adjlist",
        "callee": "networkx.readwrite.adjlist.parse_adjlist",
        "lineno": 324,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.edgelist": [
      {
        "caller": "networkx.readwrite.edgelist.generate_edgelist",
        "callee": "<builtin>.list.extend",
        "lineno": 120,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.edgelist.write_edgelist",
        "callee": "networkx.readwrite.edgelist.generate_edgelist",
        "lineno": 171,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.edgelist.parse_edgelist",
        "callee": "<external>.ast.literal_eval",
        "lineno": 275,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.edgelist.parse_edgelist",
        "callee": "<builtin>.dict.update",
        "lineno": 295,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.edgelist.read_edgelist",
        "callee": "networkx.readwrite.edgelist.parse_edgelist",
        "lineno": 378,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.edgelist.write_weighted_edgelist",
        "callee": "networkx.readwrite.edgelist.write_edgelist",
        "lineno": 418,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.edgelist.read_weighted_edgelist",
        "callee": "networkx.readwrite.edgelist.read_edgelist",
        "lineno": 481,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.gexf": [
      {
        "caller": "networkx.readwrite.gexf.write_gexf",
        "callee": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "lineno": 102,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.gexf.write_gexf",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "lineno": 103,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.write_gexf",
        "callee": "networkx.readwrite.gexf.GEXFWriter.write",
        "lineno": 104,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.generate_gexf",
        "callee": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "lineno": 159,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.gexf.generate_gexf",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "lineno": 160,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.read_gexf",
        "callee": "networkx.readwrite.gexf.GEXFReader.__init__",
        "lineno": 204,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.gexf.read_gexf",
        "callee": "networkx.readwrite.gexf.relabel_gexf_graph",
        "lineno": 206,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "callee": "networkx.readwrite.gexf.GEXF.construct_types",
        "lineno": 324,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "callee": "networkx.readwrite.gexf.GEXF.set_version",
        "lineno": 327,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 328,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 340,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "callee": "<external>.xml.etree.ElementTree.SubElement",
        "lineno": 342,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "callee": "<external>.xml.etree.ElementTree.register_namespace",
        "lineno": 346,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__init__",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "lineno": 362,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__str__",
        "callee": "networkx.readwrite.gexf.GEXFWriter.indent",
        "lineno": 366,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.__str__",
        "callee": "<external>.xml.etree.ElementTree.tostring",
        "lineno": 367,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "callee": "<external>.xml.etree.ElementTree.SubElement",
        "lineno": 384,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "callee": "<external>.xml.etree.ElementTree.SubElement",
        "lineno": 388,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 395,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "lineno": 397,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_graph",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "lineno": 398,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 402,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 417,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 423,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 427,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_parents",
        "lineno": 430,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_slices",
        "lineno": 432,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_spells",
        "lineno": 434,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "lineno": 435,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_nodes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "lineno": 436,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 465,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_edges.edge_key_data",
        "lineno": 466,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 486,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 492,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 497,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_slices",
        "lineno": 500,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_spells",
        "lineno": 502,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "lineno": 503,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_edges",
        "callee": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "lineno": 504,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 510,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 527,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 528,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.get_attr_id",
        "lineno": 530,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 534,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "callee": "networkx.readwrite.gexf.GEXFWriter.get_attr_id",
        "lineno": 553,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_attributes",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 556,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.get_attr_id",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 594,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.get_attr_id",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 598,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.get_attr_id",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 612,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 623,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 630,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 641,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 646,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 652,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 656,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_viz",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 661,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_parents",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 673,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_parents",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 675,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_slices",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 684,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_slices",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 686,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_spells",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 694,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_spells",
        "callee": "<external>.xml.etree.ElementTree.Element",
        "lineno": 696,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_spells",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 699,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.add_spells",
        "callee": "networkx.readwrite.gexf.GEXFWriter.alter_graph_mode_timeformat",
        "lineno": 702,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.write",
        "callee": "networkx.readwrite.gexf.GEXFWriter.indent",
        "lineno": 728,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.write",
        "callee": "<external>.xml.etree.ElementTree.ElementTree",
        "lineno": 729,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFWriter.indent",
        "callee": "networkx.readwrite.gexf.GEXFWriter.indent",
        "lineno": 741,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.__init__",
        "callee": "networkx.readwrite.gexf.GEXF.construct_types",
        "lineno": 753,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.__init__",
        "callee": "networkx.readwrite.gexf.GEXF.set_version",
        "lineno": 757,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.__call__",
        "callee": "<external>.xml.etree.ElementTree.ElementTree",
        "lineno": 760,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.__call__",
        "callee": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "lineno": 764,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.__call__",
        "callee": "networkx.readwrite.gexf.GEXF.set_version",
        "lineno": 767,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.__call__",
        "callee": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "lineno": 771,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "networkx.readwrite.gexf.GEXFReader.find_gexf_attributes",
        "lineno": 822,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "<builtin>.dict.update",
        "lineno": 823,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "<builtin>.dict.update",
        "lineno": 824,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "networkx.readwrite.gexf.GEXFReader.find_gexf_attributes",
        "lineno": 827,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "<builtin>.dict.update",
        "lineno": 828,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "<builtin>.dict.update",
        "lineno": 829,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "<builtin>.dict.update",
        "lineno": 838,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "<builtin>.dict.update",
        "lineno": 839,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_node",
        "lineno": 846,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.make_graph",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_edge",
        "lineno": 852,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_node",
        "callee": "networkx.readwrite.gexf.GEXFReader.decode_attr_elements",
        "lineno": 866,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_node",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_parents",
        "lineno": 867,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_node",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_slices",
        "lineno": 869,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_node",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_spells",
        "lineno": 871,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_node",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_viz",
        "lineno": 872,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_node",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_start_end",
        "lineno": 873,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_node",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_node",
        "lineno": 893,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_edge",
        "callee": "networkx.readwrite.gexf.GEXFReader.decode_attr_elements",
        "lineno": 1000,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_edge",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_start_end",
        "lineno": 1001,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_edge",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_slices",
        "lineno": 1004,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.gexf.GEXFReader.add_edge",
        "callee": "networkx.readwrite.gexf.GEXFReader.add_spells",
        "lineno": 1006,
        "resolution": "self_method_call"
      }
    ],
    "networkx.readwrite.gml": [
      {
        "caller": "networkx.readwrite.gml.literal_destringizer",
        "callee": "<external>.ast.literal_eval",
        "lineno": 106,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gml.read_gml",
        "callee": "networkx.readwrite.gml.parse_gml_lines",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.gml.read_gml",
        "callee": "networkx.readwrite.gml.read_gml.filter_lines",
        "lineno": 194,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml.filter_lines",
        "callee": "networkx.readwrite.gml.parse_gml.decode_line",
        "lineno": 260,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml.filter_lines",
        "callee": "networkx.readwrite.gml.parse_gml.decode_line",
        "lineno": 265,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml",
        "callee": "networkx.readwrite.gml.parse_gml_lines",
        "lineno": 272,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml",
        "callee": "networkx.readwrite.gml.parse_gml.filter_lines",
        "lineno": 272,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.tokenize",
        "callee": "<builtin>.list.append",
        "lineno": 322,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.consume",
        "callee": "networkx.readwrite.gml.parse_gml_lines.unexpected",
        "lineno": 375,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "<external>.collections.defaultdict",
        "lineno": 378,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "networkx.readwrite.gml.unescape",
        "lineno": 387,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "networkx.readwrite.gml.parse_gml_lines.parse_dict",
        "lineno": 400,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "networkx.readwrite.gml.unescape",
        "lineno": 406,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "networkx.readwrite.gml.parse_gml_lines.unexpected",
        "lineno": 418,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "networkx.readwrite.gml.parse_gml_lines.unexpected",
        "lineno": 429,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "networkx.readwrite.gml.parse_gml_lines.parse_kv.clean_dict_value",
        "lineno": 441,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "callee": "<builtin>.dict.items",
        "lineno": 441,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_dict",
        "callee": "networkx.readwrite.gml.parse_gml_lines.consume",
        "lineno": 446,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_dict",
        "callee": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "lineno": 448,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_dict",
        "callee": "networkx.readwrite.gml.parse_gml_lines.consume",
        "lineno": 450,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_graph",
        "callee": "networkx.readwrite.gml.parse_gml_lines.parse_kv",
        "lineno": 454,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines.parse_graph",
        "callee": "networkx.readwrite.gml.parse_gml_lines.unexpected",
        "lineno": 456,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines",
        "callee": "networkx.readwrite.gml.parse_gml_lines.tokenize",
        "lineno": 464,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines",
        "callee": "networkx.readwrite.gml.parse_gml_lines.parse_graph",
        "lineno": 465,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines",
        "callee": "networkx.readwrite.gml.parse_gml_lines.pop_attr",
        "lineno": 488,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines",
        "callee": "networkx.readwrite.gml.parse_gml_lines.pop_attr",
        "lineno": 492,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines",
        "callee": "networkx.readwrite.gml.parse_gml_lines.pop_attr",
        "lineno": 501,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.parse_gml_lines",
        "callee": "networkx.readwrite.gml.parse_gml_lines.pop_attr",
        "lineno": 502,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer.stringize",
        "callee": "networkx.readwrite.gml.literal_stringizer.stringize",
        "lineno": 579,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer.stringize",
        "callee": "networkx.readwrite.gml.literal_stringizer.stringize",
        "lineno": 590,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer.stringize",
        "callee": "networkx.readwrite.gml.literal_stringizer.stringize",
        "lineno": 594,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer.stringize",
        "callee": "networkx.readwrite.gml.literal_stringizer.stringize",
        "lineno": 606,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer.stringize",
        "callee": "networkx.readwrite.gml.literal_stringizer.stringize",
        "lineno": 608,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer.stringize",
        "callee": "networkx.readwrite.gml.literal_stringizer.stringize",
        "lineno": 618,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer",
        "callee": "<external>.io.StringIO",
        "lineno": 624,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.gml.literal_stringizer",
        "callee": "networkx.readwrite.gml.literal_stringizer.stringize",
        "lineno": 625,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml.stringize",
        "callee": "networkx.readwrite.gml.generate_gml.stringize",
        "lineno": 756,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml.stringize",
        "callee": "networkx.readwrite.gml.generate_gml.stringize",
        "lineno": 766,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml.stringize",
        "callee": "networkx.readwrite.gml.escape",
        "lineno": 777,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml",
        "callee": "networkx.readwrite.gml.generate_gml.stringize",
        "lineno": 789,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml",
        "callee": "networkx.readwrite.gml.generate_gml.stringize",
        "lineno": 797,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml",
        "callee": "networkx.readwrite.gml.generate_gml.stringize",
        "lineno": 799,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml",
        "callee": "<builtin>.set.add",
        "lineno": 806,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml",
        "callee": "networkx.readwrite.gml.generate_gml.stringize",
        "lineno": 813,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.generate_gml",
        "callee": "networkx.readwrite.gml.generate_gml.stringize",
        "lineno": 815,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.gml.write_gml",
        "callee": "networkx.readwrite.gml.generate_gml",
        "lineno": 881,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.graph6": [
      {
        "caller": "networkx.readwrite.graph6._generate_graph6_bytes",
        "callee": "networkx.readwrite.graph6.n_to_data",
        "lineno": 50,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.graph6._generate_graph6_bytes",
        "callee": "<external>.itertools.islice",
        "lineno": 55,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graph6._generate_graph6_bytes",
        "callee": "<external>.itertools.islice",
        "lineno": 59,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graph6.from_graph6_bytes",
        "callee": "networkx.readwrite.graph6.data_to_n",
        "lineno": 124,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.graph6.from_graph6_bytes",
        "callee": "networkx.readwrite.graph6.from_graph6_bytes.bits",
        "lineno": 133,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.graph6.to_graph6_bytes",
        "callee": "networkx.readwrite.graph6._generate_graph6_bytes",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.graph6.read_graph6",
        "callee": "<builtin>.list.append",
        "lineno": 252,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.graph6.read_graph6",
        "callee": "networkx.readwrite.graph6.from_graph6_bytes",
        "lineno": 252,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.graph6.write_graph6",
        "callee": "networkx.readwrite.graph6.write_graph6_file",
        "lineno": 318,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.graph6.write_graph6_file",
        "callee": "networkx.readwrite.graph6._generate_graph6_bytes",
        "lineno": 382,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.graphml": [
      {
        "caller": "networkx.readwrite.graphml.write_graphml_xml",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "lineno": 106,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.graphml.write_graphml_xml",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "lineno": 113,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.write_graphml_xml",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.dump",
        "lineno": 114,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.write_graphml_lxml",
        "callee": "networkx.readwrite.graphml.write_graphml_xml",
        "lineno": 167,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.graphml.write_graphml_lxml",
        "callee": "networkx.readwrite.graphml.GraphMLWriterLxml.__init__",
        "lineno": 177,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.graphml.write_graphml_lxml",
        "callee": "networkx.readwrite.graphml.GraphMLWriterLxml.dump",
        "lineno": 186,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.generate_graphml",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "lineno": 226,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.graphml.generate_graphml",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "lineno": 232,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.read_graphml",
        "callee": "networkx.readwrite.graphml.GraphMLReader.__init__",
        "lineno": 295,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.graphml.parse_graphml",
        "callee": "networkx.readwrite.graphml.GraphMLReader.__init__",
        "lineno": 371,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "callee": "networkx.readwrite.graphml.GraphML.construct_types",
        "lineno": 473,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "callee": "<external>.collections.defaultdict",
        "lineno": 492,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "callee": "<external>.collections.defaultdict",
        "lineno": 493,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "lineno": 496,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.__str__",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.indent",
        "lineno": 502,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.__str__",
        "callee": "<external>.xml.etree.ElementTree.tostring",
        "lineno": 503,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "callee": "networkx.readwrite.graphml.GraphML.get_xml_type",
        "lineno": 519,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_data",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.get_key",
        "lineno": 566,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_data",
        "callee": "networkx.readwrite.graphml.GraphML.get_xml_type",
        "lineno": 566,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_nodes",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_attributes",
        "lineno": 583,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_edges",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_attributes",
        "lineno": 599,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_edges",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_attributes",
        "lineno": 615,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_attributes",
        "lineno": 640,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_nodes",
        "lineno": 641,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_edges",
        "lineno": 642,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_data",
        "lineno": 651,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "lineno": 652,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.add_graphs",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_graph_element",
        "lineno": 660,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.dump",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.indent",
        "lineno": 666,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.dump",
        "callee": "<external>.xml.etree.ElementTree.ElementTree",
        "lineno": 667,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriter.indent",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.indent",
        "lineno": 679,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.__init__",
        "callee": "networkx.readwrite.graphml.GraphML.construct_types",
        "lineno": 713,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.__init__",
        "callee": "<external>.collections.defaultdict",
        "lineno": 744,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.__init__",
        "callee": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "lineno": 747,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "<builtin>.dict.items",
        "lineno": 777,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "<builtin>.dict.items",
        "lineno": 779,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphML.get_xml_type",
        "lineno": 780,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "lineno": 780,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.get_key",
        "lineno": 781,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphML.get_xml_type",
        "lineno": 788,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "lineno": 788,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.get_key",
        "lineno": 789,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphML.get_xml_type",
        "lineno": 797,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "lineno": 797,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.get_key",
        "lineno": 798,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphML.get_xml_type",
        "lineno": 805,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "lineno": 805,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.get_key",
        "lineno": 806,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.IncrementalElement.__init__",
        "lineno": 813,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriterLxml.add_attributes",
        "lineno": 815,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_nodes",
        "lineno": 816,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_graph_element",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_edges",
        "lineno": 817,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_attributes",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_data",
        "lineno": 822,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLWriterLxml.add_attributes",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.attr_type",
        "lineno": 823,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.__init__",
        "callee": "networkx.readwrite.graphml.GraphML.construct_types",
        "lineno": 843,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.__call__",
        "callee": "<external>.xml.etree.ElementTree.ElementTree",
        "lineno": 853,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.__call__",
        "callee": "<external>.xml.etree.ElementTree.fromstring",
        "lineno": 855,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.__call__",
        "callee": "networkx.readwrite.graphml.GraphMLReader.find_graphml_keys",
        "lineno": 858,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.__call__",
        "callee": "networkx.readwrite.graphml.GraphMLReader.make_graph",
        "lineno": 860,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.make_graph",
        "callee": "networkx.readwrite.graphml.GraphMLReader.add_node",
        "lineno": 887,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.make_graph",
        "callee": "networkx.readwrite.graphml.GraphMLReader.add_edge",
        "lineno": 890,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.make_graph",
        "callee": "networkx.readwrite.graphml.GraphMLReader.decode_data_elements",
        "lineno": 892,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.add_node",
        "callee": "networkx.readwrite.graphml.GraphMLReader.decode_data_elements",
        "lineno": 913,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.add_node",
        "callee": "networkx.readwrite.graphml.GraphMLReader.make_graph",
        "lineno": 918,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.readwrite.graphml.GraphMLReader.add_edge",
        "callee": "networkx.readwrite.graphml.GraphMLReader.decode_data_elements",
        "lineno": 938,
        "resolution": "self_method_call"
      }
    ],
    "networkx.readwrite.leda": [
      {
        "caller": "networkx.readwrite.leda.read_leda",
        "callee": "networkx.readwrite.leda.parse_leda",
        "lineno": 44,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.leda.parse_leda",
        "callee": "<builtin>.dict.items",
        "lineno": 96,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.readwrite.multiline_adjlist": [
      {
        "caller": "networkx.readwrite.multiline_adjlist.write_multiline_adjlist",
        "callee": "networkx.readwrite.multiline_adjlist.generate_multiline_adjlist",
        "lineno": 190,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.multiline_adjlist.parse_multiline_adjlist",
        "callee": "<external>.ast.literal_eval",
        "lineno": 296,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.multiline_adjlist.read_multiline_adjlist",
        "callee": "networkx.readwrite.multiline_adjlist.parse_multiline_adjlist",
        "lineno": 387,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.p2g": [
      {
        "caller": "networkx.readwrite.p2g.read_p2g",
        "callee": "networkx.readwrite.p2g.parse_p2g",
        "lineno": 83,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.pajek": [
      {
        "caller": "networkx.readwrite.pajek.generate_pajek",
        "callee": "networkx.readwrite.pajek.make_qstr",
        "lineno": 73,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.pajek.generate_pajek",
        "callee": "networkx.readwrite.pajek.make_qstr",
        "lineno": 73,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.pajek.generate_pajek",
        "callee": "networkx.readwrite.pajek.make_qstr",
        "lineno": 91,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.pajek.generate_pajek",
        "callee": "networkx.readwrite.pajek.make_qstr",
        "lineno": 91,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.pajek.write_pajek",
        "callee": "networkx.readwrite.pajek.generate_pajek",
        "lineno": 127,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.pajek.read_pajek",
        "callee": "networkx.readwrite.pajek.parse_pajek",
        "lineno": 163,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.pajek.parse_pajek",
        "callee": "<builtin>.list.append",
        "lineno": 217,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.pajek.parse_pajek",
        "callee": "<builtin>.dict.get",
        "lineno": 248,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.pajek.parse_pajek",
        "callee": "<builtin>.dict.get",
        "lineno": 249,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.pajek.parse_pajek",
        "callee": "<builtin>.dict.update",
        "lineno": 255,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.pajek.parse_pajek",
        "callee": "<builtin>.dict.update",
        "lineno": 261,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.readwrite.sparse6": [
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "networkx.readwrite.graph6.n_to_data",
        "lineno": 51,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.append",
        "lineno": 67,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.extend",
        "lineno": 68,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "networkx.readwrite.sparse6._generate_sparse6_bytes.enc",
        "lineno": 68,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.append",
        "lineno": 71,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.extend",
        "lineno": 72,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "networkx.readwrite.sparse6._generate_sparse6_bytes.enc",
        "lineno": 72,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.append",
        "lineno": 75,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.extend",
        "lineno": 76,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "networkx.readwrite.sparse6._generate_sparse6_bytes.enc",
        "lineno": 76,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.append",
        "lineno": 77,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.extend",
        "lineno": 78,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "networkx.readwrite.sparse6._generate_sparse6_bytes.enc",
        "lineno": 78,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.append",
        "lineno": 84,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.extend",
        "lineno": 85,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "callee": "<builtin>.list.extend",
        "lineno": 87,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6.from_sparse6_bytes",
        "callee": "networkx.readwrite.graph6.data_to_n",
        "lineno": 146,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.readwrite.sparse6.from_sparse6_bytes",
        "callee": "networkx.readwrite.sparse6.from_sparse6_bytes.parseData",
        "lineno": 187,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.sparse6.to_sparse6_bytes",
        "callee": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "lineno": 251,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.sparse6.read_sparse6",
        "callee": "<builtin>.list.append",
        "lineno": 312,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.sparse6.read_sparse6",
        "callee": "networkx.readwrite.sparse6.from_sparse6_bytes",
        "lineno": 312,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.sparse6.write_sparse6",
        "callee": "networkx.readwrite.sparse6._generate_sparse6_bytes",
        "lineno": 379,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.text": [
      {
        "caller": "networkx.readwrite.text.generate_network_text",
        "callee": "networkx.readwrite.text._find_sources",
        "lineno": 251,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.text.generate_network_text",
        "callee": "<external>.collections.defaultdict",
        "lineno": 265,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.text.write_network_text",
        "callee": "networkx.readwrite.text.generate_network_text",
        "lineno": 599,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.text._find_sources",
        "callee": "<builtin>.list.append",
        "lineno": 635,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 692,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 728,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 734,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 737,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<external>.itertools.chain",
        "lineno": 756,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.extend",
        "lineno": 787,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.pop",
        "lineno": 793,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 804,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.pop",
        "lineno": 825,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 830,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 834,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 835,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 838,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.text._parse_network_text",
        "callee": "<builtin>.list.append",
        "lineno": 840,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.readwrite": [],
    "networkx.readwrite.json_graph.adjacency": [
      {
        "caller": "networkx.readwrite.json_graph.adjacency.adjacency_data",
        "callee": "<builtin>.list.append",
        "lineno": 76,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.json_graph.adjacency.adjacency_data",
        "callee": "<builtin>.list.append",
        "lineno": 79,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.json_graph.adjacency.adjacency_graph",
        "callee": "<builtin>.list.append",
        "lineno": 141,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.readwrite.json_graph.cytoscape": [],
    "networkx.readwrite.json_graph.node_link": [
      {
        "caller": "networkx.readwrite.json_graph.node_link.node_link_graph",
        "callee": "<external>.itertools.count",
        "lineno": 241,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.json_graph.node_link.node_link_graph",
        "callee": "networkx.readwrite.json_graph.node_link._to_tuple",
        "lineno": 243,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.readwrite.json_graph.tree": [
      {
        "caller": "networkx.readwrite.json_graph.tree.tree_data.add_children",
        "callee": "networkx.readwrite.json_graph.tree.tree_data.add_children",
        "lineno": 75,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.json_graph.tree.tree_data.add_children",
        "callee": "<builtin>.list.append",
        "lineno": 78,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.json_graph.tree.tree_data",
        "callee": "networkx.readwrite.json_graph.tree.tree_data.add_children",
        "lineno": 81,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.json_graph.tree.tree_graph.add_children",
        "callee": "networkx.readwrite.json_graph.tree.tree_graph.add_children",
        "lineno": 124,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.json_graph.tree.tree_graph",
        "callee": "networkx.readwrite.json_graph.tree.tree_graph.add_children",
        "lineno": 134,
        "resolution": "nested_function_call"
      }
    ],
    "networkx.readwrite.json_graph": [],
    "networkx.readwrite.json_graph.tests.test_adjacency": [],
    "networkx.readwrite.json_graph.tests.test_cytoscape": [],
    "networkx.readwrite.json_graph.tests.test_node_link": [],
    "networkx.readwrite.json_graph.tests.test_tree": [],
    "networkx.readwrite.json_graph.tests": [],
    "networkx.readwrite.tests.test_adjlist": [],
    "networkx.readwrite.tests.test_edgelist": [],
    "networkx.readwrite.tests.test_gexf": [
      {
        "caller": "networkx.readwrite.tests.test_gexf.TestGEXF.test_directed_edge_in_undirected",
        "callee": "<builtin>.str.encode",
        "lineno": 244,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gexf.TestGEXF.test_undirected_edge_in_directed",
        "callee": "<builtin>.str.encode",
        "lineno": 261,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gexf.TestGEXF.test_key_raises",
        "callee": "<builtin>.str.encode",
        "lineno": 282,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gexf.TestGEXF.test_relabel",
        "callee": "<builtin>.str.encode",
        "lineno": 299,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gexf.TestGEXF.test_specials",
        "callee": "<external>.math.isnan",
        "lineno": 484,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.readwrite.tests.test_gml": [
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_relabel_duplicate",
        "callee": "<builtin>.str.encode",
        "lineno": 206,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_data_types",
        "callee": "<builtin>.list.append",
        "lineno": 440,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_data_types",
        "callee": "<builtin>.list.append",
        "lineno": 441,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_data_types",
        "callee": "<external>.ast.literal_eval",
        "lineno": 441,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 492,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 493,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 494,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 495,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 496,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 497,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 498,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 499,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 500,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 501,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 502,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 503,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 504,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 506,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 507,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 508,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 509,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 511,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 512,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 513,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 532,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_parse_error",
        "lineno": 551,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_generate_error",
        "lineno": 563,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_generate_error",
        "lineno": 566,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions",
        "callee": "networkx.readwrite.tests.test_gml.TestGraph.test_exceptions.assert_generate_error",
        "lineno": 569,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_writing_graph_with_multi_element_property_list",
        "callee": "networkx.readwrite.tests.test_gml.byte_file",
        "lineno": 643,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_writing_graph_with_multi_element_property_list",
        "callee": "<external>.textwrap.dedent",
        "lineno": 647,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_writing_graph_with_one_element_property_list",
        "callee": "networkx.readwrite.tests.test_gml.byte_file",
        "lineno": 667,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_writing_graph_with_one_element_property_list",
        "callee": "<external>.textwrap.dedent",
        "lineno": 671,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_reading_graph_with_list_property",
        "callee": "networkx.readwrite.tests.test_gml.byte_file",
        "lineno": 685,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_reading_graph_with_list_property",
        "callee": "<external>.textwrap.dedent",
        "lineno": 687,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_reading_graph_with_single_element_list_property",
        "callee": "networkx.readwrite.tests.test_gml.byte_file",
        "lineno": 707,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_gml.TestPropertyLists.test_reading_graph_with_single_element_list_property",
        "callee": "<external>.textwrap.dedent",
        "lineno": 709,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.readwrite.tests.test_graph6": [
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestFromGraph6Bytes.test_read_equals_from_bytes",
        "callee": "<external>.io.BytesIO",
        "lineno": 43,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestReadGraph6.test_read_many_graph6",
        "callee": "<external>.io.BytesIO",
        "lineno": 59,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_null_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 70,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_trivial_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 75,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_complete_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 80,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_large_complete_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 85,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_no_header",
        "callee": "<external>.io.BytesIO",
        "lineno": 90,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_complete_bipartite_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 95,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_no_directed_or_multi_graphs",
        "callee": "<external>.io.BytesIO",
        "lineno": 104,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_length",
        "callee": "<external>.io.BytesIO",
        "lineno": 109,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_roundtrip",
        "callee": "<external>.io.BytesIO",
        "lineno": 118,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graph6.TestWriteGraph6.test_relabeling",
        "callee": "<external>.io.BytesIO",
        "lineno": 134,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.readwrite.tests.test_graphml": [
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_directed_edge_in_undirected",
        "callee": "<builtin>.str.encode",
        "lineno": 407,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_undirected_edge_in_directed",
        "callee": "<builtin>.str.encode",
        "lineno": 425,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_key_raise",
        "callee": "<builtin>.str.encode",
        "lineno": 453,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_hyperedge_raise",
        "callee": "<builtin>.str.encode",
        "lineno": 483,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_multigraph_keys",
        "callee": "<builtin>.str.encode",
        "lineno": 502,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_yfiles_extension",
        "callee": "<builtin>.str.encode",
        "lineno": 646,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_bool",
        "callee": "<builtin>.str.encode",
        "lineno": 715,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_graphml_header_line",
        "callee": "<builtin>.str.encode",
        "lineno": 773,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_read_attributes_with_groups",
        "callee": "<builtin>.str.encode",
        "lineno": 1062,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestReadGraphML.test_long_attribute_type",
        "callee": "<builtin>.str.encode",
        "lineno": 1084,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_GraphMLWriter_add_graphs",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.__init__",
        "lineno": 1122,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_GraphMLWriter_add_graphs",
        "callee": "networkx.readwrite.graphml.GraphMLWriter.add_graphs",
        "lineno": 1125,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_read_attribute_named_key_ids_graphml",
        "callee": "<external>.xml.etree.ElementTree.parse",
        "lineno": 1155,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_read_attribute_numeric_type_graphml",
        "callee": "<external>.xml.etree.ElementTree.parse",
        "lineno": 1200,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_generate_edge_id_from_attribute",
        "callee": "<external>.xml.etree.ElementTree.parse",
        "lineno": 1327,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_write_generate_edge_id_from_attribute",
        "callee": "<builtin>.dict.values",
        "lineno": 1337,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_write_generate_edge_id_from_attribute",
        "callee": "<builtin>.dict.values",
        "lineno": 1369,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_write_generate_edge_id_from_attribute",
        "callee": "<builtin>.dict.values",
        "lineno": 1373,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_write_generate_edge_id_from_attribute",
        "callee": "<external>.xml.etree.ElementTree.parse",
        "lineno": 1376,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_write_generate_edge_id_from_attribute",
        "callee": "<builtin>.dict.values",
        "lineno": 1386,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_write_generate_edge_id_from_attribute",
        "callee": "<builtin>.dict.values",
        "lineno": 1396,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.TestWriteGraphML.test_multigraph_write_generate_edge_id_from_attribute",
        "callee": "<builtin>.dict.values",
        "lineno": 1400,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_graphml.test_empty_attribute",
        "callee": "<builtin>.str.encode",
        "lineno": 1528,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.readwrite.tests.test_leda": [
      {
        "caller": "networkx.readwrite.tests.test_leda.TestLEDA.test_parse_leda",
        "callee": "<builtin>.str.split",
        "lineno": 10,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_leda.TestLEDA.test_read_LEDA",
        "callee": "<builtin>.str.encode",
        "lineno": 26,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.readwrite.tests.test_p2g": [
      {
        "caller": "networkx.readwrite.tests.test_p2g.TestP2G.test_read_p2g",
        "callee": "networkx.readwrite.p2g.read_p2g",
        "lineno": 29,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_p2g.TestP2G.test_write_p2g",
        "callee": "networkx.readwrite.p2g.write_p2g",
        "lineno": 50,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_p2g.TestP2G.test_write_read_p2g",
        "callee": "networkx.readwrite.p2g.write_p2g",
        "lineno": 60,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_p2g.TestP2G.test_write_read_p2g",
        "callee": "networkx.readwrite.p2g.read_p2g",
        "lineno": 62,
        "resolution": "imported_call"
      }
    ],
    "networkx.readwrite.tests.test_pajek": [],
    "networkx.readwrite.tests.test_sparse6": [
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6.test_read_sparse6",
        "callee": "<external>.io.BytesIO",
        "lineno": 69,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestSparseGraph6.test_read_many_graph6",
        "callee": "<external>.io.BytesIO",
        "lineno": 77,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_null_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 96,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_trivial_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 102,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_empty_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 108,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_large_empty_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 114,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_very_large_empty_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 120,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_complete_graph",
        "callee": "<external>.io.BytesIO",
        "lineno": 126,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_no_header",
        "callee": "<external>.io.BytesIO",
        "lineno": 132,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_padding",
        "callee": "<external>.io.BytesIO",
        "lineno": 140,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_complete_bipartite",
        "callee": "<external>.io.BytesIO",
        "lineno": 146,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_read_write_inverse",
        "callee": "<external>.io.BytesIO",
        "lineno": 156,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_sparse6.TestWriteSparse6.test_no_directed_graphs",
        "callee": "<external>.io.BytesIO",
        "lineno": 166,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.readwrite.tests.test_text": [
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_forest_directed",
        "callee": "<external>.textwrap.dedent",
        "lineno": 16,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_forest_directed",
        "callee": "<external>.textwrap.dedent",
        "lineno": 28,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph",
        "callee": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph._graph_str",
        "lineno": 55,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph",
        "callee": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph._graph_str",
        "lineno": 56,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph",
        "callee": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph._graph_str",
        "lineno": 57,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph",
        "callee": "networkx.readwrite.tests.test_text.test_write_network_text_empty_graph._graph_str",
        "lineno": 58,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_within_forest_glyph",
        "callee": "<external>.textwrap.dedent",
        "lineno": 70,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_directed_multi_tree",
        "callee": "<external>.textwrap.dedent",
        "lineno": 91,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_directed_multi_tree",
        "callee": "<external>.textwrap.dedent",
        "lineno": 115,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_directed_multi_tree",
        "callee": "<external>.textwrap.dedent",
        "lineno": 146,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_undirected_multi_tree",
        "callee": "<external>.textwrap.dedent",
        "lineno": 181,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_undirected_multi_tree",
        "callee": "<external>.textwrap.dedent",
        "lineno": 203,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_forest_undirected",
        "callee": "<external>.textwrap.dedent",
        "lineno": 228,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_forest_undirected",
        "callee": "<external>.textwrap.dedent",
        "lineno": 245,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_overspecified_sources",
        "callee": "<external>.textwrap.dedent",
        "lineno": 275,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_generate_network_text_overspecified_sources",
        "callee": "<external>.textwrap.dedent",
        "lineno": 289,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_directed_edges",
        "callee": "<external>.itertools.product",
        "lineno": 319,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_directed_edges",
        "callee": "<external>.textwrap.dedent",
        "lineno": 325,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_undirected_edges",
        "callee": "<external>.itertools.product",
        "lineno": 466,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_undirected_edges",
        "callee": "<external>.textwrap.dedent",
        "lineno": 473,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_random_directed_edges",
        "callee": "<external>.itertools.product",
        "lineno": 568,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_iterative_add_random_directed_edges",
        "callee": "<external>.textwrap.dedent",
        "lineno": 580,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_nearly_forest",
        "callee": "<external>.textwrap.dedent",
        "lineno": 662,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_complete_graph_ascii_only",
        "callee": "<external>.textwrap.dedent",
        "lineno": 719,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_with_labels",
        "callee": "<external>.textwrap.dedent",
        "lineno": 756,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_complete_graphs",
        "callee": "<external>.textwrap.dedent",
        "lineno": 786,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_multiple_sources",
        "callee": "<external>.textwrap.dedent",
        "lineno": 875,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_star_graph",
        "callee": "<external>.textwrap.dedent",
        "lineno": 938,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_path_graph",
        "callee": "<external>.textwrap.dedent",
        "lineno": 957,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_lollipop_graph",
        "callee": "<external>.textwrap.dedent",
        "lineno": 973,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_wheel_graph",
        "callee": "<external>.textwrap.dedent",
        "lineno": 994,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_circular_ladder_graph",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1016,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_dorogovtsev_goltsev_mendes_graph",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1041,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_tree_max_depth",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1122,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_graph_max_depth",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1192,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_clique_max_depth",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1298,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_custom_label",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1395,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_write_network_text_vertical_chains",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1463,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_collapse_directed",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1554,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_collapse_undirected",
        "callee": "<external>.textwrap.dedent",
        "lineno": 1621,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_network_text_round_trip",
        "callee": "networkx.readwrite.tests.test_text.generate_test_graphs",
        "lineno": 1729,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.readwrite.tests.test_text.test_network_text_round_trip",
        "callee": "networkx.readwrite.text._parse_network_text",
        "lineno": 1736,
        "resolution": "imported_call"
      }
    ],
    "networkx.readwrite.tests": [],
    "networkx.tests.test_all_random_functions": [
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 57,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 58,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 59,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 60,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 61,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 62,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 64,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 66,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 68,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 69,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 70,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 71,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 72,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 74,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 75,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 76,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 77,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 84,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 91,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 92,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 93,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 95,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 97,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 100,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 101,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 102,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 108,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 110,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 111,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 117,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 118,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 125,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 136,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 138,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 140,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 141,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 142,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 143,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 148,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 152,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 153,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 156,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 157,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 158,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 159,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 160,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 161,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 162,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 163,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 164,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 165,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 166,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 168,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 169,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 170,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 171,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 172,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 173,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 174,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 175,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 176,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 177,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 179,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 180,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 181,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 182,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 183,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 184,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 185,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 186,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 187,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 188,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 189,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 190,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 191,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 192,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 193,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 194,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 195,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 196,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 198,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 199,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 200,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 202,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "callee": "networkx.tests.test_all_random_functions.t",
        "lineno": 213,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.tests.test_all_random_functions.test_rng_interface",
        "callee": "networkx.tests.test_all_random_functions.run_all_random_functions",
        "lineno": 232,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.tests.test_convert": [
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_simple_graphs",
        "callee": "networkx.generators.classic.barbell_graph",
        "lineno": 24,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_simple_graphs",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 31,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_digraphs",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 76,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_digraphs",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 83,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_digraphs",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 90,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_digraphs",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 95,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_graph",
        "callee": "networkx.convert.to_dict_of_dicts",
        "lineno": 109,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_graph",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 110,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_graph",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 113,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_graph",
        "callee": "networkx.convert.to_dict_of_lists",
        "lineno": 121,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_graph",
        "callee": "networkx.convert.from_dict_of_lists",
        "lineno": 122,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_graph",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 127,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.generators.classic.cycle_graph",
        "lineno": 135,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_dict_of_dicts",
        "lineno": 150,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 151,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 154,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_dict_of_lists",
        "lineno": 163,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.from_dict_of_lists",
        "lineno": 164,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 169,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_dict_of_dicts",
        "lineno": 178,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 179,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 182,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.from_dict_of_dicts",
        "lineno": 188,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_dict_of_lists",
        "lineno": 201,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.from_dict_of_lists",
        "lineno": 202,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_with_multiedges_self_loops",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 205,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 235,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 236,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 237,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 238,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 240,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 243,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 247,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_directed_to_undirected",
        "callee": "networkx.tests.test_convert.TestConvert.edgelists_equal",
        "lineno": 248,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert.TestConvert.test_attribute_dict_integrity",
        "callee": "networkx.convert.to_networkx_graph",
        "lineno": 254,
        "resolution": "imported_call"
      }
    ],
    "networkx.tests.test_convert_numpy": [
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.setup_method",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.create_weighted",
        "lineno": 16,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.setup_method",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.create_weighted",
        "lineno": 17,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.assert_equal",
        "lineno": 32,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.assert_equal",
        "lineno": 34,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.assert_equal",
        "lineno": 36,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_graph_array",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "lineno": 46,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_digraph_array",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "lineno": 51,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_weighted_graph_array",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "lineno": 56,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_identity_weighted_digraph_array",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.identity_conversion",
        "lineno": 61,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.test_nodelist",
        "callee": "networkx.tests.test_convert_numpy.TestConvertNumpyArray.assert_equal",
        "lineno": 70,
        "resolution": "self_method_call"
      }
    ],
    "networkx.tests.test_convert_pandas": [],
    "networkx.tests.test_convert_scipy": [
      {
        "caller": "networkx.tests.test_convert_scipy.TestConvertScipy.setup_method",
        "callee": "networkx.tests.test_convert_scipy.TestConvertScipy.create_weighted",
        "lineno": 15,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_scipy.TestConvertScipy.setup_method",
        "callee": "networkx.tests.test_convert_scipy.TestConvertScipy.create_weighted",
        "lineno": 16,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_graph_matrix",
        "callee": "networkx.tests.test_convert_scipy.TestConvertScipy.identity_conversion",
        "lineno": 72,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_digraph_matrix",
        "callee": "networkx.tests.test_convert_scipy.TestConvertScipy.identity_conversion",
        "lineno": 77,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_weighted_graph_matrix",
        "callee": "networkx.tests.test_convert_scipy.TestConvertScipy.identity_conversion",
        "lineno": 82,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.tests.test_convert_scipy.TestConvertScipy.test_identity_weighted_digraph_matrix",
        "callee": "networkx.tests.test_convert_scipy.TestConvertScipy.identity_conversion",
        "lineno": 87,
        "resolution": "self_method_call"
      }
    ],
    "networkx.tests.test_exceptions": [],
    "networkx.tests.test_import": [],
    "networkx.tests.test_lazy_imports": [
      {
        "caller": "networkx.tests.test_lazy_imports.test_lazy_attach",
        "callee": "<builtin>.dict.keys",
        "lineno": 93,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.tests.test_lazy_imports.test_lazy_attach",
        "callee": "<builtin>.dict.keys",
        "lineno": 93,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.tests.test_lazy_imports.test_lazy_attach",
        "callee": "<builtin>.dict.items",
        "lineno": 94,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.tests.test_relabel": [
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_convert_node_labels_to_integers",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 11,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_convert_node_labels_to_integers",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 17,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_convert_node_labels_to_integers",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 22,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_convert_to_integers2",
        "callee": "networkx.generators.classic.empty_graph",
        "lineno": 71,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_full_mapping_with_copy_true",
        "callee": "<builtin>.dict.get",
        "lineno": 325,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_full_mapping_with_copy_false",
        "callee": "<builtin>.dict.get",
        "lineno": 333,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_partial_mapping_with_copy_true",
        "callee": "<builtin>.dict.get",
        "lineno": 341,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.tests.test_relabel.TestRelabel.test_relabel_preserve_node_order_partial_mapping_with_copy_false",
        "callee": "<builtin>.dict.get",
        "lineno": 349,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.tests.test_removed_functions_exception_messages": [],
    "networkx.tests": [],
    "networkx.utils.backends": [
      {
        "caller": "networkx.utils.backends._get_backends",
        "callee": "<external>.importlib.metadata.entry_points",
        "lineno": 69,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._get_backends",
        "callee": "<builtin>.dict.pop",
        "lineno": 95,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends.<module>",
        "callee": "networkx.utils.backends._get_backends",
        "lineno": 102,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "<builtin>.dict.update",
        "lineno": 127,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.backends._get_backends",
        "lineno": 127,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "<builtin>.dict.update",
        "lineno": 128,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "<builtin>.dict.keys",
        "lineno": 129,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "<builtin>.dict.items",
        "lineno": 134,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 136,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 140,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 142,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.configs.BackendPriorities.<class>",
        "lineno": 147,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.configs.NetworkXConfig.<class>",
        "lineno": 149,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.backends._comma_sep_to_list",
        "lineno": 157,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.backends._comma_sep_to_list",
        "lineno": 172,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "<builtin>.dict.pop",
        "lineno": 172,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.backends._comma_sep_to_list",
        "lineno": 174,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.backends._comma_sep_to_list",
        "lineno": 181,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "<builtin>.dict.pop",
        "lineno": 181,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._set_configs_from_environment",
        "callee": "networkx.utils.backends._comma_sep_to_list",
        "lineno": 183,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable.__new__",
        "callee": "<external>.functools.partial",
        "lineno": 341,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable.__new__",
        "callee": "<builtin>.dict.items",
        "lineno": 450,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable.__new__",
        "callee": "<builtin>.dict.items",
        "lineno": 463,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable.__new__",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 480,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable.__doc__",
        "callee": "networkx.utils.backends._dispatchable._make_doc",
        "lineno": 492,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.dict.keys",
        "lineno": 597,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.dict.items",
        "lineno": 607,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.dict.keys",
        "lineno": 610,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.set.update",
        "lineno": 611,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.dict.values",
        "lineno": 618,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "lineno": 633,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.set.discard",
        "lineno": 640,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._can_backend_run",
        "lineno": 655,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._call_with_backend",
        "lineno": 656,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._does_backend_have",
        "lineno": 659,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._can_convert",
        "lineno": 667,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._can_backend_run",
        "lineno": 668,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._will_call_mutate_input",
        "lineno": 669,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call",
        "lineno": 682,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._does_backend_have",
        "lineno": 697,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._will_call_mutate_input",
        "lineno": 717,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._can_backend_run",
        "lineno": 750,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._call_with_backend",
        "lineno": 751,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.dict.values",
        "lineno": 758,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.dict.values",
        "lineno": 773,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._does_backend_have",
        "lineno": 783,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.dict.values",
        "lineno": 792,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.list.append",
        "lineno": 887,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.list.append",
        "lineno": 889,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.list.append",
        "lineno": 897,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.list.append",
        "lineno": 899,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._can_backend_run",
        "lineno": 946,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._call_with_backend",
        "lineno": 947,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._can_convert",
        "lineno": 948,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._can_backend_run",
        "lineno": 950,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._should_backend_run",
        "lineno": 951,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call",
        "lineno": 952,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "<builtin>.list.append",
        "lineno": 978,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_if_any_backends_installed",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call",
        "lineno": 994,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._does_backend_have",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1096,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._can_backend_run",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1103,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._can_backend_run",
        "callee": "networkx.utils.backends._LazyArgsRepr.__init__",
        "lineno": 1118,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._should_backend_run",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1134,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._should_backend_run",
        "callee": "networkx.utils.backends._LazyArgsRepr.__init__",
        "lineno": 1142,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_arguments",
        "callee": "<builtin>.dict.items",
        "lineno": 1234,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_arguments",
        "callee": "<builtin>.dict.items",
        "lineno": 1293,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_arguments",
        "callee": "networkx.utils.backends._dispatchable._convert_graph",
        "lineno": 1302,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_arguments",
        "callee": "networkx.utils.backends._dispatchable._convert_graph",
        "lineno": 1343,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_graph",
        "callee": "networkx.utils.backends._get_cache_key",
        "lineno": 1376,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_graph",
        "callee": "networkx.utils.backends._get_from_cache",
        "lineno": 1383,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_graph",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1444,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_graph",
        "callee": "networkx.utils.backends._set_to_cache",
        "lineno": 1449,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_graph",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1452,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_graph",
        "callee": "networkx.utils.backends._set_to_cache",
        "lineno": 1469,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_graph",
        "callee": "networkx.utils.backends._set_to_cache",
        "lineno": 1472,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_with_backend",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1488,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._call_with_backend",
        "callee": "networkx.utils.backends._LazyArgsRepr.__init__",
        "lineno": 1493,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1534,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call",
        "callee": "networkx.utils.backends._dispatchable._convert_arguments",
        "lineno": 1547,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call",
        "callee": "networkx.utils.backends._LazyArgsRepr.__init__",
        "lineno": 1573,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._load_backend",
        "lineno": 1592,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._can_backend_run",
        "lineno": 1593,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._LazyArgsRepr.__init__",
        "lineno": 1601,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._will_call_mutate_input",
        "lineno": 1650,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1659,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "<external>.copy.copy",
        "lineno": 1661,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "<external>.itertools.tee",
        "lineno": 1663,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "<external>.copy.deepcopy",
        "lineno": 1675,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "<external>.copy.copy",
        "lineno": 1677,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "<external>.itertools.tee",
        "lineno": 1679,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._convert_arguments",
        "lineno": 1690,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._LazyArgsRepr.__init__",
        "lineno": 1730,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "lineno": 1793,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "lineno": 1794,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "lineno": 1800,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "lineno": 1803,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_iterator",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "lineno": 1808,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_iterator",
        "lineno": 1819,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "lineno": 1822,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.check_result",
        "lineno": 1827,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.assert_graphs_equal",
        "lineno": 1866,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._convert_and_call_for_tests",
        "callee": "networkx.utils.backends._dispatchable._convert_and_call_for_tests.assert_graphs_equal",
        "lineno": 1877,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1896,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1898,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1900,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.extend",
        "lineno": 1909,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1922,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1923,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1925,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1927,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1928,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1930,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1933,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.append",
        "lineno": 1934,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable._make_doc",
        "callee": "<builtin>.list.pop",
        "lineno": 1941,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.backends._dispatchable",
        "callee": "<external>.functools.partial",
        "lineno": 2174,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.utils.configs": [
      {
        "caller": "networkx.utils.configs.Config.__new__",
        "callee": "<external>.dataclasses.dataclass",
        "lineno": 82,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__setattr__",
        "callee": "networkx.utils.configs.Config._on_setattr",
        "lineno": 112,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__delattr__",
        "callee": "networkx.utils.configs.Config._on_delattr",
        "lineno": 121,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__setitem__",
        "callee": "networkx.utils.configs.Config.__setattr__",
        "lineno": 149,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__delitem__",
        "callee": "networkx.utils.configs.Config.__delattr__",
        "lineno": 155,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__eq__",
        "callee": "networkx.utils.configs.Config.items",
        "lineno": 178,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__call__",
        "callee": "networkx.utils.configs.Config._on_setattr",
        "lineno": 190,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__call__",
        "callee": "<builtin>.dict.items",
        "lineno": 190,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.configs.Config.__call__",
        "callee": "<builtin>.dict.items",
        "lineno": 192,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.configs.<module>",
        "callee": "<external>.dataclasses.dataclass",
        "lineno": 8,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.configs.NetworkXConfig._on_setattr",
        "callee": "networkx.utils.configs.BackendPriorities.<class>",
        "lineno": 354,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.configs.NetworkXConfig._on_setattr",
        "callee": "networkx.utils.configs.BackendPriorities.<class>",
        "lineno": 362,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.configs.NetworkXConfig._on_setattr",
        "callee": "networkx.utils.configs.Config.values",
        "lineno": 373,
        "resolution": "local_typed_method_call"
      }
    ],
    "networkx.utils.decorators": [
      {
        "caller": "networkx.utils.decorators.not_implemented_for",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 91,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.decorators.<module>",
        "callee": "<external>.collections.defaultdict",
        "lineno": 101,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.decorators.open_file._open_file",
        "callee": "<external>.os.path.splitext",
        "lineno": 185,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.decorators.open_file",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 197,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.decorators.nodes_or_number",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 261,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.decorators.np_random_state",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 308,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.decorators.py_random_state",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 368,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.compile",
        "callee": "networkx.utils.decorators.argmap.assemble",
        "lineno": 903,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.compile",
        "callee": "networkx.utils.decorators.argmap._count",
        "lineno": 914,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.compile",
        "callee": "networkx.utils.decorators.argmap.compile",
        "lineno": 915,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.assemble",
        "callee": "networkx.utils.decorators.argmap.signature",
        "lineno": 988,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.assemble",
        "callee": "networkx.utils.decorators.argmap._name",
        "lineno": 989,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.assemble",
        "callee": "networkx.utils.decorators.argmap._name",
        "lineno": 997,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.assemble.get_name",
        "callee": "networkx.utils.decorators.argmap.assemble.get_name",
        "lineno": 1015,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.assemble",
        "callee": "networkx.utils.decorators.argmap.assemble.get_name",
        "lineno": 1051,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.assemble",
        "callee": "networkx.utils.decorators.argmap._name",
        "lineno": 1052,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.signature",
        "callee": "<builtin>.list.append",
        "lineno": 1114,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.signature",
        "callee": "<builtin>.list.append",
        "lineno": 1123,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.signature",
        "callee": "<builtin>.list.append",
        "lineno": 1141,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.signature",
        "callee": "<builtin>.list.append",
        "lineno": 1144,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.decorators.argmap.signature",
        "callee": "<builtin>.list.append",
        "lineno": 1146,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.utils.heaps": [
      {
        "caller": "networkx.utils.heaps.PairingHeap.pop",
        "callee": "networkx.utils.heaps.PairingHeap._merge_children",
        "lineno": 169,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.heaps.PairingHeap.insert",
        "callee": "networkx.utils.heaps.PairingHeap._cut",
        "lineno": 184,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.heaps.PairingHeap.insert",
        "callee": "networkx.utils.heaps.PairingHeap._link",
        "lineno": 185,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.heaps.PairingHeap.insert",
        "callee": "networkx.utils.heaps.PairingHeap._merge_children",
        "lineno": 189,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.heaps.PairingHeap.insert",
        "callee": "networkx.utils.heaps.PairingHeap._link",
        "lineno": 193,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.heaps.PairingHeap.insert",
        "callee": "networkx.utils.heaps.PairingHeap._link",
        "lineno": 210,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.heaps.BinaryHeap.__init__",
        "callee": "<external>.itertools.count",
        "lineno": 288,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.heaps.BinaryHeap.min",
        "callee": "<external>.heapq.heappop",
        "lineno": 301,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.heaps.BinaryHeap.pop",
        "callee": "<external>.heapq.heappop",
        "lineno": 313,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.heaps.BinaryHeap.insert",
        "callee": "<external>.heapq.heappush",
        "lineno": 332,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.heaps.BinaryHeap.insert",
        "callee": "<external>.heapq.heappush",
        "lineno": 337,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.utils.mapped_queue": [
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 158,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "callee": "networkx.utils.mapped_queue.MappedQueue._heapify",
        "lineno": 162,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.push",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 177,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.push",
        "callee": "networkx.utils.mapped_queue.MappedQueue._siftdown",
        "lineno": 186,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.pop",
        "callee": "networkx.utils.mapped_queue.MappedQueue._siftup",
        "lineno": 203,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.update",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 210,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.update",
        "callee": "networkx.utils.mapped_queue.MappedQueue._siftup",
        "lineno": 217,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.mapped_queue.MappedQueue.remove",
        "callee": "networkx.utils.mapped_queue.MappedQueue._siftup",
        "lineno": 237,
        "resolution": "self_method_call"
      }
    ],
    "networkx.utils.misc": [
      {
        "caller": "networkx.utils.misc.flatten",
        "callee": "<builtin>.list.append",
        "lineno": 54,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.misc.flatten",
        "callee": "networkx.utils.misc.flatten",
        "lineno": 56,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.misc.make_list_of_ints",
        "callee": "<builtin>.list.append",
        "lineno": 79,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.misc.dict_to_numpy_array",
        "callee": "networkx.utils.misc._dict_to_numpy_array2",
        "lineno": 100,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.misc.dict_to_numpy_array",
        "callee": "networkx.utils.misc._dict_to_numpy_array1",
        "lineno": 104,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.misc.pairwise",
        "callee": "<external>.itertools.tee",
        "lineno": 244,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.misc.pairwise",
        "callee": "<external>.itertools.chain",
        "lineno": 246,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.misc.groups",
        "callee": "<external>.collections.defaultdict",
        "lineno": 265,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.misc.PythonRandomInterface.randrange",
        "callee": "networkx.utils.misc.PythonRandomViaNumpyBits.__init__",
        "lineno": 391,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.misc.PythonRandomInterface.randint",
        "callee": "networkx.utils.misc.PythonRandomViaNumpyBits.__init__",
        "lineno": 425,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.misc.create_py_random_state",
        "callee": "networkx.utils.misc.PythonRandomViaNumpyBits.__init__",
        "lineno": 514,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.misc.create_py_random_state",
        "callee": "networkx.utils.misc.PythonRandomViaNumpyBits.__init__",
        "lineno": 516,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.misc.create_py_random_state",
        "callee": "networkx.utils.misc.PythonRandomViaNumpyBits.__init__",
        "lineno": 520,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.misc.create_py_random_state",
        "callee": "networkx.utils.misc.PythonRandomInterface.__init__",
        "lineno": 522,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.misc.edges_equal",
        "callee": "<external>.collections.defaultdict",
        "lineno": 620,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.misc.edges_equal",
        "callee": "<external>.collections.defaultdict",
        "lineno": 621,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.misc.edges_equal",
        "callee": "<external>.itertools.zip_longest",
        "lineno": 623,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.utils.random_sequence": [
      {
        "caller": "networkx.utils.random_sequence.cumulative_distribution",
        "callee": "<builtin>.list.append",
        "lineno": 137,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.random_sequence.discrete_sequence",
        "callee": "networkx.utils.random_sequence.cumulative_distribution",
        "lineno": 159,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.random_sequence.random_weighted_sample",
        "callee": "networkx.utils.random_sequence.weighted_choice",
        "lineno": 183,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.utils.rcm": [
      {
        "caller": "networkx.utils.rcm.cuthill_mckee_ordering",
        "callee": "networkx.utils.rcm.connected_cuthill_mckee_ordering",
        "lineno": 69,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.rcm.reverse_cuthill_mckee_ordering",
        "callee": "networkx.utils.rcm.cuthill_mckee_ordering",
        "lineno": 125,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.rcm.connected_cuthill_mckee_ordering",
        "callee": "networkx.utils.rcm.pseudo_peripheral_node",
        "lineno": 131,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.rcm.connected_cuthill_mckee_ordering",
        "callee": "<external>.collections.deque",
        "lineno": 135,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.rcm.connected_cuthill_mckee_ordering",
        "callee": "<external>.operator.itemgetter",
        "lineno": 139,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.rcm.connected_cuthill_mckee_ordering",
        "callee": "<builtin>.set.update",
        "lineno": 141,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.rcm.pseudo_peripheral_node",
        "callee": "<external>.operator.itemgetter",
        "lineno": 158,
        "resolution": "external_constructor_call"
      }
    ],
    "networkx.utils.union_find": [
      {
        "caller": "networkx.utils.union_find.UnionFind.__getitem__",
        "callee": "<builtin>.list.append",
        "lineno": 59,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.utils": [],
    "networkx.utils.tests.test_backends": [
      {
        "caller": "networkx.utils.tests.test_backends.test_graph_converter_needs_backend.from_scipy_sparse_array",
        "callee": "<builtin>.list.append",
        "lineno": 60,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_backends.test_mixing_backend_graphs",
        "callee": "networkx.classes.tests.dispatch_interface.convert",
        "lineno": 146,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.utils.tests.test_backends.test_mixing_backend_graphs",
        "callee": "networkx.classes.tests.dispatch_interface.convert",
        "lineno": 147,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.utils.tests.test_backends.test_not_implemented_by_nx",
        "callee": "networkx.utils.tests.test_backends._stub_func",
        "lineno": 182,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_backends.test_not_implemented_by_nx",
        "callee": "networkx.utils.tests.test_backends._stub_func",
        "lineno": 187,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.utils.tests.test_config": [
      {
        "caller": "networkx.utils.tests.test_config.test_config_empty",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 29,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.tests.test_config.ExampleConfig.<class>",
        "lineno": 55,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.tests.test_config.ExampleConfig.<class>",
        "lineno": 57,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.tests.test_config.ExampleConfig.<class>",
        "lineno": 59,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.tests.test_config.ExampleConfig.<class>",
        "lineno": 62,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.configs.Config.keys",
        "lineno": 72,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.configs.Config.values",
        "lineno": 73,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.configs.Config.items",
        "lineno": 74,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.tests.test_config.ExampleConfig.<class>",
        "lineno": 86,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.tests.test_config.ExampleConfig.<class>",
        "lineno": 87,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 88,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_config_subclass",
        "callee": "networkx.utils.configs.Config.get",
        "lineno": 93,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_nxconfig",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 130,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_nxconfig",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 132,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_nxconfig",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 132,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_config.test_context",
        "callee": "networkx.utils.configs.Config.<class>",
        "lineno": 228,
        "resolution": "imported_call"
      }
    ],
    "networkx.utils.tests.test_decorators": [
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_d",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 20,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_d",
        "lineno": 24,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_d",
        "lineno": 26,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_u",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 28,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_u",
        "lineno": 32,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_u",
        "lineno": 34,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_m",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 36,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_m",
        "lineno": 40,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_m",
        "lineno": 42,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_g",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 44,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_g",
        "lineno": 48,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_g",
        "lineno": 50,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_not_md",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 53,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_not_md",
        "lineno": 57,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_not_md",
        "lineno": 58,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_not_md",
        "lineno": 59,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_not_md",
        "lineno": 61,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_graph_only",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 64,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_graph_only",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 65,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_graph_only",
        "lineno": 69,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_graph_only",
        "lineno": 71,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_graph_only",
        "lineno": 73,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator.test_graph_only",
        "lineno": 75,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 78,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 81,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_key.test1",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 87,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_key",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_key.test1",
        "lineno": 91,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_raise.test1",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 97,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_raise",
        "callee": "networkx.utils.tests.test_decorators.test_not_implemented_decorator_raise.test1",
        "lineno": 101,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "callee": "networkx.utils.decorators.open_file",
        "lineno": 118,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg0",
        "callee": "networkx.utils.decorators.open_file",
        "lineno": 123,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg1",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "lineno": 129,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg1",
        "callee": "networkx.utils.decorators.open_file",
        "lineno": 127,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "lineno": 135,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "lineno": 137,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "callee": "networkx.utils.decorators.open_file",
        "lineno": 131,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg4default",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "lineno": 143,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg4default",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "lineno": 145,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg4default",
        "callee": "networkx.utils.decorators.open_file",
        "lineno": 139,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_kwarg",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "lineno": 152,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_kwarg",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.write",
        "lineno": 154,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_kwarg",
        "callee": "networkx.utils.decorators.open_file",
        "lineno": 147,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg0_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg0",
        "lineno": 157,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg0_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg0",
        "lineno": 160,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg0_pathlib",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg0",
        "lineno": 163,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg1_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg1",
        "lineno": 166,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg1_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "lineno": 167,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg1_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg1",
        "lineno": 170,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg1_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "lineno": 173,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "lineno": 176,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "lineno": 177,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "lineno": 178,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "lineno": 181,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "lineno": 184,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg2default_fobj_path_none",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg2default",
        "lineno": 187,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg4default_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg4default",
        "lineno": 190,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg4default_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_arg4default",
        "lineno": 191,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_arg4default_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "lineno": 192,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_kwarg",
        "lineno": 195,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_str",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "lineno": 196,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_kwarg",
        "lineno": 199,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_fobj",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.read",
        "lineno": 201,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.test_writer_kwarg_path_none",
        "callee": "networkx.utils.tests.test_decorators.TestOpenFileDecorator.writer_kwarg",
        "lineno": 204,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_np_random_state",
        "callee": "networkx.utils.decorators.np_random_state",
        "lineno": 213,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "callee": "networkx.utils.decorators.py_random_state",
        "lineno": 219,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_None",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_np_random_state",
        "lineno": 229,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_None",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "lineno": 234,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_np_random_state",
        "lineno": 240,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "lineno": 242,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_int",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_np_random_state",
        "lineno": 252,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_int",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "lineno": 259,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random_Generator",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_np_random_state",
        "lineno": 272,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random_Generator",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "lineno": 276,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random_RandomState",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_np_random_state",
        "lineno": 289,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_np_random_RandomState",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "lineno": 293,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestRandomState.test_random_state_py_random",
        "callee": "networkx.utils.tests.test_decorators.TestRandomState.instantiate_py_random_state",
        "lineno": 302,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_random_state_string_arg_index.make_random_state",
        "callee": "networkx.utils.decorators.np_random_state",
        "lineno": 311,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_random_state_string_arg_index",
        "callee": "networkx.utils.tests.test_decorators.test_random_state_string_arg_index.make_random_state",
        "lineno": 315,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_py_random_state_string_arg_index.make_random_state",
        "callee": "networkx.utils.decorators.py_random_state",
        "lineno": 321,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_py_random_state_string_arg_index",
        "callee": "networkx.utils.tests.test_decorators.test_py_random_state_string_arg_index.make_random_state",
        "lineno": 325,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_random_state_invalid_arg_index.make_random_state",
        "callee": "networkx.utils.decorators.np_random_state",
        "lineno": 331,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_random_state_invalid_arg_index",
        "callee": "networkx.utils.tests.test_decorators.test_random_state_invalid_arg_index.make_random_state",
        "lineno": 335,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_py_random_state_invalid_arg_index.make_random_state",
        "callee": "networkx.utils.decorators.py_random_state",
        "lineno": 341,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.test_py_random_state_invalid_arg_index",
        "callee": "networkx.utils.tests.test_decorators.test_py_random_state_invalid_arg_index.make_random_state",
        "lineno": 345,
        "resolution": "nested_function_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_function.trivial_argmap",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 356,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_function",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_iterator.trivial_argmap",
        "lineno": 360,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_iterator.trivial_argmap",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 366,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_iterator",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_trivial_iterator.trivial_argmap",
        "lineno": 370,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_contextmanager.contextmanager",
        "callee": "<builtin>.list.append",
        "lineno": 377,
        "resolution": "local_builtin_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_contextmanager.foo",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 379,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_contextmanager",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.foo",
        "lineno": 383,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_tryfinally_generator.foo",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 396,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_tryfinally_generator.foo",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 400,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_tryfinally_generator",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.foo",
        "lineno": 404,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_vararg.foo",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 409,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_vararg",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.foo",
        "lineno": 413,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_signature_destroying_intermediate_decorator",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 424,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_signature_destroying_intermediate_decorator",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_signature_destroying_intermediate_decorator.add_one_and_two",
        "lineno": 431,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_kwarg.foo",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 434,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_actual_kwarg",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.foo",
        "lineno": 438,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.foo",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 446,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_nested_tuple.foo",
        "lineno": 450,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_flatten",
        "callee": "networkx.utils.decorators.argmap._flatten",
        "lineno": 457,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_flatten",
        "callee": "networkx.utils.decorators.argmap._flatten",
        "lineno": 460,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_indent",
        "callee": "networkx.utils.decorators.argmap._indent",
        "lineno": 464,
        "resolution": "qualified_module_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise.yield_nodes",
        "callee": "networkx.utils.decorators.not_implemented_for",
        "lineno": 490,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise.yield_nodes",
        "lineno": 499,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise.yield_nodes",
        "lineno": 503,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise",
        "callee": "networkx.utils.tests.test_decorators.TestArgmap.test_immediate_raise.yield_nodes",
        "lineno": 506,
        "resolution": "same_class_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_lazy_compile_thread_safety",
        "callee": "networkx.utils.decorators.argmap.__init__",
        "lineno": 517,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_decorators.TestArgmap.test_lazy_compile_thread_safety.worker",
        "callee": "<builtin>.list.append",
        "lineno": 527,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.utils.tests.test_heaps": [
      {
        "caller": "networkx.utils.tests.test_heaps.<module>",
        "callee": "networkx.utils.tests.test_heaps.X.<class>",
        "lineno": 30,
        "resolution": "same_module_class_call"
      },
      {
        "caller": "networkx.utils.tests.test_heaps.test_PairingHeap",
        "callee": "networkx.utils.tests.test_heaps._test_heap_class",
        "lineno": 127,
        "resolution": "direct_name_call"
      },
      {
        "caller": "networkx.utils.tests.test_heaps.test_BinaryHeap",
        "callee": "networkx.utils.tests.test_heaps._test_heap_class",
        "lineno": 131,
        "resolution": "direct_name_call"
      }
    ],
    "networkx.utils.tests.test_mapped_queue": [
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_gtlt",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 7,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_gtlt",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 8,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_gtlt_tied_priority",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 16,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_gtlt_tied_priority",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 17,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_eq",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 23,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_eq",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 24,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_iter",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 31,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_iter",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 32,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_getitem",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 38,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.test_HeapElement_getitem",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 39,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 57,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_heapify",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 64,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_heapify",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 66,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_init",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 70,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_init",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 71,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_len",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 79,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_len",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 80,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_leaf",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 86,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_leaf",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 89,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_one_child",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 94,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_one_child",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 97,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_left_child",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 102,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_left_child",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 105,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_right_child",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 110,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_right_child",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 113,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_multiple",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 118,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftup_multiple",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 121,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_leaf",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 126,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_leaf",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 129,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_single",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 134,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_single",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 137,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_multiple",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 142,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_siftdown_multiple",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 145,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 150,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 152,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 154,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push_duplicate",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 159,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push_duplicate",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 161,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push_duplicate",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 164,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_push_duplicate",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 165,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_pop",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 171,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_pop",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 175,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_remove_leaf",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 180,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_remove_root",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 187,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_update_leaf",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 194,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedQueue.test_update_root",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._make_mapped_queue",
        "lineno": 201,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict._make_mapped_queue",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 209,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_init",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 213,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_ties",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 218,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_pop",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 223,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_pop",
        "callee": "networkx.utils.mapped_queue.MappedQueue.pop",
        "lineno": 224,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_pop",
        "callee": "networkx.utils.mapped_queue._HeapElement.__init__",
        "lineno": 224,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_empty_pop",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 228,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 238,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 240,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 242,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push_duplicate",
        "callee": "networkx.utils.mapped_queue.MappedQueue.__init__",
        "lineno": 247,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push_duplicate",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 249,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push_duplicate",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedQueue._check_map",
        "lineno": 252,
        "resolution": "inherited_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_push_duplicate",
        "callee": "networkx.utils.mapped_queue.MappedQueue.push",
        "lineno": 253,
        "resolution": "local_typed_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_update_leaf",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedDict._make_mapped_queue",
        "lineno": 259,
        "resolution": "self_method_call"
      },
      {
        "caller": "networkx.utils.tests.test_mapped_queue.TestMappedDict.test_update_root",
        "callee": "networkx.utils.tests.test_mapped_queue.TestMappedDict._make_mapped_queue",
        "lineno": 266,
        "resolution": "self_method_call"
      }
    ],
    "networkx.utils.tests.test_misc": [
      {
        "caller": "networkx.utils.tests.test_misc.test_flatten",
        "callee": "<external>.copy.copy",
        "lineno": 55,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "networkx.utils.tests.test_misc.TestNumpyArray.test__dict_to_numpy_array1",
        "callee": "networkx.utils.misc._dict_to_numpy_array1",
        "lineno": 96,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_misc.TestNumpyArray.test__dict_to_numpy_array1",
        "callee": "networkx.utils.misc._dict_to_numpy_array1",
        "lineno": 98,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_misc.TestNumpyArray.test__dict_to_numpy_array1",
        "callee": "networkx.utils.misc._dict_to_numpy_array1",
        "lineno": 101,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_misc.TestNumpyArray.test__dict_to_numpy_array2",
        "callee": "networkx.utils.misc._dict_to_numpy_array2",
        "lineno": 108,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_misc.TestNumpyArray.test__dict_to_numpy_array2",
        "callee": "networkx.utils.misc._dict_to_numpy_array2",
        "lineno": 111,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_misc.TestNumpyArray.test_dict_to_numpy_array_a",
        "callee": "networkx.utils.misc._dict_to_numpy_array2",
        "lineno": 125,
        "resolution": "imported_call"
      },
      {
        "caller": "networkx.utils.tests.test_misc.TestNumpyArray.test_dict_to_numpy_array_b",
        "callee": "networkx.utils.misc._dict_to_numpy_array1",
        "lineno": 135,
        "resolution": "imported_call"
      }
    ],
    "networkx.utils.tests.test_random_sequence": [
      {
        "caller": "networkx.utils.tests.test_random_sequence.test_random_weighted_sample",
        "callee": "<builtin>.dict.keys",
        "lineno": 41,
        "resolution": "local_builtin_method_call"
      }
    ],
    "networkx.utils.tests.test_rcm": [],
    "networkx.utils.tests.test_unionfind": [],
    "networkx.utils.tests.test__init": [],
    "networkx.utils.tests": [],
    "tools.generate_requirements": [
      {
        "caller": "tools.generate_requirements.<module>",
        "callee": "<external>.pathlib.Path",
        "lineno": 8,
        "resolution": "external_constructor_call"
      },
      {
        "caller": "tools.generate_requirements.main",
        "callee": "tools.generate_requirements.generate_requirement_file",
        "lineno": 25,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.generate_requirements.main",
        "callee": "tools.generate_requirements.generate_requirement_file",
        "lineno": 28,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.generate_requirements.<module>",
        "callee": "tools.generate_requirements.main",
        "lineno": 32,
        "resolution": "direct_name_call"
      }
    ],
    "tools.team_list": [
      {
        "caller": "tools.team_list.<module>",
        "callee": "tools.team_list.api",
        "lineno": 32,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.team_list.<module>",
        "callee": "tools.team_list.api",
        "lineno": 35,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.team_list.<module>",
        "callee": "tools.team_list.api",
        "lineno": 38,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.team_list.render_team",
        "callee": "tools.team_list.api",
        "lineno": 44,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.team_list.<module>",
        "callee": "tools.team_list.render_team",
        "lineno": 79,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.team_list.<module>",
        "callee": "tools.team_list.render_team",
        "lineno": 92,
        "resolution": "direct_name_call"
      },
      {
        "caller": "tools.team_list.<module>",
        "callee": "tools.team_list.render_team",
        "lineno": 105,
        "resolution": "direct_name_call"
      }
    ]
  },
  "cyclic_clusters": [
    [
      "networkx",
      "networkx.algorithms",
      "networkx.algorithms.approximation",
      "networkx.algorithms.approximation.clique",
      "networkx.algorithms.approximation.clustering_coefficient",
      "networkx.algorithms.approximation.connectivity",
      "networkx.algorithms.approximation.density",
      "networkx.algorithms.approximation.distance_measures",
      "networkx.algorithms.approximation.dominating_set",
      "networkx.algorithms.approximation.kcomponents",
      "networkx.algorithms.approximation.matching",
      "networkx.algorithms.approximation.maxcut",
      "networkx.algorithms.approximation.ramsey",
      "networkx.algorithms.approximation.steinertree",
      "networkx.algorithms.approximation.traveling_salesman",
      "networkx.algorithms.approximation.treewidth",
      "networkx.algorithms.approximation.vertex_cover",
      "networkx.algorithms.assortativity",
      "networkx.algorithms.assortativity.connectivity",
      "networkx.algorithms.assortativity.correlation",
      "networkx.algorithms.assortativity.mixing",
      "networkx.algorithms.assortativity.neighbor_degree",
      "networkx.algorithms.assortativity.pairs",
      "networkx.algorithms.asteroidal",
      "networkx.algorithms.bipartite",
      "networkx.algorithms.bipartite.basic",
      "networkx.algorithms.bipartite.centrality",
      "networkx.algorithms.bipartite.cluster",
      "networkx.algorithms.bipartite.community",
      "networkx.algorithms.bipartite.covering",
      "networkx.algorithms.bipartite.edgelist",
      "networkx.algorithms.bipartite.extendability",
      "networkx.algorithms.bipartite.generators",
      "networkx.algorithms.bipartite.link_analysis",
      "networkx.algorithms.bipartite.matching",
      "networkx.algorithms.bipartite.matrix",
      "networkx.algorithms.bipartite.projection",
      "networkx.algorithms.bipartite.redundancy",
      "networkx.algorithms.bipartite.spectral",
      "networkx.algorithms.boundary",
      "networkx.algorithms.bridges",
      "networkx.algorithms.broadcasting",
      "networkx.algorithms.chains",
      "networkx.algorithms.chordal",
      "networkx.algorithms.clique",
      "networkx.algorithms.cluster",
      "networkx.algorithms.coloring",
      "networkx.algorithms.coloring.equitable_coloring",
      "networkx.algorithms.coloring.greedy_coloring",
      "networkx.algorithms.communicability_alg",
      "networkx.algorithms.community",
      "networkx.algorithms.community.asyn_fluid",
      "networkx.algorithms.community.bipartitions",
      "networkx.algorithms.community.centrality",
      "networkx.algorithms.community.community_utils",
      "networkx.algorithms.community.divisive",
      "networkx.algorithms.community.kclique",
      "networkx.algorithms.community.label_propagation",
      "networkx.algorithms.community.leiden",
      "networkx.algorithms.community.louvain",
      "networkx.algorithms.community.lukes",
      "networkx.algorithms.community.modularity_max",
      "networkx.algorithms.community.quality",
      "networkx.algorithms.core",
      "networkx.algorithms.covering",
      "networkx.algorithms.cuts",
      "networkx.algorithms.cycles",
      "networkx.algorithms.d_separation",
      "networkx.algorithms.dag",
      "networkx.algorithms.distance_measures",
      "networkx.algorithms.distance_regular",
      "networkx.algorithms.dominance",
      "networkx.algorithms.dominating",
      "networkx.algorithms.efficiency_measures",
      "networkx.algorithms.euler",
      "networkx.algorithms.graph_hashing",
      "networkx.algorithms.graphical",
      "networkx.algorithms.hierarchy",
      "networkx.algorithms.hybrid",
      "networkx.algorithms.isolate",
      "networkx.algorithms.isomorphism",
      "networkx.algorithms.isomorphism.ismags",
      "networkx.algorithms.isomorphism.isomorph",
      "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "networkx.algorithms.isomorphism.tree_isomorphism",
      "networkx.algorithms.isomorphism.vf2pp",
      "networkx.algorithms.link_analysis",
      "networkx.algorithms.link_analysis.hits_alg",
      "networkx.algorithms.link_analysis.pagerank_alg",
      "networkx.algorithms.link_prediction",
      "networkx.algorithms.lowest_common_ancestors",
      "networkx.algorithms.matching",
      "networkx.algorithms.minors",
      "networkx.algorithms.minors.contraction",
      "networkx.algorithms.mis",
      "networkx.algorithms.moral",
      "networkx.algorithms.node_classification",
      "networkx.algorithms.non_randomness",
      "networkx.algorithms.operators",
      "networkx.algorithms.operators.all",
      "networkx.algorithms.operators.binary",
      "networkx.algorithms.operators.product",
      "networkx.algorithms.operators.unary",
      "networkx.algorithms.perfect_graph",
      "networkx.algorithms.planar_drawing",
      "networkx.algorithms.planarity",
      "networkx.algorithms.polynomials",
      "networkx.algorithms.reciprocity",
      "networkx.algorithms.regular",
      "networkx.algorithms.richclub",
      "networkx.algorithms.shortest_paths",
      "networkx.algorithms.shortest_paths.astar",
      "networkx.algorithms.shortest_paths.dense",
      "networkx.algorithms.shortest_paths.generic",
      "networkx.algorithms.shortest_paths.unweighted",
      "networkx.algorithms.shortest_paths.weighted",
      "networkx.algorithms.similarity",
      "networkx.algorithms.simple_paths",
      "networkx.algorithms.smallworld",
      "networkx.algorithms.smetric",
      "networkx.algorithms.sparsifiers",
      "networkx.algorithms.structuralholes",
      "networkx.algorithms.summarization",
      "networkx.algorithms.swap",
      "networkx.algorithms.time_dependent",
      "networkx.algorithms.tournament",
      "networkx.algorithms.tree.branchings",
      "networkx.algorithms.tree.coding",
      "networkx.algorithms.tree.decomposition",
      "networkx.algorithms.tree.mst",
      "networkx.algorithms.tree.operations",
      "networkx.algorithms.tree.recognition",
      "networkx.algorithms.triads",
      "networkx.algorithms.vitality",
      "networkx.algorithms.voronoi",
      "networkx.algorithms.walks",
      "networkx.algorithms.wiener",
      "networkx.classes",
      "networkx.classes.graphviews",
      "networkx.classes.reportviews",
      "networkx.convert",
      "networkx.convert_matrix",
      "networkx.generators",
      "networkx.generators.atlas",
      "networkx.generators.classic",
      "networkx.generators.cographs",
      "networkx.generators.community",
      "networkx.generators.degree_seq",
      "networkx.generators.directed",
      "networkx.generators.duplication",
      "networkx.generators.ego",
      "networkx.generators.expanders",
      "networkx.generators.geometric",
      "networkx.generators.harary_graph",
      "networkx.generators.internet_as_graphs",
      "networkx.generators.intersection",
      "networkx.generators.interval_graph",
      "networkx.generators.joint_degree_seq",
      "networkx.generators.lattice",
      "networkx.generators.line",
      "networkx.generators.mycielski",
      "networkx.generators.nonisomorphic_trees",
      "networkx.generators.random_clustered",
      "networkx.generators.random_graphs",
      "networkx.generators.small",
      "networkx.generators.social",
      "networkx.generators.spectral_graph_forge",
      "networkx.generators.stochastic",
      "networkx.generators.sudoku",
      "networkx.generators.time_series",
      "networkx.generators.trees",
      "networkx.generators.triads",
      "networkx.linalg",
      "networkx.linalg.algebraicconnectivity",
      "networkx.linalg.attrmatrix",
      "networkx.linalg.bethehessianmatrix",
      "networkx.linalg.graphmatrix",
      "networkx.linalg.laplacianmatrix",
      "networkx.linalg.modularitymatrix",
      "networkx.linalg.spectrum",
      "networkx.readwrite",
      "networkx.readwrite.adjlist",
      "networkx.readwrite.edgelist",
      "networkx.readwrite.gexf",
      "networkx.readwrite.gml",
      "networkx.readwrite.graph6",
      "networkx.readwrite.graphml",
      "networkx.readwrite.json_graph",
      "networkx.readwrite.json_graph.adjacency",
      "networkx.readwrite.json_graph.cytoscape",
      "networkx.readwrite.json_graph.node_link",
      "networkx.readwrite.json_graph.tree",
      "networkx.readwrite.leda",
      "networkx.readwrite.multiline_adjlist",
      "networkx.readwrite.pajek",
      "networkx.readwrite.sparse6",
      "networkx.readwrite.text",
      "networkx.relabel",
      "networkx.utils",
      "networkx.utils.backends",
      "networkx.utils.decorators",
      "networkx.utils.heaps",
      "networkx.utils.misc",
      "networkx.utils.random_sequence",
      "networkx.utils.rcm",
      "networkx.utils.union_find"
    ]
  ],
  "unresolved": [
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_modularity_communities(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pagerank(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kosaraju_strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_tournament(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_reachable(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_algorithms",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_aperiodic",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_chordal",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_classes",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_harmonic_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_many_components",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_atlas_g(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_many_components",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_many_components",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_many_components",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_many_components",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_many_components",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_many_components",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_neighbors",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_factor(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_regular",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_atlas_g(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_shortest_path",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_to_networkx_graph",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_to_networkx_graph",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_to_networkx_graph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx_graph(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.benchmark_to_networkx_graph",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "benchmarks.benchmarks.distance_measures",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.distance_measures",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.distance_measures",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_csv(...) - target object type not statically resolved."
    },
    {
      "module": "benchmarks.benchmarks.utils",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .today(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_css_file(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_js_file(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 290,
      "pattern": "name_call_unresolved",
      "note": "Call to 'orig_setitem(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "doc.conf",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 314,
      "pattern": "name_call_unresolved",
      "note": "Call to 'orig_str(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "doc.conf",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._str_section(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._str_indent(...) - target object type not statically resolved."
    },
    {
      "module": "doc.conf",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exit(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.contribs",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.report_functions_without_rst_generated",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getmembers(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.report_functions_without_rst_generated",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "doc.release.report_functions_without_rst_generated",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popen(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .points3d(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tube(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .surface(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.mayavi2_spring",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .orientation_axes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_init(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .FuncAnimation(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_basic",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_data_3d(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_init(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .FuncAnimation(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_3d_animation_walk",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_ticks(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_zlabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_basic",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_csv(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_init(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .FuncAnimation(...) - target object type not statically resolved."
    },
    {
      "module": "examples.3d_drawing.plot_facebook_3d",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log2(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_beam_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_beam_search",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_betweenness_centrality",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_bipartite_motif_abcore",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .squareform(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fcluster(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mean(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_blockmodel",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_circuits",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_cycle_detection",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_cycle_detection",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_cycle_detection",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_cycle_detection",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_cycle_detection",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_cycle_detection",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_davis_club",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .suptitle(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedensify(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_dedensification",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .girvan_newman(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bar(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_girvan_newman",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_greedy_coloring",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_greedy_coloring",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_color(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_greedy_coloring",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_greedy_coloring",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_greedy_coloring",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_greedy_coloring",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_greedy_coloring",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .round(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linspace(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cos(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cos(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .round(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutation(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .matshow(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fit(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getH(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_zlabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_init(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .suptitle(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .box(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_init(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_image_segmentation_spectral_graph_partition",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 179,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_iterated_dynamical_systems",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_krackhardt_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_lca",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_maximum_independent_set",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_maximum_independent_set",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_independent_set(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_maximum_independent_set",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_maximum_independent_set",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .house_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_metric_closure",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .starmap(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .time(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .time(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .time(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .time(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_parallel_betweenness",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse_cuthill_mckee_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heatmap(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_rcm",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_shortest_path",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .suptitle(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .snap_aggregation(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_snap",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_subgraphs",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_trust_rank",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_trust_rank",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pagerank(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_trust_rank",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_trust_rank",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_trust_rank",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.algorithms.plot_trust_rank",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_basic_directed",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_basic_directed",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_basic_directed",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .describe(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_properties",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_read_write",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_simple_graph",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_simple_graph",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.basic.plot_simple_graph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_center_node",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_center_node",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_center_node",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_center_node",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_center_node",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BZ2File(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_chess_masters",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_modularity_communities(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_clusters",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverted(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_xlim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_xlim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 69,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tr_figure(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tr_axes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .imshow(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_custom_node_icons",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_gridspec(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bar(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .unique(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_degree",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_k_out_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_alpha(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PatchCollection(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .colorbar(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_directed",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_edge_colormap",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_edge_colormap",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_edge_colormap",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_edge_colormap",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_ego_graph",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_ego_graph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_ego_graph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_ego_graph",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_ego_graph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_ego_graph",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_ego_graph",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_eigenvalues",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_eigenvalues",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_eigenvalues",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvals(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_eigenvalues",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_eigenvalues",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_eigenvalues",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xlim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_eigenvalues",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_four_grids",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .house_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_house_with_colors",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readlines(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compile(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .match(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_axes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LambertConformal(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_extent(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Geodetic(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .natural_earth(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_geometries(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometries(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Reader(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlateCarree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlateCarree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlateCarree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_knuth_miles",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_labels_and_colors",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .accumulate(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multigraphs",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .accumulate(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_multipartite_graph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_node_colormap",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_node_colormap",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_node_colormap",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_node_colormap",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_rainbow_coloring",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xlim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ylim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_random_geometric_graph",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_sampson",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_selfloops",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_selfloops",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_selfloops",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_selfloops",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_selfloops",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_selfloops",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_selfloops",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_simple_path",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_simple_path",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_simple_path",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_simple_path",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spectral_grid",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Patch(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .legend(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_spring_layout",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .christofides(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_tsp",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mbox(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_all(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_all(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_all(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_all(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_unix_email",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.drawing.plot_weighted_graph",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.javascript_force",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.javascript_force",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_link_data(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.javascript_force",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dump(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.javascript_force",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Flask(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.javascript_force",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .send_static_file(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.javascript_force",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .route(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.javascript_force",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .run(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dense_gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_kamada_kawai(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .layout_kamada_kawai(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GRG(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_igraph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_iplotx",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dense_gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_iplotx",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_iplotx",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_iplotx",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_iplotx",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_iplotx",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.external.plot_iplotx",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_file(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dataframe(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_delaunay",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_file(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gdf_to_nx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nx_to_gdf(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_file(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_path(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gdf_to_nx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gdf_to_nx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nx_to_gdf(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dataframe(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_lines",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_from_point(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge_speeds(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge_travel_times(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_to_gdfs(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_from_gdfs(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_digraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_colors_by_attr(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .save_graph_geopackage(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_osmnx",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .save_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_file(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dataframe(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_array(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_points",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_file(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dataframe(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .plot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.geospatial.plot_polygons",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_generations(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_dag_layout",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_degree_sequence",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_degree_sequence",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_degree_sequence",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_degree_sequence",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_degree_sequence",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_degree_sequence",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_degree_sequence",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_erdos_renyi",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_expected_degree_sequence",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expected_degree_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_expected_degree_sequence",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cwd(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .legend(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_football",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_karate_club",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_karate_club",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_karate_club",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_circular(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_karate_club",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_generations(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_morse_trie",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_mst",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clf(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_napoleon_russian_campaign",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readlines(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .endswith(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compile(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_circular(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_roget",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_xlim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_xlim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_ylim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_ylim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_triad_types",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_text(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_size(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .suptitle(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_visibility_graph",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readlines(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graph.plot_words",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_attributes",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_dot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_conversion",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_grid",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_grid",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_dot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_grid",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_grid",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_mini_atlas",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_atlas_g(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_mini_atlas",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_mini_atlas",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_drawing.plot_mini_atlas",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_atlas_g(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'GraphMatcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_atlas",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_circular_tree",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_circular_tree",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_circular_tree",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_circular_tree",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_circular_tree",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_circular_tree",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_gridspec(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .moral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .junction_tree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_decomposition",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .binomial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_title(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_giant_component",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readlines(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xlim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ylim(...) - target object type not statically resolved."
    },
    {
      "module": "examples.graphviz_layout.plot_lanl_routes",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 115,
      "pattern": "self_method_not_found",
      "note": "self.nodes(...) not found in class 'AntiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 118,
      "pattern": "self_method_not_found",
      "note": "self.nodes(...) not found in class 'AntiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 126,
      "pattern": "self_method_not_found",
      "note": "self.nodes(...) not found in class 'AntiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 129,
      "pattern": "self_method_not_found",
      "note": "self.nbunch_iter(...) not found in class 'AntiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_antigraph",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "examples.subclass.plot_printgraph",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .addoption(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .addoption(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .addoption(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .addinivalue_line(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getoption(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Config(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Config(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getoption(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getoption(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .skip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_marker(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.conftest",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 680,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .coo_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .coo_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asformat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diff(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diff(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocoo(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 855,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 877,
      "pattern": "name_call_unresolved",
      "note": "Call to 'chain(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 782,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1061,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1065,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1068,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1086,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1086,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1089,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1091,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1095,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1097,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1097,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1098,
      "pattern": "name_call_unresolved",
      "note": "Call to 'multigraph_weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1098,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 892,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1325,
      "pattern": "name_call_unresolved",
      "note": "Call to 'chain(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1327,
      "pattern": "name_call_unresolved",
      "note": "Call to 'chain(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1334,
      "pattern": "name_call_unresolved",
      "note": "Call to 'python_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.convert_matrix",
      "lineno": 1131,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.exception",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'superinit(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .import_module(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .import_module(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__getattr__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ModuleNotFoundError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_spec(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .module_from_spec(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LazyLoader(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.lazy_imports",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exec_module(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'mapping(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.relabel",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.relabel",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.asteroidal",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.boundary",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.boundary",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.boundary",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.boundary",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.boundary",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain_decomposition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connected_component(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._weight_function(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 198,
      "pattern": "name_call_unresolved",
      "note": "Call to 'wt(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bridges",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NotATree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.broadcasting",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chains",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 31,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 218,
      "pattern": "name_call_unresolved",
      "note": "Call to 'connected_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 225,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 322,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXTreewidthBoundExceeded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 349,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.chordal",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 300,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 697,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 765,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.clique",
      "lineno": 766,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 98,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 119,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 160,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cbrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 194,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 258,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 614,
      "pattern": "name_call_unresolved",
      "note": "Call to 'GAdj(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cluster",
      "lineno": 669,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 93,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.communicability_alg",
      "lineno": 94,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNotImplemented(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_filter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNotImplemented(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNotImplemented(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.core",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'matching_algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.covering",
      "lineno": 108,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cuts",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popitem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 276,
      "pattern": "name_call_unresolved",
      "note": "Call to 'scc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 287,
      "pattern": "name_call_unresolved",
      "note": "Call to 'scc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 326,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bcc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 337,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bcc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes_with_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 674,
      "pattern": "name_call_unresolved",
      "note": "Call to 'separate(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 689,
      "pattern": "name_call_unresolved",
      "note": "Call to 'separate(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 824,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 842,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 855,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 769,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_dfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoCycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1082,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1082,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1040,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1041,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1042,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1092,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1136,
      "pattern": "name_call_unresolved",
      "note": "Call to 'spl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1170,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.cycles",
      "lineno": 1171,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_generations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappush(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .appendleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 474,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 594,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 809,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 818,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 819,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 874,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 879,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 879,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants_at_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 827,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 953,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 884,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1006,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1008,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure_dag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1018,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 957,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1088,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1095,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1097,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1024,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1171,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1123,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .HasACycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prefix_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1198,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1295,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dag",
      "lineno": 1354,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 713,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 721,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 889,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 890,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 891,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 893,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 895,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 897,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 902,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 906,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 911,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 911,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 912,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pinv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 929,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 944,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 945,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 947,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 815,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1026,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1037,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1037,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 952,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 953,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .errstate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isinf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvalsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1040,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_measures",
      "lineno": 1041,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 116,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 219,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.distance_regular",
      "lineno": 220,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominance",
      "lineno": 93,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.dominating",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ancestors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ancestors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 337,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ancestors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 444,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.d_separation",
      "lineno": 588,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.efficiency_measures",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.efficiency_measures",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.efficiency_measures",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.efficiency_measures",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.efficiency_measures",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.efficiency_measures",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.efficiency_measures",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 228,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 389,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.euler",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_list_of_ints(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_list_of_ints(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_list_of_ints(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_list_of_ints(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_list_of_ints(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappush(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappush(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappush(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graphical",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 203,
      "pattern": "name_call_unresolved",
      "note": "Call to '_neighborhood_aggregate(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 404,
      "pattern": "name_call_unresolved",
      "note": "Call to '_neighborhood_aggregate(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.graph_hashing",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hierarchy",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.hybrid",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isolate",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isolate",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 176,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 240,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 241,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 348,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 349,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 410,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 411,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 496,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 497,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .common_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 583,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 584,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_prediction",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ancestors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ancestors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 261,
      "pattern": "name_call_unresolved",
      "note": "Call to 'UnionFind(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.lowest_common_ancestors",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 260,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 261,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leaves(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 580,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Blossom(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leaves(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leaves(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leaves(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leaves(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 892,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 896,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 897,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 973,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 1040,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 1044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 1088,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 318,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 319,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.matching",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.mis",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.moral",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.moral",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.moral",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.moral",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.moral",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.moral",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argmax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argmax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.node_classification",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .real(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.non_randomness",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.perfect_graph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.perfect_graph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordless_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.perfect_graph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordless_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.perfect_graph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .conflicting(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .conflicting(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .conflicting(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .conflicting(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge_first(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge_first(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 952,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1049,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1051,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1053,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1062,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1064,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1069,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1076,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1080,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1082,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1115,
      "pattern": "self_method_not_found",
      "note": "self.has_edge(...) not found in class 'PlanarEmbedding' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1238,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1420,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'PlanarEmbedding' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1479,
      "pattern": "self_method_not_found",
      "note": "self.to_undirected_class(...) not found in class 'PlanarEmbedding' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1480,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planarity",
      "lineno": 1486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors_cw_order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors_cw_order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors_cw_order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .next_face_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .next_face_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .next_face_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connect_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors_cw_order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .next_face_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .next_face_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.planar_drawing",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Symbol(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Symbol(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simplify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Symbol(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.polynomials",
      "lineno": 183,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 52,
      "pattern": "name_call_unresolved",
      "note": "Call to 'NetworkXError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'NetworkXError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.reciprocity",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 47,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 74,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.regular",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.richclub",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linear_sum_assignment(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 713,
      "pattern": "name_call_unresolved",
      "note": "Call to 'CostMatrix(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 827,
      "pattern": "name_call_unresolved",
      "note": "Call to 'CostMatrix(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 827,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 886,
      "pattern": "name_call_unresolved",
      "note": "Call to 'CostMatrix(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1004,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1005,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1006,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1010,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1041,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1047,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1050,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1052,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1066,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1067,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1072,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1074,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1074,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1076,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_subst_cost(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1082,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_subst_cost(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1084,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1084,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1086,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1092,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1098,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_del_cost(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_ins_cost(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_subst_cost(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1134,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_del_cost(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1149,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_ins_cost(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ExceededMaxIterations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ExceededMaxIterations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .comb(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log2(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1511,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argpartition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argsort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1628,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1629,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1893,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1898,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1902,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1912,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .KDTree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .query(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .atleast_1d(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .atleast_1d(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1952,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1960,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1766,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1767,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2052,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2056,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reciprocal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2060,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2065,
      "pattern": "name_call_unresolved",
      "note": "Call to 'randint_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2069,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2072,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2081,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2089,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 2103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1966,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.similarity",
      "lineno": 1967,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 419,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 528,
      "pattern": "name_call_unresolved",
      "note": "Call to 'wt(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 538,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_path_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 550,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_path_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 422,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 683,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 698,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pred_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 706,
      "pattern": "name_call_unresolved",
      "note": "Call to 'succ_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 719,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 741,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gsucc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 752,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gpred(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 842,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 861,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 872,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 876,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pred_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 884,
      "pattern": "name_call_unresolved",
      "note": "Call to 'succ_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 897,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 942,
      "pattern": "name_call_unresolved",
      "note": "Call to 'wt(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 944,
      "pattern": "name_call_unresolved",
      "note": "Call to 'wt(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 944,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.simple_paths",
      "lineno": 966,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cumulative_distribution(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'local_conn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 186,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cumulative_distribution(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .where(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 209,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 233,
      "pattern": "name_call_unresolved",
      "note": "Call to 'local_conn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mean(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mean(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 246,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 247,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 248,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mean(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 315,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 316,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smallworld",
      "lineno": 317,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.smetric",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smetric",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.smetric",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.sparsifiers",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'norm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nmw(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nmw(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .errstate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .errstate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 369,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nmw(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 371,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nmw(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 371,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nmw(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.structuralholes",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.summarization",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cumulative_distribution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cumulative_distribution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 206,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 134,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cumulative_distribution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 326,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 370,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 232,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.swap",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 804,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.threshold",
      "lineno": 825,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.time_dependent",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 67,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 68,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 106,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 188,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 189,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 219,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 220,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 262,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 263,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 351,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 352,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tournament",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 342,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .symmetric_difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.triads",
      "lineno": 405,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.vitality",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.vitality",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.vitality",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.vitality",
      "lineno": 76,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vitality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.vitality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.voronoi",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.voronoi",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.voronoi",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'groups(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.voronoi",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .matrix_power(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choices(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.walks",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.wiener",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 184,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clique",
      "lineno": 185,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clustering_coefficient",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.clustering_coefficient",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.clustering_coefficient",
      "lineno": 7,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clustering_coefficient",
      "lineno": 8,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.clustering_coefficient",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 199,
      "pattern": "name_call_unresolved",
      "note": "Call to 'connected_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 211,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iter_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 288,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iter_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 391,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gsucc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 403,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gpred(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.connectivity",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BinaryHeap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BinaryHeap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .at(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .at(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 396,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.density",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.distance_measures",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.dominating_set",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.dominating_set",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.dominating_set",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.dominating_set",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 128,
      "pattern": "name_call_unresolved",
      "note": "Call to 'core_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_core(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'biconnected_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'combinations(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_connectivity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'biconnected_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'biconnected_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AntiAtlasView(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 285,
      "pattern": "self_method_not_found",
      "note": "self.AntiAdjacencyView(...) not found in class '_AntiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.kcomponents",
      "lineno": 351,
      "pattern": "self_method_not_found",
      "note": "self.AntiDegreeView(...) not found in class '_AntiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.matching",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.maxcut",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.ramsey",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 258,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 173,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.steinertree",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes_with_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 127,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 341,
      "pattern": "name_call_unresolved",
      "note": "Call to 'method(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 345,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 352,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 484,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ln(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 358,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 359,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__iter__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ArborescenceIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linprog(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__iter__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 757,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 817,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 824,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 824,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__iter__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 889,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 890,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 919,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ln(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1026,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1031,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1032,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1036,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1041,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 945,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1247,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1255,
      "pattern": "name_call_unresolved",
      "note": "Call to 'move(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1256,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1048,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1049,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1482,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1491,
      "pattern": "name_call_unresolved",
      "note": "Call to 'move(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1492,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.traveling_salesman",
      "lineno": 1279,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 67,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 205,
      "pattern": "name_call_unresolved",
      "note": "Call to 'heuristic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 221,
      "pattern": "name_call_unresolved",
      "note": "Call to 'heuristic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.treewidth",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.vertex_cover",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.vertex_cover",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.vertex_cover",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.vertex_cover",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.vertex_cover",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'average_clustering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'average_clustering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tetrahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'average_clustering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'average_clustering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'average_clustering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'average_clustering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_approx_clust_coeff",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'average_clustering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'clique_removal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 51,
      "pattern": "name_call_unresolved",
      "note": "Call to 'clique_removal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'clique_removal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'max_clique(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 75,
      "pattern": "name_call_unresolved",
      "note": "Call to 'max_clique(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'max_clique(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'max_clique(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 102,
      "pattern": "name_call_unresolved",
      "note": "Call to 'large_clique_size(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 104,
      "pattern": "name_call_unresolved",
      "note": "Call to 'large_clique_size(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 106,
      "pattern": "name_call_unresolved",
      "note": "Call to 'large_clique_size(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_clique",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'maximum_independent_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .octahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_connectivity",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .densest_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_density",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_distance_measures",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'diameter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_dominating_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 40,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_dominating_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_dominating_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_dominating_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_edge_dominating_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_edge_dominating_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_dominating_set",
      "lineno": 94,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_edge_dominating_set(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 190,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 219,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_kcomponents",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_matching",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_matching",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_maxcut",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ramsey_R2(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ramsey_R2(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ramsey_R2(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_ramsey",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ramsey_R2(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deprecated_call(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deprecated_call(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 187,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 209,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 244,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .steiner_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .steiner_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .steiner_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .steiner_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_steinertree",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .christofides(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .christofides(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .christofides(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 179,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 180,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 184,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 185,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 189,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 190,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 193,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 194,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 197,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 198,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 202,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 203,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 206,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 207,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 210,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 211,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 226,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 230,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 231,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 237,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 241,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 242,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 248,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 251,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 256,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestSimulatedAnnealingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 266,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 276,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestThresholdAcceptingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 285,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 290,
      "pattern": "self_method_not_found",
      "note": "self.tsp(...) not found in class 'TestThresholdAcceptingTSP' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simulated_annealing_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 347,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tsp(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 350,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tsp(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 353,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tsp(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 370,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tsp(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 373,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tsp(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 378,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tsp(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .held_karp_ascent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .held_karp_ascent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .held_karp_ascent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .held_karp_ascent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .held_karp_ascent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .held_karp_ascent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 697,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 698,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanning_tree_distribution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 826,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 827,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 872,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 894,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 896,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 912,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 913,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 930,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 944,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 945,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asadpour_atsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 949,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 950,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 951,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asadpour_atsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 952,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asadpour_atsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 953,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asadpour_atsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 972,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 984,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traveling_salesman_problem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 1011,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 1012,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_traveling_salesman",
      "lineno": 1014,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_fill_in(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 208,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_fill_in(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 217,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_fill_in(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 237,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_fill_in(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 243,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_fill_in(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 248,
      "pattern": "name_call_unresolved",
      "note": "Call to 'treewidth_min_fill_in(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_treewidth",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 22,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_vertex_cover(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_vertex_cover(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 52,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_vertex_cover(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.approximation.tests.test_vertex_cover",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_weighted_vertex_cover(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 106,
      "pattern": "name_call_unresolved",
      "note": "Call to 'source_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 108,
      "pattern": "name_call_unresolved",
      "note": "Call to 'source_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'target_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'source_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.connectivity",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pearsonr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .outer(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .outer(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.correlation",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dict_to_numpy_array(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 215,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dict_to_numpy_array(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.mixing",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 127,
      "pattern": "name_call_unresolved",
      "note": "Call to 'target_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'source_degree(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.neighbor_degree",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'xdeg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ydeg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.assortativity.pairs",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.base_test",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_connectivity",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_degree_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_pearson_correlation_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_pearson_correlation_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_pearson_correlation_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_pearson_correlation_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_pearson_correlation_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warns(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_pearson_correlation_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numeric_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numeric_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numeric_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numeric_assortativity_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_correlation",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attribute_mixing_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_mixing",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_neighbor_degree",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_neighbor_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attribute_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attribute_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attribute_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attribute_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attribute_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_degree_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_degree_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_degree_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_degree_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_degree_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.assortativity.tests.test_pairs",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_degree_xy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AmbiguousSolution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'connected_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isdisjoint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isdisjoint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 214,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_connected(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AmbiguousSolution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.basic",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 271,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 281,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.centrality",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 127,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cc_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.cluster",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.community",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.covering",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.covering",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to '_min_edge_cover(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.covering",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.covering",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.covering",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 231,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 232,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 258,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 271,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.edgelist",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hopcroft_karp_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.extendability",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 369,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 441,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 528,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.generators",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .absolute(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .absolute(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.link_analysis",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 157,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bipartite_sets(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deque(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 235,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bipartite_sets(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 487,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bipartite_sets(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linear_sum_assignment(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matching",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .coo_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asformat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 201,
      "pattern": "name_call_unresolved",
      "note": "Call to 'chain(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.matrix",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 222,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 316,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 416,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.projection",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.redundancy",
      "lineno": 89,
      "pattern": "name_call_unresolved",
      "note": "Call to 'NetworkXError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.spectral",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite_node_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degrees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degrees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degrees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_basic",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_centrality",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .robins_alexander_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .robins_alexander_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .robins_alexander_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .robins_alexander_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .robins_alexander_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .robins_alexander_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .butterflies(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .comb(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .comb(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .butterflies(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .butterflies(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .butterflies(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .butterflies(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .butterflies(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .butterflies(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_cluster",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_community",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_covering",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 149,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 159,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 160,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 170,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .StringIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_edgelist",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_extendability",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_extendability(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_generators",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnmk_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 201,
      "pattern": "name_call_unresolved",
      "note": "Call to 'personalization(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_link_analysis",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .birank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'maximum_matching(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 176,
      "pattern": "name_call_unresolved",
      "note": "Call to 'maximum_matching(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 186,
      "pattern": "name_call_unresolved",
      "note": "Call to 'maximum_matching(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 198,
      "pattern": "name_call_unresolved",
      "note": "Call to 'maximum_matching(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 211,
      "pattern": "name_call_unresolved",
      "note": "Call to 'maximum_matching(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matching",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csc_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 76,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csc_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csc_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_using(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 99,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_using(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 119,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csc_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_biadjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_matrix",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 31,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collaboration_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 37,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collaboration_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collaboration_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 50,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collaboration_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 64,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 68,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 69,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .overlap_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 93,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 94,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 97,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 100,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collaboration_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 136,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 156,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 202,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 219,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collaboration_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 235,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collaboration_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 252,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 268,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 285,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .overlap_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 301,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .overlap_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 318,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .overlap_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 334,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .overlap_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 351,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 363,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 364,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 370,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 371,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 378,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 379,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 403,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 407,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_weighted_projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 409,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_project",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'complete_bipartite_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_redundancy(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_redundancy(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 22,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cycle_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_redundancy(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'complete_bipartite_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_redundancy",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_redundancy(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 3,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 37,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 47,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.bipartite.tests.test_spectral_bipartivity",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 247,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 449,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 590,
      "pattern": "name_call_unresolved",
      "note": "Call to '_weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness",
      "lineno": 591,
      "pattern": "name_call_unresolved",
      "note": "Call to '_weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dijkstra(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 194,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dijkstra(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.betweenness_subset",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 268,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 269,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 276,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 277,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 288,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.closeness",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 140,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asformat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .solve(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 247,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argsort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 348,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argsort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 264,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 99,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 205,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_betweenness_subset",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asformat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_row(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.current_flow_closeness",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.degree_alg",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.degree_alg",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.degree_alg",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.dispersion",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.dispersion",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isdisjoint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.dispersion",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.dispersion",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AmbiguousSolution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sign(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.eigenvector",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asformat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_rows(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .factorized(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 105,
      "pattern": "self_method_not_found",
      "note": "self.lusolve(...) not found in class 'SuperLUInverseLaplacian' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 109,
      "pattern": "self_method_not_found",
      "note": "self.lusolve(...) not found in class 'SuperLUInverseLaplacian' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spilu(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LinearOperator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cg(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.flow_matrix",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cg(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .drop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .drop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.group",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.harmonic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.harmonic",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.harmonic",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.harmonic",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.harmonic",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'spl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.harmonic",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.harmonic",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .squeeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .solve(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sign(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.katz",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.laplacian",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.load",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dijkstra(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.percolation",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.reaching",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .solve(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .identity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.second_order",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 212,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 213,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.subgraph_alg",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .std(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.trophic",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.voterank_alg",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .les_miserables_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .les_miserables_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 756,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 757,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 761,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 780,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 810,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 811,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 826,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 827,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 842,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 862,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 881,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 882,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 902,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_betweenness_centrality_subset",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .les_miserables_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gn_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incremental_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incremental_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incremental_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incremental_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incremental_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_closeness_centrality",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 95,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 130,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approximate_current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 158,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 166,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 175,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 180,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 185,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 186,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 195,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 202,
      "pattern": "name_call_unresolved",
      "note": "Call to 'approximate_cfbc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 213,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 222,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 231,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 240,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'centrality_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 3,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 4,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality_subset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 95,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow_subset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 104,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow_subset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow_subset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow_subset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow_subset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 134,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow_subset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow_subset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_current_flow(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_betweenness_centrality_subset",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 3,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 4,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .current_flow_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_current_flow_closeness",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_degree_centrality",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_dispersion",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dispersion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_eigenvector_centrality",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prominent_group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prominent_group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prominent_group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prominent_group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prominent_group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prominent_group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prominent_group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_closeness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_in_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_out_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group_degree_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_group",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 47,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 89,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 119,
      "pattern": "name_call_unresolved",
      "note": "Call to 'harmonic_centrality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_harmonic_centrality",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setup_class(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvector_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .katz_centrality_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_katz_centrality",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_laplacian_centrality",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .les_miserables_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_load_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_load_centrality",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .percolation_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .percolation_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .percolation_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .percolation_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .percolation_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_percolation_centrality",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'grc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'grc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'grc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'grc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'grc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'grc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'grc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_reaching",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_reaching_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .second_order_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_second_order_centrality",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 3,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 4,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_centrality_exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_centrality_exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_subgraph",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .identity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_differences(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_differences(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_incoherence_parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_incoherence_parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .std(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_incoherence_parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .std(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_incoherence_parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .std(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_incoherence_parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_incoherence_parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_incoherence_parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .std(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_trophic",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trophic_levels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voterank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voterank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voterank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnc_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voterank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voterank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.centrality.tests.test_voterank",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voterank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXAlgorithmError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.equitable_coloring",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .appendleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 200,
      "pattern": "name_call_unresolved",
      "note": "Call to 'traverse(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 363,
      "pattern": "name_call_unresolved",
      "note": "Call to 'strategy(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iter_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dropwhile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iter_neighbors_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iter_neighbors_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iter_neighbors_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iter_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assign_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iter_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.greedy_coloring",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assign_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 98,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_coloring(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_coloring(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 102,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_equitable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 108,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_equitable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_coloring(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_equitable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .equitable_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_equitable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .equitable_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 130,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_equitable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .equitable_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_equitable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_C_from_F(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_N_from_L_C(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_H_from_C_N(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .procedure_P(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_C_from_F(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_N_from_L_C(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_H_from_C_N(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .procedure_P(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .procedure_P(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .procedure_P(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strategy_saturation_largest_first(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 474,
      "pattern": "name_call_unresolved",
      "note": "Call to 'G(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 756,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 856,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_C_from_F(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_N_from_L_C(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.coloring.tests.test_coloring",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_H_from_C_N(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 74,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_connected(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'groups(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.asyn_fluid",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BinaryHeap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BinaryHeap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sum_weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .py_random_state(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argsort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .real(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.bipartitions",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'most_valuable_edge(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.centrality",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 187,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rank(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 201,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rank(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 212,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rank(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.divisive",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.kclique",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 102,
      "pattern": "name_call_unresolved",
      "note": "Call to 'groups(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 233,
      "pattern": "name_call_unresolved",
      "note": "Call to 'groups(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 140,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 236,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.label_propagation",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 450,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 470,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 159,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 519,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 528,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .appendleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 596,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 624,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 637,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 640,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choices(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 741,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.leiden",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.local",
      "lineno": 220,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 198,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 215,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 133,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.louvain",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NotATree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.lukes",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .push(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.modularity_max",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.quality",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asyn_fluidc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 22,
      "pattern": "name_call_unresolved",
      "note": "Call to 'asyn_fluidc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'asyn_fluidc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'asyn_fluidc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'asyn_fluidc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 136,
      "pattern": "name_call_unresolved",
      "note": "Call to 'asyn_fluidc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'asyn_fluidc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_asyn_fluid",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'asyn_fluidc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 46,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 63,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 102,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernighan_lin_bisection(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_modularity_bipartition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_modularity_bipartition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_node_swap_bipartition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_node_swap_bipartition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_node_swap_bipartition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_node_swap_bipartition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_bipartitions",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .girvan_newman(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .girvan_newman(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .girvan_newman(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .girvan_newman(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_centrality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .girvan_newman(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_divisive",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_current_flow_betweenness_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_clique_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_clique_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_clique_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_clique_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_clique_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_kclique",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asyn_lpa_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asyn_lpa_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asyn_lpa_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asyn_lpa_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ring_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_label_propagation",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constant_potts_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_partitions(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Q_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Q_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partition_quality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partition_quality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_partitions(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gn_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_leiden",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .leiden_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_source_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_source_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_source_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_source_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_source_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_source_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_local",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_source_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_partitions(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gn_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partition_quality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partition_quality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partition_quality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partition_quality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_partitions(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_louvain",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .louvain_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lukes_partitioning(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lukes_partitioning(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lukes_partitioning(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_lukes",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lukes_partitioning(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 51,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 55,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 64,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 108,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 151,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 179,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 209,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 214,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 219,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 247,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 279,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 287,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 288,
      "pattern": "name_call_unresolved",
      "note": "Call to 'naive_greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 292,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'naive_greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 297,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 298,
      "pattern": "name_call_unresolved",
      "note": "Call to 'naive_greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 306,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 310,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 314,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 323,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 328,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 333,
      "pattern": "name_call_unresolved",
      "note": "Call to 'greedy_modularity_communities(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_modularity_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_modularity_max",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_modularity_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'barbell_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'partition_quality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'barbell_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'partition_quality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'barbell_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 46,
      "pattern": "name_call_unresolved",
      "note": "Call to 'partition_quality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 50,
      "pattern": "name_call_unresolved",
      "note": "Call to 'barbell_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 52,
      "pattern": "name_call_unresolved",
      "note": "Call to 'partition_quality(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margulis_gabber_galil_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 76,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 95,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'quality_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 99,
      "pattern": "name_call_unresolved",
      "note": "Call to 'delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 100,
      "pattern": "name_call_unresolved",
      "note": "Call to 'delta_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 223,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 232,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 241,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 266,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 272,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 280,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 287,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'constant_potts_model(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 322,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 324,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 327,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 331,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 333,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 336,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 342,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 346,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 349,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 354,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 357,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 361,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 366,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 369,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 372,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 384,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 385,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .label_propagation_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 391,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 392,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 399,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 405,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 410,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 417,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 418,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 419,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_clique_communities(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 431,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 437,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 442,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 445,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 454,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 455,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 466,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 467,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 475,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 477,
      "pattern": "name_call_unresolved",
      "note": "Call to 'modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 492,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 503,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 504,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 508,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 509,
      "pattern": "name_call_unresolved",
      "note": "Call to 'overlapping_modularity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_quality",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.community.tests.test_utils",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.attracting",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.attracting",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.attracting",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.biconnected",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.biconnected",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.biconnected",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.biconnected",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.connected",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.connected",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.semiconnected",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.semiconnected",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.semiconnected",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.semiconnected",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.semiconnected",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.semiconnected",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.semiconnected",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.strongly_connected",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.weakly_connected",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.weakly_connected",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_attracting_component(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_attracting_component(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_attracting_component(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_attracting_component(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_attracting_component(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attracting_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_attracting",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_component_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_component_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_component_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_component_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_biconnected",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .house_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 100,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ncc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 104,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ncc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 116,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ncc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_connected",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_semiconnected",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semiconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'scc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'scc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ncc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kosaraju_strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kosaraju_strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 201,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_strongly_connected",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.components.tests.test_weakly_connected",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_flow_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 328,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 339,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iter_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 404,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 408,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iter_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 473,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 476,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iter_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_flow_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 759,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 768,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.connectivity",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 432,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 445,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iter_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 556,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.cuts",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 190,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popitem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 405,
      "pattern": "name_call_unresolved",
      "note": "Call to '_filterfalse(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.disjoint_paths",
      "lineno": 406,
      "pattern": "name_call_unresolved",
      "note": "Call to 'seen_add(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 22,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_edge_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 130,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_augmentation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 384,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 385,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 439,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 440,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compress(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compress(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 574,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MetaEdge(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 680,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 810,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_preorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 817,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 826,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 834,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 837,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 914,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 926,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 961,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 965,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 965,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 971,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_all_pairs_lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 988,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1005,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1006,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1010,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1031,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1035,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1083,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1085,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1088,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issuperset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1091,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1039,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1155,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_augmentation",
      "lineno": 1156,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .construct(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .construct(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 198,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 199,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 337,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 344,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 369,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 575,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_ccs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 588,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_ccs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.edge_kcomponents",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcomponents",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 116,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .antichains(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.kcutsets",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 116,
      "pattern": "name_call_unresolved",
      "note": "Call to 'heap(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.stoerwagner",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.utils",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'local_edge_connectivity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'local_node_connectivity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tutte_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .octahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 269,
      "pattern": "name_call_unresolved",
      "note": "Call to 'local_edge_connectivity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 272,
      "pattern": "name_call_unresolved",
      "note": "Call to 'local_edge_connectivity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 284,
      "pattern": "name_call_unresolved",
      "note": "Call to 'local_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 308,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stoer_wagner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_connectivity",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'minimum_st_node_cut(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .octahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 194,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 195,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_node_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 209,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 210,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_edge_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 233,
      "pattern": "name_call_unresolved",
      "note": "Call to 'minimum_st_edge_cut(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 276,
      "pattern": "name_call_unresolved",
      "note": "Call to 'interface_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 284,
      "pattern": "name_call_unresolved",
      "note": "Call to 'interface_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 291,
      "pattern": "name_call_unresolved",
      "note": "Call to 'minimum_st_node_cut(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_cuts",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .octahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_disjoint_paths",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_disjoint_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_edge_augmentation(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_edge_augmentation(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_edge_augmentation(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 149,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_edge_augmentation(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_edge_augmentation(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 156,
      "pattern": "name_call_unresolved",
      "note": "Call to 'k_edge_augmentation(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_shell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_augmentation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_augmentation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_augmentation",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .construct(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bridge_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .construct(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bridge_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bridge_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_shell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 240,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 248,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 249,
      "pattern": "name_call_unresolved",
      "note": "Call to 'bridge_components(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 269,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .construct(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 309,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .construct(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 328,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 348,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 372,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 404,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 439,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .construct(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_edge_subgraphs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_shell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_edge_kcomponents",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_shell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcomponents",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_shell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_biconnected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .articulation_points(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .biconnected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_node_cuts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_kcutsets",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stoer_wagner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stoer_wagner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.connectivity.tests.test_stoer_wagner",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .appendleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.boykovkolmogorov",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 331,
      "pattern": "name_call_unresolved",
      "note": "Call to 'S_add(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 333,
      "pattern": "name_call_unresolved",
      "note": "Call to 'T_add(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 337,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 343,
      "pattern": "name_call_unresolved",
      "note": "Call to 'heap(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 346,
      "pattern": "name_call_unresolved",
      "note": "Call to 'h_insert(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 371,
      "pattern": "name_call_unresolved",
      "note": "Call to 'h_insert(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 384,
      "pattern": "name_call_unresolved",
      "note": "Call to 'S_remove(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 386,
      "pattern": "name_call_unresolved",
      "note": "Call to 'T_remove(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 393,
      "pattern": "name_call_unresolved",
      "note": "Call to 'S_remove(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.capacityscaling",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 221,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 223,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.dinitz_alg",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.edmondskarp",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.gomory_hu",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.gomory_hu",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.gomory_hu",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.gomory_hu",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.gomory_hu",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.gomory_hu",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.gomory_hu",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 473,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.maxflow",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_flow_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.mincost",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 328,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.networksimplex",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .move_to_next(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 236,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 280,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.preflowpush",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .move_to_next(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.shortestaugmentingpath",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'capacity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.utils",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .les_miserables_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_gomory_hu",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gomory_hu_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'capacity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'capacity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_flow_dict(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cut(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_flow_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 483,
      "pattern": "name_call_unresolved",
      "note": "Call to 'interface_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 522,
      "pattern": "name_call_unresolved",
      "note": "Call to 'interface_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 538,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 546,
      "pattern": "name_call_unresolved",
      "note": "Call to 'interface_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 558,
      "pattern": "name_call_unresolved",
      "note": "Call to 'preflow_push(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 568,
      "pattern": "name_call_unresolved",
      "note": "Call to 'preflow_push(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 580,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_augmenting_path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 582,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_augmenting_path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 595,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_augmenting_path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 597,
      "pattern": "name_call_unresolved",
      "note": "Call to 'shortest_augmenting_path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 599,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edmonds_karp(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 601,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dinitz(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 603,
      "pattern": "name_call_unresolved",
      "note": "Call to 'boykov_kolmogorov(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_flow_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .files(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BZ2File(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 62,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_flow_dict(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 89,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_flow_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 102,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_flow_value(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'build_residual_network(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_maxflow_large_graph",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'preflow_push(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_flow_min_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_flow_min_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_flow_min_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .files(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BZ2File(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .capacity_scaling(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_mincost",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .files(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BZ2File(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cost_of_flow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_cost_flow_cost(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.flow.tests.test_networksimplex",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .network_simplex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'test(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 205,
      "pattern": "name_call_unresolved",
      "note": "Call to 'test(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 205,
      "pattern": "name_call_unresolved",
      "note": "Call to 'test(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 215,
      "pattern": "name_call_unresolved",
      "note": "Call to 'test(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 215,
      "pattern": "name_call_unresolved",
      "note": "Call to 'test(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 585,
      "pattern": "name_call_unresolved",
      "note": "Call to 'thing_matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 591,
      "pattern": "name_call_unresolved",
      "note": "Call to 'thing_matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 596,
      "pattern": "name_call_unresolved",
      "note": "Call to 'thing_matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 602,
      "pattern": "name_call_unresolved",
      "note": "Call to 'thing_matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 616,
      "pattern": "name_call_unresolved",
      "note": "Call to 'thing_matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 761,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 877,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 943,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 972,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 985,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 998,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1008,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1014,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1018,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1028,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1035,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1042,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1064,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1189,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._refine_node_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1220,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._get_permutations_by_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.ismags",
      "lineno": 1360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 251,
      "pattern": "name_call_unresolved",
      "note": "Call to 'GM(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorph",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getrecursionlimit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setrecursionlimit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setrecursionlimit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restore(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 768,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 768,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 800,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 823,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 830,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 972,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_monomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.isomorphvf2",
      "lineno": 1220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .FunctionType(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 263,
      "pattern": "name_call_unresolved",
      "note": "Call to 'op(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 270,
      "pattern": "name_call_unresolved",
      "note": "Call to 'operator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.matchhelpers",
      "lineno": 337,
      "pattern": "name_call_unresolved",
      "note": "Call to 'z(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.temporalisomorphvf2",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .faster_could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tree_isomorphism",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .namedtuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .namedtuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 479,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 499,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 514,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_candidates(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 532,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_candidates(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 544,
      "pattern": "name_call_unresolved",
      "note": "Call to 'restore_Tinout(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 563,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_candidates(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 586,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 605,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 696,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MONO_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 697,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 704,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 709,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MONO_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 740,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MONO_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 741,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 756,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MONO_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 756,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 757,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 793,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 802,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 814,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 816,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 818,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 821,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 834,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 836,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 838,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 841,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_fits(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 874,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MONO_op(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 874,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 874,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 879,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MONO_op(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 879,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 879,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 887,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MONO_op(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 887,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 887,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 891,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 891,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FGne(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 920,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 961,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 962,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 973,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 981,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 999,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1002,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1006,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1012,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1028,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1037,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1040,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1050,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1058,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1061,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2pp",
      "lineno": 1064,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2userfunc",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2userfunc",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2userfunc",
      "lineno": 64,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2userfunc",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.vf2userfunc",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_monomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_subgraph_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_subgraph_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_subgraph_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_subgraph_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_monomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_monomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_monomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_monomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_monomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_all_monomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 512,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 512,
      "pattern": "name_call_unresolved",
      "note": "Call to 'G(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 513,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 514,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 516,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 536,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 544,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 544,
      "pattern": "name_call_unresolved",
      "note": "Call to 'G(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 551,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 559,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 559,
      "pattern": "name_call_unresolved",
      "note": "Call to 'G(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 564,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 565,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 566,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 572,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 573,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 574,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 575,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 579,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 580,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 581,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 596,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 608,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 609,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 610,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 611,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 634,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 634,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 634,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 646,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 649,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 654,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 657,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 658,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 663,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 675,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 678,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 680,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 682,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 684,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 687,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 689,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 690,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 692,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 711,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 711,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 711,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 713,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 714,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 714,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 714,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 717,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 717,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 717,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 698,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 735,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iso_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 735,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 735,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 721,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 748,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 752,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 753,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 755,
      "pattern": "name_call_unresolved",
      "note": "Call to 'mono_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 756,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 756,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 760,
      "pattern": "name_call_unresolved",
      "note": "Call to 'mono_iter(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 768,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 771,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 773,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 776,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 779,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 782,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 796,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 800,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 804,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 817,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 821,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 824,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 826,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 827,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 833,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 837,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 839,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 840,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 844,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 845,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 849,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 807,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 809,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 856,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 860,
      "pattern": "name_call_unresolved",
      "note": "Call to 'G(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 862,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 862,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 867,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 868,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 875,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 876,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 877,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 878,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 880,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 881,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 882,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 854,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 896,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 897,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 898,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 905,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 906,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 907,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 908,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 911,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 912,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 913,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 914,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 892,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 893,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 894,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 922,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 939,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 943,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 944,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 946,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 947,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 951,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 952,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 954,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 955,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 958,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 958,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 960,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 961,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SG_ic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_common",
      "lineno": 920,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 191,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 334,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 419,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 420,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 421,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 422,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 438,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 439,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 440,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 441,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .largest_common_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .largest_common_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .largest_common_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .largest_common_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .largest_common_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .largest_common_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_isomorphisms(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ISMAGS(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 644,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 655,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 657,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 689,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 690,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 721,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 732,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 733,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 743,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 745,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 748,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_ismags",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_atlas(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .faster_could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 77,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphism",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 74,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 77,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 85,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 95,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .unpack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .unpack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .unpack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .files(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .files(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .files(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 254,
      "pattern": "name_call_unresolved",
      "note": "Call to 'matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 258,
      "pattern": "name_call_unresolved",
      "note": "Call to 'matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 261,
      "pattern": "name_call_unresolved",
      "note": "Call to 'matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 265,
      "pattern": "name_call_unresolved",
      "note": "Call to 'matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 270,
      "pattern": "name_call_unresolved",
      "note": "Call to 'matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 272,
      "pattern": "name_call_unresolved",
      "note": "Call to 'matcher(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_monomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_monomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_isomorphvf2",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_flow_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'id_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'full_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flow_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 62,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_flow_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 63,
      "pattern": "name_call_unresolved",
      "note": "Call to 'id_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_match_helpers",
      "lineno": 64,
      "pattern": "name_call_unresolved",
      "note": "Call to 'full_match(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingDiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingDiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingDiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingDiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .TimeRespectingDiGraphMatcher(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_temporalisomorphvf2",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_isomorphisms_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_tree_isomorphism",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_tree_isomorphism(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 64,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 97,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 130,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 133,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 137,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 176,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_all_isomorphisms(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 185,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 190,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 208,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 215,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 220,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 244,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 248,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 255,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 290,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 295,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 300,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 310,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 315,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 324,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 331,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 336,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 364,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 368,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 372,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 381,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 386,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 393,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 401,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 451,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 492,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 494,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_all_isomorphisms(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 505,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 509,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 516,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 521,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 526,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 533,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 567,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 569,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_all_isomorphisms(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 586,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 595,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 600,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 605,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 635,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 646,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 657,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 667,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 682,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 709,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 739,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 745,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 751,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 756,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 763,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 796,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 801,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 803,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 807,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 809,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 815,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 819,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 820,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 853,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 861,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 866,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 868,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 872,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 874,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 879,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 880,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 884,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 886,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 890,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 913,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 914,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 922,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 930,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 937,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 943,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 944,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 949,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 950,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 954,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 959,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 963,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 963,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 967,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 971,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 999,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 999,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1001,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1005,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1006,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1015,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1029,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1042,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1047,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1051,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1052,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1061,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1066,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1067,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1075,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1079,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1079,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1080,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1081,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1086,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1090,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1091,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1094,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1098,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1099,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1104,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1151,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1161,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1186,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1193,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1202,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1265,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1285,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1305,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1369,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1375,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1382,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1391,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1399,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1405,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1410,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1415,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1422,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1423,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1429,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1433,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1469,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1489,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_all_isomorphisms(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1492,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1521,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1535,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1540,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1545,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1550,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1555,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1572,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1578,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1583,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1588,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1593,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1618,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1623,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1663,
      "pattern": "name_call_unresolved",
      "note": "Call to 'vf2pp_isomorphism(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp",
      "lineno": 1672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vf2pp_is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 37,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 97,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 173,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 182,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 203,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 207,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 212,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 242,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 246,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 251,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 256,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 273,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 277,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 283,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 286,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 291,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 308,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 320,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 324,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 329,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 343,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 346,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 351,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 373,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 385,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 389,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 394,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 401,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 404,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 418,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 421,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 426,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 427,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 441,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 453,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 457,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_cands(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 465,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 466,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 467,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 468,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 476,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 477,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 478,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 479,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 487,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 488,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 491,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 492,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 500,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 513,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 526,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 527,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 570,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 583,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 602,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 605,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 612,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 625,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 643,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 644,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 660,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 688,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 696,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 721,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 752,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 757,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 761,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 766,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 780,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 790,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 800,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 804,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 813,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 840,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 856,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 858,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 880,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 895,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 899,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 911,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 920,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 929,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 941,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 945,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 946,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 949,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 950,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 951,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 953,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 956,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 961,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 965,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 995,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 998,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 999,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1000,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1015,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1034,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1061,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1077,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1079,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1080,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1081,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1097,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1225,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Gclass(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1231,
      "pattern": "name_call_unresolved",
      "note": "Call to '_GraphInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1245,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1249,
      "pattern": "name_call_unresolved",
      "note": "Call to '_StateInfo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1254,
      "pattern": "name_call_unresolved",
      "note": "Call to '_restore_Ts(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1267,
      "pattern": "name_call_unresolved",
      "note": "Call to '_restore_Ts(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1280,
      "pattern": "name_call_unresolved",
      "note": "Call to '_restore_Ts(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1293,
      "pattern": "name_call_unresolved",
      "note": "Call to '_restore_Ts(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1306,
      "pattern": "name_call_unresolved",
      "note": "Call to '_restore_Ts(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2pp_helpers",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_node_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_edge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .numerical_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .categorical_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_multiedge_match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 170,
      "pattern": "self_method_not_found",
      "note": "self.GM(...) not found in class 'TestMatch_MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 174,
      "pattern": "self_method_not_found",
      "note": "self.GM(...) not found in class 'TestMatch_MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 178,
      "pattern": "self_method_not_found",
      "note": "self.GM(...) not found in class 'TestMatch_MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 182,
      "pattern": "self_method_not_found",
      "note": "self.GM(...) not found in class 'TestMatch_MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.isomorphism.tests.test_vf2userfunc",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .svds(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argmax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argmax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.hits_alg",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .where(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argmax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .absolute(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.pagerank_alg",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PowerIterationFailedConvergence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'hits_alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 50,
      "pattern": "name_call_unresolved",
      "note": "Call to 'hits_alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hits(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hits(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_hits",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hits(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 77,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .google_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 137,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .google_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .google_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 162,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pagerank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .google_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 183,
      "pattern": "name_call_unresolved",
      "note": "Call to 'alg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.link_analysis.tests.test_pagerank",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'relation(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 366,
      "pattern": "name_call_unresolved",
      "note": "Call to 'density(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 400,
      "pattern": "name_call_unresolved",
      "note": "Call to 'chaini(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.contraction",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 130,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 153,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 166,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 178,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 179,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 191,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 192,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 212,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 213,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 226,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 227,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 240,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 241,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 253,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 254,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 265,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 266,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 277,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quotient_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 282,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 283,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 377,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 395,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 473,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 477,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 532,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.minors.tests.test_contraction",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isdisjoint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.all",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .create_empty_copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .create_empty_copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .symmetric_difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.binary",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 347,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 348,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 437,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 476,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 477,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNotImplemented(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNotImplemented(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.product",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.unary",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 203,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_all",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .symmetric_difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .symmetric_difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 243,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 281,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_binary",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .desargues_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tetrahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tensor_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cartesian_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographic_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strong_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .power(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .power(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 379,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .power(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rooted_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .corona_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 444,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modular_product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_product",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bull_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.operators.tests.test_unary",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 239,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.astar",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .any(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .any(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.dense",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 295,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 298,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 301,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 309,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 312,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path_length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.generic",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 223,
      "pattern": "name_call_unresolved",
      "note": "Call to 'length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 426,
      "pattern": "name_call_unresolved",
      "note": "Call to 'join(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.unweighted",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 862,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 863,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 876,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 900,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 901,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 910,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 983,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1108,
      "pattern": "name_call_unresolved",
      "note": "Call to 'length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1052,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1162,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1111,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1273,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1165,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1469,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1513,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1572,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1643,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1699,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1840,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1762,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1908,
      "pattern": "name_call_unresolved",
      "note": "Call to 'length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1856,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1957,
      "pattern": "name_call_unresolved",
      "note": "Call to 'path(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1911,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2042,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2046,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2047,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2049,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2051,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2051,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2052,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2081,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2081,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2086,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2098,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 1960,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2143,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2300,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnbounded(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2214,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2441,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2441,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2309,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2535,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weight(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.weighted",
      "lineno": 2462,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_astar",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 50,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reconstruct_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reconstruct_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reconstruct_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 153,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 171,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 192,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 201,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 211,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 218,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 232,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 241,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 275,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 303,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 316,
      "pattern": "name_call_unresolved",
      "note": "Call to 'floyd_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dict_to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_dense_numpy",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floyd_warshall_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_shortest_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_generic",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 76,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_target_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_target_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_target_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_target_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 95,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 97,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_target_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_unweighted",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astar_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 217,
      "pattern": "name_call_unresolved",
      "note": "Call to 'F(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 228,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 266,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 269,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 312,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 313,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pl(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_pairs_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 480,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 482,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multi_source_dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .binomial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 555,
      "pattern": "name_call_unresolved",
      "note": "Call to 'unif(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .negative_edge_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_negative_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_negative_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_negative_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 757,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 766,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 780,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 805,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 811,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 819,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 823,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_bellman_ford(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_predecessor_and_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 874,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 876,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 877,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 880,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 881,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 884,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 887,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bellman_ford_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dijkstra_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 889,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bidirectional_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 898,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 900,
      "pattern": "attribute_call",
      "note": "Call via attribute access .goldberg_radzik(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 906,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 908,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 911,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 912,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 941,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 957,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 958,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 962,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 963,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 971,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 975,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 975,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 981,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.shortest_paths.tests.test_weighted",
      "lineno": 983,
      "pattern": "attribute_call",
      "note": "Call via attribute access .johnson(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 8,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_at_free(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_at_free(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_at_free(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_at_free(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_at_free(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_asteroidal",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_at_free(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 100,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_boundary",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_bridges",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .binomial_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 93,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 100,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 102,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_broadcasting",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tree_broadcast_time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 56,
      "pattern": "self_method_not_found",
      "note": "self.fail(...) not found in class 'TestChainDecomposition' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain_decomposition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain_decomposition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain_decomposition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain_decomposition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chains",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_bridges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_treewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_treewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_induced_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_induced_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_treewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_treewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_graph_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cgc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bull_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 153,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fgrg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_to_chordal_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_chordal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_chordal",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_clique_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_clique_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_clique_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_max_clique_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cliques_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_max_clique_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_clique",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .enumerate_all_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .square_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 655,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cluster",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_communicability",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tetrahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 62,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 63,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 68,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 69,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_core(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_crust(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_crust(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_crust(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_crust(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_crust(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_shell(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_shell(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_shell(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_shell(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_shell(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_corona(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_corona(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_corona(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .core_number(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_corona(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_truss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .onion_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 235,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 236,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 237,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 239,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 240,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .onion_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .onion_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_core",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .onion_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_covering",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_edge_cover(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .volume(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .volume(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .volume(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .volume(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .volume(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .volume(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_cut_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .conductance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .conductance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .boundary_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cuts",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mixing_expansion(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .matrix_rank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .recursive_simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .recursive_simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 295,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edgeset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 308,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edgeset(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 680,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordless_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordless_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 690,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simple_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 697,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordless_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordless_cycles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 757,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 811,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 821,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 840,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 842,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 871,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 872,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 876,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 880,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 887,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 889,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 890,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 892,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 897,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 898,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 908,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 929,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 930,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 930,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 944,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_cycle_basis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .girth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 950,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 953,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chvatal_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 954,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tutte_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heawood_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 957,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pappus_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 958,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 960,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_cycles",
      "lineno": 962,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_longest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 151,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 156,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographical_topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 227,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 235,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 243,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algorithm(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_topological_sorts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ancestors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 312,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ancestors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 313,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ancestors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 320,
      "pattern": "name_call_unresolved",
      "note": "Call to 'descendants(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 321,
      "pattern": "name_call_unresolved",
      "note": "Call to 'descendants(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 322,
      "pattern": "name_call_unresolved",
      "note": "Call to 'descendants(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 328,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 331,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 335,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 341,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 345,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 349,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 373,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 374,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 377,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 378,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 385,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 386,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 389,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 390,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 397,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 400,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 403,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 406,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 413,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 414,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 415,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 416,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 421,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 422,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 423,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 424,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 429,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 430,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 433,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 434,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transitive_closure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 442,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 442,
      "pattern": "name_call_unresolved",
      "note": "Call to 'transitive_closure(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 445,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 445,
      "pattern": "name_call_unresolved",
      "note": "Call to 'transitive_closure(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 451,
      "pattern": "name_call_unresolved",
      "note": "Call to 'transitive_closure(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 457,
      "pattern": "name_call_unresolved",
      "note": "Call to 'transitive_closure(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 465,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 465,
      "pattern": "name_call_unresolved",
      "note": "Call to 'transitive_reduction(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 469,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 469,
      "pattern": "name_call_unresolved",
      "note": "Call to 'transitive_reduction(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 482,
      "pattern": "name_call_unresolved",
      "note": "Call to 'antichains(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 500,
      "pattern": "name_call_unresolved",
      "note": "Call to 'antichains(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 519,
      "pattern": "name_call_unresolved",
      "note": "Call to 'antichains(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 522,
      "pattern": "name_call_unresolved",
      "note": "Call to 'antichains(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 524,
      "pattern": "name_call_unresolved",
      "note": "Call to 'antichains(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 528,
      "pattern": "name_call_unresolved",
      "note": "Call to 'antichains(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 531,
      "pattern": "name_call_unresolved",
      "note": "Call to 'antichains(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographical_topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographical_topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographical_topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 576,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Test_Node(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lexicographical_topological_sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_generations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_generations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_generations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .topological_generations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 655,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 675,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 698,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .davis_southern_women_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 713,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 725,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 741,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 794,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 807,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dag_to_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 807,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ancestors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 818,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 819,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 820,
      "pattern": "attribute_call",
      "note": "Call via attribute access .v_structures(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access .v_structures(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 823,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 844,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .colliders(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .colliders(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dag",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isinf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .harmonic_diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eccentricity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .periphery(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resistance_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isinf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 545,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_graph_resistance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 697,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 698,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 725,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 748,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 761,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 782,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 811,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kemeny_constant(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_measures",
      "lineno": 840,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_constructor(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tetrahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pappus_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heawood_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_distance_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_parameters(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_parameters(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 75,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_strongly_regular(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_strongly_regular(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_distance_regular",
      "lineno": 85,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_strongly_regular(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .immediate_dominators(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominance",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominance_frontiers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected_dominating_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_dominating",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_minimal_d_separator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 339,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reachable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_d_separation",
      "lineno": 340,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reachable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .global_efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_efficiency",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .local_efficiency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Counter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Counter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_circuit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semieulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semieulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semieulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semieulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semieulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_semieulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 175,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_path_start(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_path_start(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_path_start(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 257,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerian_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eulerize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_eulerian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_euler",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_digraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_pseudographical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_pseudographical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_pseudographical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_pseudographical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_pseudographical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graphical",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gn_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_graph_hash(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gn_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 655,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 657,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 741,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 748,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 766,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 768,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 782,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 800,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 811,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 818,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 819,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 820,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 837,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 855,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 856,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weisfeiler_lehman_subgraph_hashes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_graph_hashing",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flow_hierarchy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flow_hierarchy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flow_hierarchy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flow_hierarchy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flow_hierarchy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hierarchy",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_kl_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_kl_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kl_connected_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_kl_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kl_connected_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_hybrid",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kl_connected_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isolate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isolate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isolate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_isolate",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'predict_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 27,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 31,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 35,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 41,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 47,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 52,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 56,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 61,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestResourceAllocationIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 72,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestJaccardCoefficient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 76,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestJaccardCoefficient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 82,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestJaccardCoefficient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 88,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestJaccardCoefficient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 93,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestJaccardCoefficient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 98,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestJaccardCoefficient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 103,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestJaccardCoefficient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 114,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 118,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 122,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 127,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 128,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 134,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 139,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 143,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 148,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestAdamicAdarIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 161,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 162,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 166,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 170,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 176,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 182,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 188,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 193,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 198,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 203,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 208,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighborCentrality' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 219,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestPreferentialAttachment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 223,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestPreferentialAttachment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 227,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestPreferentialAttachment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 231,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 233,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestPreferentialAttachment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 239,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestPreferentialAttachment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 244,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestPreferentialAttachment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 249,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestPreferentialAttachment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 267,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 274,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 283,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 287,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 290,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 300,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 307,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 314,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 323,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 328,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 337,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 346,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 355,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 364,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCNSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 382,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 389,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 398,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 402,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 405,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 415,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 422,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 429,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 438,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 443,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 452,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 461,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 470,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 479,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestRAIndexSoundarajanHopcroft' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 503,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 510,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 519,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 523,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 526,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 536,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 543,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 550,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 559,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 567,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 572,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 581,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 590,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 596,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 598,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 606,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_link_prediction",
      "lineno": 615,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestWithinInterCluster' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 55,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 74,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 77,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 95,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 98,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 106,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 137,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 153,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 253,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 257,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 262,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 290,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 302,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 307,
      "pattern": "name_call_unresolved",
      "note": "Call to 'all_pairs_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 423,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ap_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 425,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ap_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 427,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ap_lca(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_lowest_common_ancestors",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lowest_common_ancestor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 55,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 94,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 95,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 97,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 106,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 157,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 158,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 162,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 163,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 168,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 210,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 211,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 231,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 232,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 250,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 251,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 270,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 271,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 294,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 314,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 315,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 337,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 338,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 363,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 364,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 385,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 386,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 394,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min_weight_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_matching",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_maximal_matching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_clique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_clique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_clique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_clique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_clique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max_weight_clique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_max_weight_clique",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_independent_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_independent_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .florentine_families_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_independent_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_independent_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximal_independent_set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_mis",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_moral",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 3,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 4,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_node_classification",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_randomness(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_randomness(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_randomness(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_randomness(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_randomness(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_randomness(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_non_randomness",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_perfect_graph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_perfect_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge_ccw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge_cw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 298,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_structure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors_cw_order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_structure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_structure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_structure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_structure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_structure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connect_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traverse_face(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .traverse_face(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .faces(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .faces(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .faces(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .faces(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .faces(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planarity",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_half_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinatorial_embedding_to_pos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connect_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinatorial_embedding_to_pos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinatorial_embedding_to_pos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_planar_drawing",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .equals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tutte_polynomial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tutte_polynomial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tutte_polynomial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .equals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simplify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .equals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chromatic_polynomial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chromatic_polynomial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chromatic_polynomial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .equals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simplify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_polynomials",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reciprocity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .overall_reciprocity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reciprocity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reciprocity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_reciprocity",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reciprocity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_factor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_factor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_factor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_factor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_factor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_factor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 46,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_regular",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_richclub",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rich_club_coefficient(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_random_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_random_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_random_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_random_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 605,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 639,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 653,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 668,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 682,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 690,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 705,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 712,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 713,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 721,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 728,
      "pattern": "name_call_unresolved",
      "note": "Call to 'simrank_similarity(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simrank_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simrank_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simrank_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 768,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._simrank_similarity_python(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 817,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._simrank_similarity_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 818,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 821,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._simrank_similarity_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 837,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._simrank_similarity_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 842,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 844,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 854,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 855,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 856,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 866,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 871,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 880,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 883,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_random_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 877,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 905,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 906,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 908,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 910,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_random_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 940,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 941,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 943,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 944,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 945,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 947,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_random_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 976,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_edit_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 981,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_edit_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 983,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_edit_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 983,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 986,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_edit_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 995,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 998,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 999,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1010,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_edit_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1014,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_edit_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1021,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1022,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1032,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1036,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1037,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1038,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1039,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1040,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1041,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1048,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1052,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1053,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1054,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1056,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1057,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1059,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1065,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1070,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1071,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1073,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1074,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1078,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1079,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1080,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1082,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1083,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1087,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1089,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1090,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1094,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1097,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_similarity",
      "lineno": 1154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .panther_vector_similarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_simple_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 228,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 428,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 442,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_edge_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 470,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 494,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 545,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_simple_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 697,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 698,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 800,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_simple_paths",
      "lineno": 801,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 3,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'random_reference(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'random_reference(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'random_reference(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'random_reference(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'lattice_reference(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'lattice_reference(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sigma(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sigma(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'omega(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'omega(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 55,
      "pattern": "name_call_unresolved",
      "note": "Call to 'omega(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .omega(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .omega(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 76,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_smallworld",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smetric",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_smetric",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .s_metric(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 50,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_sparsifiers",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spanner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 160,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .effective_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 168,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 175,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 182,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 189,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .constraint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_structuralholes",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedensify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedensify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedensify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedensify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedensify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedensify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 227,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .snap_aggregation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .snap_aggregation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .snap_aggregation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_summarization",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .binomial_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_swap",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .double_edge_swap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uncompact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_compact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_compact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uncompact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uncompact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uncompact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uncompact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uncompact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence_to_weights(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weights_to_creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weights_to_creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weights_to_creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_alternating_4_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .right_d_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .left_d_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weights_to_creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence_to_weights(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weights_to_creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence_to_weights(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uncompact(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence_to_weights(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence_to_weights(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence_to_weights(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence_to_weights(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_alternating_4_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find_creation_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangle_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cluster_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_centrality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .betweenness_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvalues(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_correlation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_correlation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_correlation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_correlation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvalues(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvalues(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .left_d_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .right_d_threshold_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigenvectors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_threshold",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_time_dependent",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cd_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 31,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 59,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 88,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 93,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 106,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 128,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_tournament",
      "lineno": 160,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_triad(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_triads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triad_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triads_by_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triads_by_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .binomial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triads_by_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triadic_census(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_triads",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_vitality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_vitality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_vitality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_vitality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_vitality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_vitality",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .closeness_vitality(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 37,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_voronoi",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .voronoi_cells(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_walks(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_walks(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_walks(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_walks(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_walks(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_walks(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_walks",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_walk(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .schultz_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gutman_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .schultz_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gutman_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .schultz_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gutman_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .schultz_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gutman_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .schultz_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gutman_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hyper_wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hyper_wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hyper_wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hyper_wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tests.test_wiener",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hyper_wiener_index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.beamsearch",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.beamsearch",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 93,
      "pattern": "name_call_unresolved",
      "note": "Call to 'neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 191,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sort_neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 191,
      "pattern": "name_call_unresolved",
      "note": "Call to 'successors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 545,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pop(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 549,
      "pattern": "name_call_unresolved",
      "note": "Call to 'push(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 560,
      "pattern": "name_call_unresolved",
      "note": "Call to 'visit(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.breadth_first_search",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sort_neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 98,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_children(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_children(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 499,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sort_neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 508,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_children(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.depth_first_search",
      "lineno": 519,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_children(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgebfs",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.edgedfs",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_beamsearch",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_beamsearch",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_beam_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_beamsearch",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_beamsearch",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_beam_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_beamsearch",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deprecated_call(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants_at_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants_at_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deprecated_call(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deprecated_call(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants_at_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_bfs",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .descendants_at_distance(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_preorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_preorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_preorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_preorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_preorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_postorder_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_dfs",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_labeled_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgebfs",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_bfs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 31,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 37,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 67,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 74,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 98,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 110,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.traversal.tests.test_edgedfs",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_dfs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 62,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionFind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionFind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference_update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 804,
      "pattern": "attribute_call",
      "note": "Call via attribute access .format(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .format(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 847,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 889,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 907,
      "pattern": "self_method_not_found",
      "note": "self.method(...) not found in class 'ArborescenceIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 914,
      "pattern": "attribute_call",
      "note": "Call via attribute access .put(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 915,
      "pattern": "self_method_not_found",
      "note": "self.Partition(...) not found in class 'ArborescenceIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 941,
      "pattern": "self_method_not_found",
      "note": "self.method(...) not found in class 'ArborescenceIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 966,
      "pattern": "self_method_not_found",
      "note": "self.Partition(...) not found in class 'ArborescenceIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 966,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 967,
      "pattern": "self_method_not_found",
      "note": "self.Partition(...) not found in class 'ArborescenceIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 977,
      "pattern": "self_method_not_found",
      "note": "self.method(...) not found in class 'ArborescenceIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 984,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 986,
      "pattern": "attribute_call",
      "note": "Call via attribute access .put(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 986,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__copy__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 990,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1005,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1010,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1015,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1018,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1022,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1031,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.branchings",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NotATree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NodeNotFound(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NotATree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 216,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.coding",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 68,
      "pattern": "name_call_unresolved",
      "note": "Call to 'complete_to_chordal_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'chordal_graph_cliques(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isdisjoint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.decomposition",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NotATree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NotATree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dfs_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NotATree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.distance_measures",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'UnionFind(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_boundary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 189,
      "pattern": "name_call_unresolved",
      "note": "Call to 'UnionFind(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 466,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 376,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 560,
      "pattern": "name_call_unresolved",
      "note": "Call to 'algo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 471,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 748,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 847,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 868,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 905,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 906,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__next__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 906,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__iter__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 906,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 920,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 965,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 972,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 975,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 976,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 752,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1045,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1068,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1093,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .put(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1097,
      "pattern": "self_method_not_found",
      "note": "self.Partition(...) not found in class 'SpanningTreeIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1099,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1127,
      "pattern": "self_method_not_found",
      "note": "self.Partition(...) not found in class 'SpanningTreeIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1128,
      "pattern": "self_method_not_found",
      "note": "self.Partition(...) not found in class 'SpanningTreeIterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .put(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__copy__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .det(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .det(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.mst",
      "lineno": 1185,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 93,
      "pattern": "name_call_unresolved",
      "note": "Call to 'relabel(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.operations",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.recognition",
      "lineno": 273,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_connected(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonzero(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimal_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .branching_weight(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .greedy_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_branchings",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 50,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 52,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 67,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_nested_tuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_nested_tuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_nested_tuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_nested_tuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_nested_tuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_nested_tuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_coding",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_decomposition",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .center(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_distance_measures",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .centroid(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 88,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 99,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 172,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 182,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 187,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 188,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 193,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 204,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 215,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 216,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 218,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 219,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 245,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 267,
      "pattern": "name_call_unresolved",
      "note": "Call to 'min_edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 268,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'max_edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 279,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 303,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 309,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 317,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 323,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 342,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 358,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 371,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 378,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SpanningTreeIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 460,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SpanningTreeIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 470,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SpanningTreeIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SpanningTreeIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SpanningTreeIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SpanningTreeIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chisquare(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 691,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 697,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SpanningTreeIterator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chisquare(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 805,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 807,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_spanning_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 826,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 830,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 830,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 834,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 840,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 855,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 855,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 866,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 868,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 874,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 879,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 879,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 882,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 883,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 883,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 887,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 891,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 892,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 893,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 896,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 897,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 898,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 899,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 899,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 902,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 908,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 912,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 913,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 914,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 920,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 926,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 940,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 941,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_spanning_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_mst",
      "lineno": 942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_operations",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 48,
      "pattern": "self_method_not_found",
      "note": "self.graph(...) not found in class 'TestTreeRecognition' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 52,
      "pattern": "self_method_not_found",
      "note": "self.multigraph(...) not found in class 'TestTreeRecognition' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 56,
      "pattern": "self_method_not_found",
      "note": "self.graph(...) not found in class 'TestTreeRecognition' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 60,
      "pattern": "self_method_not_found",
      "note": "self.multigraph(...) not found in class 'TestTreeRecognition' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed_acyclic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_branching(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.algorithms.tree.tests.test_recognition",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_arborescence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 291,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterAtlas' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 300,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterAtlas' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 303,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterAtlas' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 340,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 349,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 352,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 355,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 355,
      "pattern": "self_method_not_found",
      "note": "self.EDGE_OK(...) not found in class 'FilterAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 389,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterMultiInner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 393,
      "pattern": "self_method_not_found",
      "note": "self.EDGE_OK(...) not found in class 'FilterMultiInner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 402,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterMultiInner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 403,
      "pattern": "self_method_not_found",
      "note": "self.EDGE_OK(...) not found in class 'FilterMultiInner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 407,
      "pattern": "self_method_not_found",
      "note": "self.EDGE_OK(...) not found in class 'FilterMultiInner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 429,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterMultiAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 432,
      "pattern": "self_method_not_found",
      "note": "self.NODE_OK(...) not found in class 'FilterMultiAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.coreviews",
      "lineno": 432,
      "pattern": "self_method_not_found",
      "note": "self.EDGE_OK(...) not found in class 'FilterMultiAdjacency' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__new__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 376,
      "pattern": "self_method_not_found",
      "note": "self.graph_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 377,
      "pattern": "self_method_not_found",
      "note": "self.node_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 381,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_outer_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 382,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_outer_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 491,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 492,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 493,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 572,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 573,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 574,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 731,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 732,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 733,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 737,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 738,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 739,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 741,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 741,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 810,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 814,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 815,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 816,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 820,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 821,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 822,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 823,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 823,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 824,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 862,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 895,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 966,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1235,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1254,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1325,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1357,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'DiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.digraph",
      "lineno": 1362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 330,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 363,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_multidiedges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_multiedges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_diedges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_multidiedges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_multiedges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_diedges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 756,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 902,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 920,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 929,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 969,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 972,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1004,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1004,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1004,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1062,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1065,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1085,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1085,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1149,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1203,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNoPath(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1563,
      "pattern": "name_call_unresolved",
      "note": "Call to 'describe_hook(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_weakly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.function",
      "lineno": 1603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__new__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 381,
      "pattern": "self_method_not_found",
      "note": "self.graph_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 382,
      "pattern": "self_method_not_found",
      "note": "self.node_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 383,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_outer_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 576,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 577,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 656,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 657,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 971,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 972,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 976,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 977,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 979,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 983,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1048,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1052,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1053,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1057,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1058,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1059,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1059,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1060,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1061,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1064,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1149,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1184,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1565,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1581,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1670,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'Graph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1726,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1783,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1868,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 1915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 2067,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 2072,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graph",
      "lineno": 2075,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 219,
      "pattern": "name_call_unresolved",
      "note": "Call to 'filter_edge(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 225,
      "pattern": "name_call_unresolved",
      "note": "Call to 'filter_edge(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 228,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Adj(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Adj(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 232,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Adj(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.graphviews",
      "lineno": 236,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__new__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 498,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 499,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 500,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 504,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 505,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 506,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 511,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 516,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 518,
      "pattern": "self_method_not_found",
      "note": "self.edge_key_dict_factory(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popitem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 934,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 940,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 941,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 949,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 950,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 968,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'MultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 969,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 971,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multidigraph",
      "lineno": 976,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__new__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 513,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 514,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 518,
      "pattern": "self_method_not_found",
      "note": "self.adjlist_inner_dict_factory(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 519,
      "pattern": "self_method_not_found",
      "note": "self.node_attr_dict_factory(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 524,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 529,
      "pattern": "self_method_not_found",
      "note": "self.edge_attr_dict_factory(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 531,
      "pattern": "self_method_not_found",
      "note": "self.edge_key_dict_factory(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 620,
      "pattern": "name_call_unresolved",
      "note": "Call to 'NetworkXError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 697,
      "pattern": "name_call_unresolved",
      "note": "Call to 'NetworkXError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popitem(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 706,
      "pattern": "name_call_unresolved",
      "note": "Call to 'NetworkXError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1113,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'MultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1227,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.multigraph",
      "lineno": 1234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 540,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'DiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 545,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'DiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 548,
      "pattern": "self_method_not_found",
      "note": "self.__class__(...) not found in class 'DiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 748,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 754,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 809,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 810,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 840,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 901,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'OutEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 905,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'OutEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 906,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'OutEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 918,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'OutEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 963,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'EdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 966,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'EdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 978,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'EdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 988,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'InEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 989,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'InEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 990,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1001,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'InEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1060,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'OutMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1061,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'OutMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1062,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1080,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'OutMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1081,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'OutMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1081,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1091,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'MultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1092,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1094,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1095,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'MultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1116,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'MultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1117,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'MultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1127,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'InMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1128,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'InMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1144,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'InMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1145,
      "pattern": "self_method_not_found",
      "note": "self._report(...) not found in class 'InMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1175,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'OutEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1178,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'OutEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_note(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1207,
      "pattern": "self_method_not_found",
      "note": "self.dataview(...) not found in class 'OutEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1287,
      "pattern": "self_method_not_found",
      "note": "self.dataview(...) not found in class 'OutEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1373,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'EdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1378,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'EdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1411,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'InEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_note(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1445,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'OutMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1449,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'OutMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_note(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1484,
      "pattern": "self_method_not_found",
      "note": "self.dataview(...) not found in class 'OutMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1489,
      "pattern": "self_method_not_found",
      "note": "self.dataview(...) not found in class 'OutMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1504,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'MultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1531,
      "pattern": "self_method_not_found",
      "note": "self._nodes_nbrs(...) not found in class 'InMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.reportviews",
      "lineno": 1560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_note(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 40,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackPlanarEmbedding(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackMultiDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackMultiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 46,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__new__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 88,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 97,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 99,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackMultiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackMultiDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.dispatch_interface",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cnlti(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 25,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 27,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 33,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 44,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 49,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 71,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 79,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 88,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 96,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 103,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 111,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 133,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 154,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 178,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 189,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 207,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 219,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 225,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 251,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 263,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 265,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 267,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 269,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 272,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 274,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 275,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 284,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 294,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 316,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 325,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 332,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 335,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 336,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 339,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 363,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 391,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 401,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 405,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 472,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'HistoricalTests' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.historical_tests",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AtlasView(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AdjacencyView(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiAdjacencyView(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionAtlas(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionAdjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionMultiInner(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionMultiAdjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 325,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SubGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 338,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SubGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 353,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SubGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 354,
      "pattern": "name_call_unresolved",
      "note": "Call to 'SubGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_coreviews",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_successor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_successor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 102,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseDiGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 128,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 211,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 220,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 230,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 237,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 242,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 251,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 17,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'TestDiGraphHistorical' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 33,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'TestDiGraphHistorical' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 55,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'TestDiGraphHistorical' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 66,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'TestDiGraphHistorical' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 78,
      "pattern": "self_method_not_found",
      "note": "self.G(...) not found in class 'TestDiGraphHistorical' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_digraph_historical",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nf(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nf(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 11,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nf(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 31,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 37,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 40,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 52,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 55,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 56,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 67,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 68,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 69,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 85,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 88,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 97,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 98,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 99,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 100,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 102,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 104,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 106,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 119,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 127,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 128,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 140,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 149,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 160,
      "pattern": "name_call_unresolved",
      "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 161,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 162,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 163,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 166,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 168,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 169,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 170,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_filters",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._create_describe_info_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 52,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_star(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 108,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 130,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 136,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 137,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 149,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 155,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 160,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 161,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 193,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 198,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 199,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .create_empty_copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 233,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .create_empty_copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .density(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_frozen(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_frozen(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .freeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .non_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_negatively_weighted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .func(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 450,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighbors' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 454,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighbors' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 458,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighbors' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 464,
      "pattern": "self_method_not_found",
      "note": "self.func(...) not found in class 'TestCommonNeighbors' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 476,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighbors' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 481,
      "pattern": "self_method_not_found",
      "note": "self.test(...) not found in class 'TestCommonNeighbors' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 655,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 690,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 748,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 766,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 801,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 809,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 810,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 820,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 823,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 842,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 847,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 868,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 871,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 887,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 889,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 896,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 902,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 912,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 934,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes_with_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 935,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 936,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 944,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 945,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 947,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 950,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 950,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 940,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 954,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 957,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 958,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 965,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 966,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 966,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 969,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 962,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 981,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 981,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 984,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 985,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 986,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 989,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 990,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 991,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 995,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 973,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1010,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1011,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_weight(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1012,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_weight(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1013,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1026,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1031,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1032,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1035,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1040,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1045,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1046,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1038,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1038,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_function",
      "lineno": 1038,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 47,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 79,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_objects(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collect(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collect(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collect(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 108,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .collect(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .skipif(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .python_implementation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 119,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 140,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 165,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nbunch_iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 171,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 182,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes_with_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 183,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 218,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 224,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 226,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 240,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 242,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 246,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 251,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 256,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 265,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 276,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 287,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 404,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 413,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 414,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 416,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 417,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 418,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 426,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 427,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 432,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 434,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 437,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 442,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 443,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 446,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 448,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 451,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 454,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 456,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 466,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 471,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 473,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 477,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 482,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 486,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 498,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 534,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseAttrGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected_class(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed_class(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 550,
      "pattern": "name_call_unresolved",
      "note": "Call to 'newDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 550,
      "pattern": "name_call_unresolved",
      "note": "Call to 'newGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 583,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 586,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 601,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 616,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 638,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 657,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 672,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 697,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 700,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 703,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 706,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 711,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 718,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 728,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 757,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 769,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 770,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 771,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 780,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 817,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 821,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 823,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 824,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 828,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 830,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 833,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 834,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 835,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 837,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 840,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 846,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 847,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 874,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 893,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 894,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 914,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 941,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 944,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 947,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graph",
      "lineno": 950,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .my_method(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generic_graph_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 151,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 207,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 208,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 239,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 244,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 246,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .restricted_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 251,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 341,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 344,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .my_method(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_graphviews",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .my_method(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 163,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_successor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_successor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_predecessor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 224,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseMultiDiGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reverse(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 261,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 278,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 283,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 292,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 308,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 439,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiDiGraphSubclass' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_outer_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multidigraph",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 121,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseMultiGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 128,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseMultiGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 135,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 144,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'BaseMultiGraphTester' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 155,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 159,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 190,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 198,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 213,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 215,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 217,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 221,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 222,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_dict_of_dicts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 225,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_dict_of_dicts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 253,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 267,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 300,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 303,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 306,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 311,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 315,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 321,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 332,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 510,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestMultiGraphSubclass' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_outer_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjlist_inner_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_multigraph",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .node_attr_dict_factory(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 64,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 277,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 286,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 291,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 302,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 303,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 304,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 334,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 335,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 344,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 345,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 355,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 356,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 372,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 373,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 375,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 376,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 396,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 406,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 407,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 409,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 410,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 423,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 424,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 442,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 452,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 453,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 474,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 484,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 485,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 506,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 516,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 517,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 535,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 545,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInMultiEdgeDataView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 546,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 567,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 576,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 581,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 603,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 604,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 605,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 606,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 607,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 610,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 617,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 626,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 627,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 643,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 644,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 655,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 666,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 677,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 687,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 700,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 714,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 722,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 723,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 741,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 749,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 750,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 765,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 774,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 795,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 803,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 804,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 805,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 806,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 807,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 808,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 811,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 819,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 829,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 830,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 834,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 840,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 856,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 868,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 874,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 876,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 877,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 878,
      "pattern": "name_call_unresolved",
      "note": "Call to 'evr(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 892,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 901,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 910,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 912,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 924,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 926,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 934,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 935,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 949,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 949,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 950,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 959,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 967,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestOutMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 968,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 983,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 989,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 992,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1000,
      "pattern": "self_method_not_found",
      "note": "self.eview(...) not found in class 'TestInMultiEdgeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1001,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .GRAPH(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1021,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1031,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1038,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1043,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1052,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1062,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1063,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1065,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1069,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1074,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1081,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1082,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1084,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1086,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1088,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1095,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1114,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1126,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1127,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1133,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1138,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1145,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1164,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1176,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1179,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1183,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1188,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1195,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1198,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1200,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1202,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1214,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1226,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1227,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1233,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1238,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1245,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1246,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1248,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1250,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1252,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1274,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1286,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1287,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1289,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1293,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1298,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1305,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestOutMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1306,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1308,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1310,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1312,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1324,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1336,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1337,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1339,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1343,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1348,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1355,
      "pattern": "self_method_not_found",
      "note": "self.dview(...) not found in class 'TestInMultiDegreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1356,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1358,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1360,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1362,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dv(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1386,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reportview(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1398,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_reportviews",
      "lineno": 1421,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MyGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setup_method(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 73,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestThinGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setup_method(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 102,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestThinDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 112,
      "pattern": "self_method_not_found",
      "note": "self.Graph(...) not found in class 'TestThinDiGraph' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setup_method(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_special",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setup_method(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 22,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gview(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 39,
      "pattern": "self_method_not_found",
      "note": "self.hide_edges_filter(...) not found in class 'TestSubGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gview(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gview(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 76,
      "pattern": "self_method_not_found",
      "note": "self.show_edges_filter(...) not found in class 'TestSubGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 77,
      "pattern": "self_method_not_found",
      "note": "self.gview(...) not found in class 'TestSubGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 105,
      "pattern": "self_method_not_found",
      "note": "self.hide_edges_filter(...) not found in class 'TestSubDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 108,
      "pattern": "self_method_not_found",
      "note": "self.gview(...) not found in class 'TestSubDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 114,
      "pattern": "self_method_not_found",
      "note": "self.hide_edges_filter(...) not found in class 'TestSubDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 117,
      "pattern": "self_method_not_found",
      "note": "self.gview(...) not found in class 'TestSubDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 123,
      "pattern": "self_method_not_found",
      "note": "self.hide_edges_filter(...) not found in class 'TestSubDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 126,
      "pattern": "self_method_not_found",
      "note": "self.gview(...) not found in class 'TestSubDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 150,
      "pattern": "self_method_not_found",
      "note": "self.hide_edges_filter(...) not found in class 'TestMultiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 151,
      "pattern": "self_method_not_found",
      "note": "self.gview(...) not found in class 'TestMultiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 171,
      "pattern": "self_method_not_found",
      "note": "self.show_edges_filter(...) not found in class 'TestMultiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 172,
      "pattern": "self_method_not_found",
      "note": "self.gview(...) not found in class 'TestMultiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 200,
      "pattern": "self_method_not_found",
      "note": "self.hide_edges_filter(...) not found in class 'TestMultiDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hide_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 203,
      "pattern": "self_method_not_found",
      "note": "self.gview(...) not found in class 'TestMultiDiGraphView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .induced_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 295,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 368,
      "pattern": "name_call_unresolved",
      "note": "Call to 'multigraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.classes.tests.test_subgraphviews",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 63,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linspace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linspace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linspace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linspace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .concatenate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 451,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 680,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 713,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 661,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 748,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .coo_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getrowview(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 811,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 725,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csr_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 842,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bincount(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 847,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 854,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 855,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maximum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 856,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 862,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 866,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .at(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 877,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 877,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 953,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 954,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .linspace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 971,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 993,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 995,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1009,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1012,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1013,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1013,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag_indices(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1018,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1028,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1098,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transpose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .identity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argsort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .real(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argsort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .real(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .check_planarity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinatorial_embedding_to_pos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .vstack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transpose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .column_stack(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .concatenate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nansum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1471,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1710,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1713,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1810,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1817,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1820,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .einsum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1838,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mean(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .errstate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1844,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nan_to_num(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1853,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1866,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1868,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .minimum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1871,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1872,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1876,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1881,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1606,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1607,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mean(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 1964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 2024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 2026,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 2027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.layout",
      "lineno": 2038,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .show(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_agraph",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open_file(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .format(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .format(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .format(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_latex",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open_file(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_string(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_from_dot_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 55,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_strict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_strict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_type(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_name(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_list(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_name(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_list(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_source(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_destination(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_defaults(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_defaults(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_defaults(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_defaults(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .create_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_from_dot_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .quote_id_if_necessary(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_pos(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pydot",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ScalarMappable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_clim(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_artist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._convert_xy_units(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._convert_xy_units(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_connectionstyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_connectionstyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arctan2(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 251,
      "pattern": "self_method_not_found",
      "note": "self.set_position(...) not found in class 'CurvedArrowTextBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 252,
      "pattern": "self_method_not_found",
      "note": "self.set_rotation(...) not found in class 'CurvedArrowTextBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tick_params(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 770,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 780,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 800,
      "pattern": "attribute_call",
      "note": "Call via attribute access .FancyArrowPatch(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 840,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 844,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 845,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pos(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 877,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 887,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edge_subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 969,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 973,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 975,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 982,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LineCollection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_collection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1010,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_patch(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1013,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1022,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1051,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_connectionstyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1052,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1053,
      "pattern": "name_call_unresolved",
      "note": "Call to 'connectionstyle_obj(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1054,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1054,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1056,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1078,
      "pattern": "name_call_unresolved",
      "note": "Call to 'CurvedArrowText(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gcf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_facecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_axes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_if_interactive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_if_interactive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PathCollection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .unique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .scatter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tick_params(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_zorder(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ConnectionStyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1648,
      "pattern": "self_method_not_found",
      "note": "self.ConnectionStyleFactory(...) not found in class 'FancyArrowFactory' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .self_loop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .curved(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .FancyArrowPatch(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1963,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1963,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1971,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1975,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1989,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1991,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1993,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 1997,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2001,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2007,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2010,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .defaultdict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2032,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2037,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2039,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_cmap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2049,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Normalize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2050,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_cmap(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2050,
      "pattern": "name_call_unresolved",
      "note": "Call to 'color_normal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2053,
      "pattern": "attribute_call",
      "note": "Call via attribute access .amin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2053,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2054,
      "pattern": "attribute_call",
      "note": "Call via attribute access .amax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2054,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .amin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2056,
      "pattern": "attribute_call",
      "note": "Call via attribute access .amax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2056,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2086,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LineCollection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2094,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_cmap(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2095,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_clim(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_zorder(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2097,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_label(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2098,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_collection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .selfloop_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .index(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fancy_arrow_factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_patch(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fancy_arrow_factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_patch(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update_datalim(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .autoscale_view(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tick_params(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tick_params(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iterable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gca(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .defaultdict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .amin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .amax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .iter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2498,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fancy_arrow_factory(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_connectionstyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2502,
      "pattern": "name_call_unresolved",
      "note": "Call to 'connectionstyle_obj(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transform_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverted(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2527,
      "pattern": "name_call_unresolved",
      "note": "Call to 'CurvedArrowText(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tick_params(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2807,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2852,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2896,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2966,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ScalarMappable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_clim(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2976,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.nx_pylab",
      "lineno": 2986,
      "pattern": "attribute_call",
      "note": "Call via attribute access .resize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 22,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_class(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .view_pygraphviz(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 180,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 188,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pygraphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pygraphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pygraphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pygraphviz_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .AGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_agraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_agraph",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .use(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .house_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .accumulate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .apply_matplotlib_colors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .house_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margins(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_image_comparison_pylab_mpl",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axis(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_latex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_latex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_latex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 234,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 239,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 242,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 246,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 257,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 262,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 264,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 268,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 272,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 275,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'to_latex(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_latex",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_latex(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arf_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arf_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .min(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 116,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 119,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .PlanarEmbedding(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 140,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 142,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'sc(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._fruchterman_reingold(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._fruchterman_reingold(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._sparse_fruchterman_reingold(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._sparse_fruchterman_reingold(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._sparse_spectral(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._sparse_fruchterman_reingold(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .any(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .any(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .any(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arf_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 211,
      "pattern": "name_call_unresolved",
      "note": "Call to 'layout_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arf_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planar_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fruchterman_reingold_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shell_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kamada_kawai_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arf_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 357,
      "pattern": "name_call_unresolved",
      "note": "Call to 'costfn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 366,
      "pattern": "name_call_unresolved",
      "note": "Call to 'costfn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ravel(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 383,
      "pattern": "name_call_unresolved",
      "note": "Call to 'costfn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 386,
      "pattern": "name_call_unresolved",
      "note": "Call to 'costfn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spiral_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diff(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rescale_layout_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rescale_layout_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rescale_layout_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rescale_layout_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arf_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arf_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .forceatlas2_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .groups(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 545,
      "pattern": "attribute_call",
      "note": "Call via attribute access .multipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .unique(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bfs_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bipartite_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 604,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 632,
      "pattern": "name_call_unresolved",
      "note": "Call to 'layout(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 655,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_layout",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pydot_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_raw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graph_from_dot_file(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_name(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_list(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_name(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_list(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_source(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_destination(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_list(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_source(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_destination(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_list(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_dot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pydot_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pydot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pydot",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pydot_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .use(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_fc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_offsets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_fc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_colors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_fc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_colors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_offsets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .apply_matplotlib_colors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ScalarMappable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_clim(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_facecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_colors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .apply_matplotlib_colors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ScalarMappable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_clim(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_rgba(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linewidths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linestyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linestyles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_connectionstyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_mutation_scale(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .corners(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .corners(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_ticklabels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .axes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .delaxes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .display(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subplots(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .delaxes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 561,
      "pattern": "name_call_unresolved",
      "note": "Call to 'function(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .savefig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_shell(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .savefig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_bipartite(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .savefig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spring(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 590,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .savefig(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_spring(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 689,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 693,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 735,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 737,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .squeeze(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 749,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 750,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 751,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 763,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_paths(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 800,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 816,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 818,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 819,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 820,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linewidth(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 826,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 827,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 830,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linestyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linestyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 888,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 891,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 893,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 894,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_linestyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 901,
      "pattern": "attribute_call",
      "note": "Call via attribute access .frucht_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 902,
      "pattern": "attribute_call",
      "note": "Call via attribute access .frucht_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 904,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 906,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 913,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 930,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 940,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 986,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 991,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 999,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1001,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1006,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1011,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1012,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1013,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1014,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1021,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_layout(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1026,
      "pattern": "attribute_call",
      "note": "Call via attribute access .figure(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1028,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1029,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1035,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1038,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1039,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1044,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1045,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1047,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1053,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1058,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1059,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1062,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1065,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1066,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1071,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1071,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1072,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1076,
      "pattern": "attribute_call",
      "note": "Call via attribute access .karate_club_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1078,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1079,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1080,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1082,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_children(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1084,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1085,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_mutation_scale(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1091,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_arrowstyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1095,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1096,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_mutation_scale(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_arrowstyle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_offsets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .corners(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .corners(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .corners(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .corners(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_extents(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .apply_alpha(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1358,
      "pattern": "name_call_unresolved",
      "note": "Call to 'drawing_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1369,
      "pattern": "name_call_unresolved",
      "note": "Call to 'drawing_func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contains_point(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .same_color(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_edgecolor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warns(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1518,
      "pattern": "name_call_unresolved",
      "note": "Call to 'draw_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1537,
      "pattern": "name_call_unresolved",
      "note": "Call to 'method(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_ticklabels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1555,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .draw_networkx_edge_labels(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.drawing.tests.test_pylab",
      "lineno": 1568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .files(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .open(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readline(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readline(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readline(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readline(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.atlas",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 149,
      "pattern": "name_call_unresolved",
      "note": "Call to 'comb(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 261,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 315,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 504,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 477,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 668,
      "pattern": "name_call_unresolved",
      "note": "Call to 'default(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 670,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_using(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 675,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 585,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 698,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 700,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 701,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 764,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 764,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 707,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 808,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 787,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 872,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 813,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 876,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 877,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 940,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 984,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 953,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1021,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1023,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 991,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 992,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1088,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1095,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1095,
      "pattern": "attribute_call",
      "note": "Call via attribute access .accumulate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.classic",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.cographs",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 124,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 176,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 255,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gauss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations_with_replacement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 657,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 497,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zipf_rv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zipf_rv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 698,
      "pattern": "name_call_unresolved",
      "note": "Call to 'length(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 700,
      "pattern": "name_call_unresolved",
      "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ExceededMaxIterations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 740,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ExceededMaxIterations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 799,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ExceededMaxIterations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1002,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1004,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1055,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1056,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1059,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1060,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1061,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1062,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 1065,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 806,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.community",
      "lineno": 807,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'chaini(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNotImplemented(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 228,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .floor(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 331,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_list_of_ints(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .make_list_of_ints(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappush(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappush(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heappush(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_valid_tree_degree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 690,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 711,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_graphical(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 782,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 797,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 811,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 815,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 821,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 846,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 847,
      "pattern": "name_call_unresolved",
      "note": "Call to 'random_weighted_sample(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 848,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 866,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 874,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 879,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXUnfeasible(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 881,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 881,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 882,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 884,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.degree_seq",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 89,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 190,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 341,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .item(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 518,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 562,
      "pattern": "name_call_unresolved",
      "note": "Call to 'weighted_choice(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.directed",
      "lineno": 549,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all_neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.duplication",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_dijkstra(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .single_source_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.ego",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .permutation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .np_random_state(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .not_implemented_for(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .np_random_state(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.expanders",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cKDTree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .query_pairs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 208,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expovariate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 493,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 332,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 614,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 617,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 499,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 685,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXException(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 696,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 632,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 817,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expovariate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 826,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 705,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 706,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 976,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 988,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 998,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1000,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1005,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1007,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1012,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fabs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fabs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1017,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1018,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pow(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1022,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1026,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 1035,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 840,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.geometric",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.harary_graph",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 75,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 350,
      "pattern": "name_call_unresolved",
      "note": "Call to 'peer_link_method(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 401,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.internet_as_graphs",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 51,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .projected_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.intersection",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.interval_graph",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.interval_graph",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.interval_graph",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.interval_graph",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_integer(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_integer(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_integer(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .successors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .predecessors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 582,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .discard(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 471,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.joint_degree_seq",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_or_number(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 301,
      "pattern": "name_call_unresolved",
      "note": "Call to 'set_node_attributes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .contracted_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 403,
      "pattern": "name_call_unresolved",
      "note": "Call to 'set_node_attributes(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.lattice",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'get_edges(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 274,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 438,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.line",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.mycielski",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.nonisomorphic_trees",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.nonisomorphic_trees",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.nonisomorphic_trees",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.nonisomorphic_trees",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.nonisomorphic_trees",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_clustered",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 180,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edgetool(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 191,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 256,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 313,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 388,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 468,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 524,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 655,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 725,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 659,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 812,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 817,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 822,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 830,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 735,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 897,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 900,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 948,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 952,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 965,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 969,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 975,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 983,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 986,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 989,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 840,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1059,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1062,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1071,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1072,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1073,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1076,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1079,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1080,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1083,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1084,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1085,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1089,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1090,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1091,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1094,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1006,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1007,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1099,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1100,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1155,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1217,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1218,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .powerlaw_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .powerlaw_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_valid_tree_degree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1258,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1259,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1383,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernel_integral(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .brentq(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .log(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1392,
      "pattern": "name_call_unresolved",
      "note": "Call to 'kernel_integral(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ceil(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1312,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1400,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.random_graphs",
      "lineno": 1401,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 826,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 830,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 834,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 866,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 868,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 841,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 874,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 908,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 991,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 966,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 1023,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict_of_lists(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.small",
      "lineno": 997,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 464,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 545,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.social",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argsort(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rvs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .transpose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.spectral_graph_forge",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MultiDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._clear_cache(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.stochastic",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.sudoku",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.sudoku",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.sudoku",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.sudoku",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.sudoku",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.sudoku",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.time_series",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.time_series",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.time_series",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.time_series",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.time_series",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_prufer_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 324,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 378,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .difference(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 415,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 700,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 653,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 741,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 833,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 838,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 839,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 969,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 1004,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 1011,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 1060,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXPointlessConcept(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 1015,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.trees",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.triads",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.triads",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.triads",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.triads",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 16,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_atlas(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_atlas(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 23,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_atlas(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_atlas_g(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 50,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_atlas",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .full_rary_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 137,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .binomial_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 156,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 159,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 168,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 190,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 200,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 205,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 214,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 216,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 239,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 241,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangles(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_planar(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_planar(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 350,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 388,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int32(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 426,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 449,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 459,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int32(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 527,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tadpole_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int32(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 540,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .turan_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .turan_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 572,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int32(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 594,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 595,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 596,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 602,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 603,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 612,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 613,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations_with_replacement(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .combinations(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kneser_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kneser_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kneser_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_classic",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .kneser_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_cographs",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_cograph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_cographs",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_cographs",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_cographs",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_cographs",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_cographs",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planted_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planted_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planted_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planted_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planted_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .planted_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relaxed_caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relaxed_caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relaxed_caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relaxed_caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .caveman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gaussian_random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gaussian_random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gaussian_random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gaussian_random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gaussian_random_partition_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ring_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ring_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ring_of_cliques(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .windmill_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .windmill_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .windmill_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_block_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_block_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_block_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_block_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_block_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_block_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_block_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_partition(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LFR_benchmark_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._hurwitz_zeta(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_community",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._generate_min_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expected_degree_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expected_degree_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expected_degree_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expected_degree_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expected_degree_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .configuration_model(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_sequence_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_sequence_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 182,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_sequence_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_degree_sequence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_degree_sequence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fast_gnp_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_degree_seq",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_degree_sequence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MultiDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MultiDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 51,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MultiDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MultiDiGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .param(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .skipif(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fixture(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_selfloops(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_directed",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .duplication_divergence_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial_duplication_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial_duplication_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial_duplication_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial_duplication_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial_duplication_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_duplication",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .partial_duplication_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 22,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 37,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_ego",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margulis_gabber_galil_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margulis_gabber_galil_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvalsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .paley_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maybe_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maybe_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maybe_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deprecated_call(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maybe_regular_expander(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular_expander(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular_expander(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margulis_gabber_galil_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chordal_cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .paley_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maybe_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maybe_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .maybe_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_regular_expander(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_expanders",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_expander_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .soft_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 157,
      "pattern": "name_call_unresolved",
      "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geographical_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geographical_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geographical_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geographical_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geographical_threshold_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 207,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gtg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .waxman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .waxman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .waxman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .waxman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .waxman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .waxman_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .navigable_small_world_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .thresholded_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .thresholded_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .thresholded_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .thresholded_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .thresholded_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .thresholded_random_geometric_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 346,
      "pattern": "name_call_unresolved",
      "note": "Call to 'trgg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fabs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fabs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 416,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .average_clustering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .geometric_soft_configuration_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_geometric",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fabs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circulant_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_harary_graph",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_customers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_providers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_customers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'neighbors(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_providers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_connected(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_internet_as_graphs",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arbitrary_element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_intersection",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform_random_intersection_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_intersection",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_random_intersection_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_intersection",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .k_random_intersection_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_intersection",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .general_random_intersection_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_intersection",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 47,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 76,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .interval_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_interval_graph",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .time(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 69,
      "pattern": "name_call_unresolved",
      "note": "Call to 'powerlaw_cluster_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'degree_mixing_dict(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 75,
      "pattern": "name_call_unresolved",
      "note": "Call to 'degree_mixing_dict(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gnm_random_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'degree_mixing_dict(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_joint_degree_seq",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'degree_mixing_dict(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'lattice_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_2d_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 104,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .grid_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree_histogram(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangular_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangular_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangular_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangular_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangular_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangular_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .triangular_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hexagonal_lattice_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_lattice",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 63,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hypercube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_multipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inverse_line_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_line",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielskian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielskian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielski_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielski_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielski_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielski_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielskian(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_mycielski",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .mycielski_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nonisomorphic_trees(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_nonisomorphic_trees",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_clustered_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_clustered_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_clustered_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_clustered_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_clustered",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_clustered_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'generator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'generator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'generator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 54,
      "pattern": "name_call_unresolved",
      "note": "Call to 'generator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 68,
      "pattern": "name_call_unresolved",
      "note": "Call to 'generator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'generator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dense_gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .powerlaw_cluster_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .powerlaw_cluster_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_shell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_lobster_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_lobster_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dual_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dual_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dual_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dual_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .newman_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .newman_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_kernel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_kernel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .newman_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .newman_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 360,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_watts_strogatz_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 409,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_using_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 410,
      "pattern": "name_call_unresolved",
      "note": "Call to 'generator(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 417,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 418,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 424,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 425,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 439,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dual_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extended_barabasi_albert_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .powerlaw_cluster_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_lobster_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_shell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_powerlaw_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_kernel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_regular_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_k_lift(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_k_regular(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_k_lift(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .in_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .out_degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_k_lift(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_k_lift(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_random_graphs",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LCF_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LCF_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LCF_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LCF_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LCF_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .could_be_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .LCF_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bull_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chvatal_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cubical_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .desargues_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diamond_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dodecahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .frucht_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heawood_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .hoffman_singleton_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .house_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .house_x_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .icosahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .krackhardt_kite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .moebius_kantor_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .octahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pappus_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sedgewick_maze_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tetrahedral_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .radius(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .truncated_cube_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .truncated_tetrahedron_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tutte_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tutte_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generalized_petersen_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 217,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 220,
      "pattern": "name_call_unresolved",
      "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_small",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 3,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 4,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'karate_club_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 42,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'is_isomorphic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_spectral_graph_forge",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .stochastic_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_stochastic",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sudoku_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_sudoku",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_empty(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .islice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .visibility_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_time_series",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'prefix_tree_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 38,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 49,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 51,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prefix_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .prefix_tree_recursive(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_labeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_rooted_forest(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_unlabeled_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_trees",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_triads",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'triad_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.generators.tests.test_triads",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_triads",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.generators.tests.test_triads",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'triad_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ndarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dasum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 60,
      "pattern": "name_call_unresolved",
      "note": "Call to 'M(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ddot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'A(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ddot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .daxpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .daxpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dasum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'M(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ddot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .daxpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .splu(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ndarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .solve(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ndarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csc_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .argmax(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .max(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ndarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .qr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dasum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .inv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csc_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .atleast_2d(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lobpcg(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .atleast_2d(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 399,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_fiedler(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 307,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 308,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 488,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 497,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_fiedler(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 403,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 404,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 576,
      "pattern": "name_call_unresolved",
      "note": "Call to 'find_fiedler(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 501,
      "pattern": "name_call_unresolved",
      "note": "Call to 'np_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tolist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.algebraicconnectivity",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 280,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 295,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .reshape(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 438,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lil_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 451,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 451,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 453,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_value(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.attrmatrix",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.bethehessianmatrix",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lil_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asformat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.graphmatrix",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .errstate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isinf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .identity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 250,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 251,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 431,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 348,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 349,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_strongly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_aperiodic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dia_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eye_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.laplacianmatrix",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .outer(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 9,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 10,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .outer(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.modularitymatrix",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvalsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvalsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvals(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .eigvalsh(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.spectrum",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._tracemin_fiedler(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_bisection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_bisection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .norm(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'laplacian_fn(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .algebraic_connectivity(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fiedler_vector(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 313,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 318,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .spectral_ordering(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_algebraic_connectivity",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attr_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attr_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attr_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attr_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attr_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attr_sparse_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fill_diagonal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .attr_sparse_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_attrmatrix",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ix_(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_bethehessian",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_clustered_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .abs(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .incidence_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_graphmatrix",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_combinatorial_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_combinatorial_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_combinatorial_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .margulis_gabber_galil_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_combinatorial_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_combinatorial_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_laplacian",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_combinatorial_laplacian_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ix_(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .directed_modularity_matrix(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_modularity",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ix_(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .havel_hakimi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normalized_laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .modularity_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sqrt(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bethe_hessian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .laplacian_spectrum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.linalg.tests.test_spectrum",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asctime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gmtime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 246,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.adjlist",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 258,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 289,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edge_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 300,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.edgelist",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .splitlines(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 206,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reader(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 208,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reader(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strftime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 421,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 559,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 635,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 657,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 688,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 692,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 720,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 761,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 768,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 780,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 792,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 801,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 813,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 820,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 843,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 845,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 856,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 876,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 878,
      "pattern": "self_method_not_found",
      "note": "self.node_type(...) not found in class 'GEXFReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 881,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 890,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 892,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 895,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 900,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 903,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 911,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 915,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 921,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 922,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 924,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 927,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 929,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 935,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 939,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 941,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 944,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 945,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 946,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 954,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 957,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 958,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 963,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 966,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 969,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 973,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 977,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 979,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 988,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 989,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 990,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 991,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 995,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 997,
      "pattern": "self_method_not_found",
      "note": "self.node_type(...) not found in class 'GEXFReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 998,
      "pattern": "self_method_not_found",
      "note": "self.node_type(...) not found in class 'GEXFReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1011,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1020,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1028,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1031,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1033,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1039,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1042,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1047,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1049,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1058,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1059,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1061,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1073,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1074,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1075,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1076,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1077,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1080,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gexf",
      "lineno": 1132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sub(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sub(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .splitlines(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .group(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 359,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Token(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 359,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Pattern(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 363,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Token(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 390,
      "pattern": "name_call_unresolved",
      "note": "Call to 'destringizer(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 409,
      "pattern": "name_call_unresolved",
      "note": "Call to 'destringizer(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 478,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 560,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 568,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 591,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .match(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .upper(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .upper(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 745,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rfind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 755,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 770,
      "pattern": "name_call_unresolved",
      "note": "Call to 'stringizer(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 772,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 788,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 808,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 814,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 882,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 882,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.gml",
      "lineno": 820,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 140,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 194,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 260,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 261,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 321,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graph6",
      "lineno": 322,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 62,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .splitlines(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 297,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reader(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 304,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reader(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 236,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 373,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reader(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 378,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reader(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 483,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 548,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 551,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 567,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 576,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 582,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 589,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 605,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 613,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 614,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 627,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 629,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 631,
      "pattern": "self_method_not_found",
      "note": "self.myElement(...) not found in class 'GraphMLWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 637,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 655,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 674,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 680,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xmlfile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 725,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__enter__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_declaration(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__enter__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 760,
      "pattern": "attribute_call",
      "note": "Call via attribute access .element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 762,
      "pattern": "attribute_call",
      "note": "Call via attribute access .element(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 771,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 778,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 787,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 789,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 792,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 793,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 796,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 798,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 800,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 801,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 803,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 804,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 806,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 810,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 821,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 823,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 825,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__str__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 831,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__exit__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 832,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__exit__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 867,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 869,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 878,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 878,
      "pattern": "name_call_unresolved",
      "note": "Call to 'python_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 880,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 880,
      "pattern": "name_call_unresolved",
      "note": "Call to 'python_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 882,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 884,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 886,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 889,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 893,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 899,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 899,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 899,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 901,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 911,
      "pattern": "self_method_not_found",
      "note": "self.node_type(...) not found in class 'GraphMLReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 911,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 914,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 916,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 917,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 923,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 925,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 928,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 929,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 931,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 934,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 936,
      "pattern": "self_method_not_found",
      "note": "self.node_type(...) not found in class 'GraphMLReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 937,
      "pattern": "self_method_not_found",
      "note": "self.node_type(...) not found in class 'GraphMLReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 947,
      "pattern": "self_method_not_found",
      "note": "self.edge_key_type(...) not found in class 'GraphMLReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 951,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 953,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 959,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 964,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 965,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 970,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 978,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 980,
      "pattern": "name_call_unresolved",
      "note": "Call to 'data_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 985,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 987,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 990,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 993,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 995,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 996,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 998,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1011,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1025,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1026,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1027,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1028,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1034,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1036,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1040,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1043,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1049,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.graphml",
      "lineno": 1052,
      "pattern": "name_call_unresolved",
      "note": "Call to 'python_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 20,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.leda",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asctime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gmtime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 137,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 256,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .find(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 282,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 289,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edgetype(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 304,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.multiline_adjlist",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .size(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .neighbors(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 62,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.p2g",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 99,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.pajek",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 254,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 319,
      "pattern": "name_call_unresolved",
      "note": "Call to 'not_implemented_for(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.sparse6",
      "lineno": 320,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 19,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 261,
      "pattern": "name_call_unresolved",
      "note": "Call to 'StackFrame(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 283,
      "pattern": "name_call_unresolved",
      "note": "Call to 'StackFrame(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 290,
      "pattern": "name_call_unresolved",
      "note": "Call to 'StackFrame(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 416,
      "pattern": "name_call_unresolved",
      "note": "Call to 'StackFrame(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 607,
      "pattern": "name_call_unresolved",
      "note": "Call to '_write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 422,
      "pattern": "name_call_unresolved",
      "note": "Call to 'open_file(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strongly_connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .condensation(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 623,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .as_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 712,
      "pattern": "attribute_call",
      "note": "Call via attribute access .as_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .as_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .as_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 721,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 769,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ParseStackFrame(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 780,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 781,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 783,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rsplit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 790,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rsplit(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 799,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ParseStackFrame(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 811,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ParseStackFrame(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 848,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 849,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.text",
      "lineno": 850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.adjacency",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.cytoscape",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.node_link",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_weakly_connected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tree",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 14,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 24,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 31,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 51,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 63,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_adjacency",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'adjacency_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 12,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 18,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 21,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 40,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 53,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 70,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_cytoscape",
      "lineno": 78,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cytoscape_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 27,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 55,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 69,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 76,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'node_link_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_node_link",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 15,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 28,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 44,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.json_graph.tests.test_tree",
      "lineno": 48,
      "pattern": "name_call_unresolved",
      "note": "Call to 'tree_data(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 128,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 158,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 176,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 186,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 187,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 206,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 207,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 216,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 217,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 225,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 226,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 234,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 277,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 278,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 287,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 288,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 297,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 298,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 309,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 310,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 323,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 324,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_multiline_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 332,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 333,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_adjlist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_adjlist",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dedent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 83,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_weighted_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 89,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 120,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 121,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 130,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 138,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 139,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 172,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 249,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 259,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 260,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 270,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 271,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isolates(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 280,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 281,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 290,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 291,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 300,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 301,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .StringIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_edgelist",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strftime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strftime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 398,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 400,
      "pattern": "attribute_call",
      "note": "Call via attribute access .arange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 401,
      "pattern": "attribute_call",
      "note": "Call via attribute access .float64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strftime(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 468,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 469,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 474,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 475,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 476,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 496,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 500,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 511,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 512,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 514,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 519,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 523,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 524,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 525,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 526,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 545,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 556,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 562,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 563,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 571,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 573,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 575,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 581,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 583,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 584,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 586,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 587,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 588,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 589,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 592,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 593,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 595,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 598,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 599,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 601,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 605,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 607,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 608,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 609,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 611,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 612,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 617,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 618,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 622,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 626,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 629,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 631,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 632,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 638,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 651,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 652,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 653,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 657,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 663,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 667,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 672,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 673,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 679,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 680,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gexf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 681,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 682,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gexf",
      "lineno": 684,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_node_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isnan(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 428,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 451,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 486,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 487,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 490,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 510,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 545,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 558,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 561,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 564,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 572,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 585,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 597,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 600,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 602,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 603,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 625,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 634,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 636,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 665,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 666,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 668,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .decode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 686,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 722,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 723,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 729,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 731,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 733,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 734,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 738,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 739,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 742,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 743,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_gml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 744,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_gml",
      "lineno": 727,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data_to_n(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .n_to_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data_to_n(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .n_to_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .data_to_n(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .n_to_data(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 35,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 36,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 45,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 46,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6_file(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graph6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 182,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_graph6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graph6",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 330,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 331,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 335,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 336,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 341,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 342,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 346,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 347,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 352,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 353,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 356,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 357,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 358,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 363,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 364,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 368,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 369,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 373,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 374,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 374,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 425,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 453,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 455,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 484,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 485,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 508,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 516,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 532,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 535,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 536,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 536,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 541,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 544,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 657,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 659,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 669,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 671,
      "pattern": "attribute_call",
      "note": "Call via attribute access .has_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 676,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 677,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 767,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 768,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 769,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 773,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 774,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 775,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1062,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1063,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1064,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1084,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1085,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1087,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1088,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1089,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1090,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1098,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setup_class(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1099,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1113,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1132,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1145,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1151,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getroot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1190,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1195,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getroot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1220,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1223,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1234,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1237,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1248,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1263,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .int64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1279,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1292,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1301,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1316,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1321,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1322,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1325,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getroot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getroot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1341,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1342,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1343,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1345,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1346,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1354,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1357,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1366,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1367,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getroot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .findall(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getroot(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1389,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1393,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1394,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1399,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .float64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1408,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .float32(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1420,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1422,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1423,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1427,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1432,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .float64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1436,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1437,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1447,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1448,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1457,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1459,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1460,
      "pattern": "self_method_not_found",
      "note": "self.writer(...) not found in class 'TestWriteGraphML' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setup_class(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1477,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1479,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1480,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1481,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1483,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1491,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1493,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1501,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1503,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1505,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1506,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_graphml",
      "lineno": 1529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_graphml(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_leda(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_leda(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_leda(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_leda(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_leda",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 63,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_p2g",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 39,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 58,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 73,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 83,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 86,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parse_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_pajek(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 127,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_pajek",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_sparse6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 13,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 17,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_sparse6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_sparse6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_sparse6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_sparse6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_sparse6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 71,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 72,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .trivial_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_bipartite_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gnm_random_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getvalue(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_sparse6_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .order(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 162,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_sparse6(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_sparse6",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 63,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 64,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .disjoint_union_all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 317,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 318,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 320,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 325,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 464,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 465,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 469,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 470,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 472,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 566,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 567,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 570,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 573,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 574,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 576,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 577,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 578,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 580,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 639,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 640,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 641,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 642,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 643,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 644,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 645,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 646,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 647,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 648,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 649,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 650,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 653,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 654,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 655,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 656,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 657,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 658,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 659,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 660,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 661,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 662,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 714,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 716,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 718,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 719,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 747,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 752,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 753,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 756,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 777,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 778,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 779,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 782,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 783,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 784,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 786,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 857,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 858,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 859,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 860,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 861,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 862,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 863,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 864,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 872,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 873,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 874,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 875,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 936,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 937,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 952,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 955,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 956,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 957,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 968,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 971,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 972,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 973,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 989,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 992,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 993,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 994,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1011,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1014,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1015,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1016,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1036,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1039,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1040,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1041,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1098,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1101,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1105,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1117,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1119,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1171,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1173,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1175,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1179,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1183,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1185,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1187,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1189,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1277,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1278,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1279,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1281,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1283,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1285,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1287,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1289,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1291,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1293,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1295,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1296,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1385,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1387,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1389,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1390,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1391,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1439,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1440,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1441,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1444,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1449,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1450,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1451,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1452,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1455,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1456,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1457,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1542,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1543,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1545,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1547,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1550,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1553,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1554,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1606,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1609,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1612,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1613,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1614,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1615,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1616,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1617,
      "pattern": "name_call_unresolved",
      "note": "Call to 'write(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1619,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1620,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1678,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1686,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1687,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1694,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erdos_renyi_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1701,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .balanced_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1704,
      "pattern": "attribute_call",
      "note": "Call via attribute access .circular_ladder_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1705,
      "pattern": "attribute_call",
      "note": "Call via attribute access .star_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1706,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lollipop_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wheel_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dorogovtsev_goltsev_mendes_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1730,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1732,
      "pattern": "attribute_call",
      "note": "Call via attribute access .generate_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1741,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_network_text(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.readwrite.tests.test_text",
      "lineno": 1711,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .simulated_annealing_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .threshold_accepting_tsp(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_all_random_functions",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dest(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'source(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 30,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 32,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 34,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dest(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 43,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 79,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dest(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 80,
      "pattern": "name_call_unresolved",
      "note": "Call to 'source(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 81,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 82,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 84,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 85,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 87,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 88,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 91,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dest(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'source(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 104,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 111,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 114,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 125,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 128,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 129,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 131,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 152,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 153,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 155,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 156,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 158,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 159,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 168,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 170,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 170,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 171,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 173,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 180,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 183,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 184,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 186,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 189,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 192,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 193,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 195,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 203,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 204,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 206,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 207,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 209,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 210,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 216,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 217,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 218,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 222,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 223,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 224,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 228,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 230,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 262,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 262,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 274,
      "pattern": "name_call_unresolved",
      "note": "Call to 'Custom(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_dict_of_dicts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_dict_of_dicts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_dict_of_dicts(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 90,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .astype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 158,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 166,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 179,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 205,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 287,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_undirected(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 295,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 298,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 332,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 347,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 349,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 355,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 369,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 370,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 376,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 365,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dtype(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 405,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 407,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 418,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 435,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 436,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 439,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 442,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 443,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 444,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 422,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .diag(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 458,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ones(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 461,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 462,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 463,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 466,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 468,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 482,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 492,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .repeat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 497,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 504,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 471,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 519,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 520,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 523,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 526,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 530,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 531,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 507,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 538,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 539,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 534,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 545,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 546,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 547,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 548,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 549,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_numpy_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 552,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_numpy",
      "lineno": 542,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .concat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 41,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 46,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 68,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_dict(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 103,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 104,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 123,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 150,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 168,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_frame_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 220,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 223,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 226,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_frame_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 264,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 272,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 274,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sort_values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_frame_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 289,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 290,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 308,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_frame_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 310,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_frame_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 326,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 327,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_pandas_edgelist(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_numpy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_pandas_adjacency(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 348,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_pandas",
      "lineno": 349,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .barbell_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 16,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cycle_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_networkx_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocoo(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .tocsc(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__class__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 66,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lil_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 108,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 124,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 128,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 132,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 148,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .todense(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 176,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_node(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .toarray(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 209,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csr_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 228,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 232,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 242,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 244,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 250,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .csr_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 262,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .asformat(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .coo_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 281,
      "pattern": "name_call_unresolved",
      "note": "Call to 'graphs_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_convert_scipy",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_exceptions",
      "lineno": 9,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_exceptions",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_exceptions",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_exceptions",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_exceptions",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_exceptions",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_exceptions",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_import",
      "lineno": 5,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_import",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_import(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_import(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_import(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_import(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_import(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_import(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_import(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sin(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .erf(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_lazy_imports",
      "lineno": 67,
      "pattern": "attribute_call",
      "note": "Call via attribute access .approx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 13,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 14,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 33,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 35,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 51,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_node_labels_to_integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 96,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .empty_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 107,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 112,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 126,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 130,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 140,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 146,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 146,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 147,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 153,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 160,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 163,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 170,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 174,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 185,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 189,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 191,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 193,
      "pattern": "attribute_call",
      "note": "Call via attribute access .complete_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_isomorphic(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 198,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 200,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 203,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 203,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 204,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 205,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 206,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nodes_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 211,
      "pattern": "name_call_unresolved",
      "note": "Call to 'MG(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 216,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 236,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 240,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 269,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 270,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 275,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 281,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 299,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 302,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 313,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 323,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 336,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_relabel",
      "lineno": 353,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relabel_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_removed_functions_exception_messages",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.tests.test_removed_functions_exception_messages",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_tree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .getLogger(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isidentifier(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 79,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 175,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 177,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .load(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 361,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__new__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 445,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 447,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 467,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .signature(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 513,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 515,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 517,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 521,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 527,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 528,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Parameter(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 551,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 565,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 621,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 624,
      "pattern": "attribute_call",
      "note": "Call via attribute access .endswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 670,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 695,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 776,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 795,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 810,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 885,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 895,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 929,
      "pattern": "attribute_call",
      "note": "Call via attribute access .chain(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 933,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 943,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 967,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 980,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 990,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1002,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1013,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1071,
      "pattern": "attribute_call",
      "note": "Call via attribute access .startswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1070,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1073,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1074,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1080,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1084,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .can_run(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .should_run(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .apply_defaults(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1292,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setdefault(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1375,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setdefault(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1433,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1446,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_to_nx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1454,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_from_nx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1473,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1487,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1489,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1499,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1537,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1557,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1569,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1576,
      "pattern": "name_call_unresolved",
      "note": "Call to 'func(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1579,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1596,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1603,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1610,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1683,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1699,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1705,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1708,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1714,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .apply_defaults(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1716,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1717,
      "pattern": "attribute_call",
      "note": "Call via attribute access .apply_defaults(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1721,
      "pattern": "attribute_call",
      "note": "Call via attribute access .copy(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1724,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1726,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1736,
      "pattern": "attribute_call",
      "note": "Call via attribute access .debug(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1743,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1746,
      "pattern": "attribute_call",
      "note": "Call via attribute access .xfail(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1802,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1829,
      "pattern": "attribute_call",
      "note": "Call via attribute access .endswith(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1834,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1834,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_nodes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1835,
      "pattern": "attribute_call",
      "note": "Call via attribute access .number_of_edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1836,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1837,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1837,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1844,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1850,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1860,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1865,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_to_nx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1868,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_to_nx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1876,
      "pattern": "self_method_not_found",
      "note": "self.orig_func(...) not found in class '_dispatchable' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1910,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1918,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1919,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1932,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1938,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1942,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1943,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1947,
      "pattern": "attribute_call",
      "note": "Call via attribute access .split(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1949,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1951,
      "pattern": "attribute_call",
      "note": "Call via attribute access .strip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1963,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1973,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 1974,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2003,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2006,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2037,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2037,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2046,
      "pattern": "attribute_call",
      "note": "Call via attribute access .product(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2050,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2056,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2064,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2071,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2075,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2081,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2085,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2090,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setdefault(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .setdefault(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .issubset(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bind_partial(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2175,
      "pattern": "name_call_unresolved",
      "note": "Call to '_orig_dispatchable(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2180,
      "pattern": "attribute_call",
      "note": "Call via attribute access .signature(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .replace(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.backends",
      "lineno": 2182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__new__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__delattr__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ItemsView(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .KeysView(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ValuesView(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 186,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .register(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._on_setattr(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 379,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 391,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.configs",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXNotImplemented(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 757,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 758,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 759,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 785,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._lazy_compile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 791,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 794,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 818,
      "pattern": "attribute_call",
      "note": "Call via attribute access .isgeneratorfunction(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 821,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 828,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Lock(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 851,
      "pattern": "attribute_call",
      "note": "Call via attribute access .compile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 870,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sub(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 871,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 907,
      "pattern": "attribute_call",
      "note": "Call via attribute access .format(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 909,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._indent(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 910,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 913,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 985,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assemble(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1015,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1018,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1019,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1024,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1030,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1053,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1054,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1057,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1097,
      "pattern": "attribute_call",
      "note": "Call via attribute access .signature(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1106,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1148,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._name(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Signature(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .namedtuple(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1193,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.decorators",
      "lineno": 1235,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._flatten(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 162,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 174,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 208,
      "pattern": "self_method_not_found",
      "note": "self._Node(...) not found in class 'PairingHeap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 247,
      "pattern": "name_call_unresolved",
      "note": "Call to 'link(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 258,
      "pattern": "name_call_unresolved",
      "note": "Call to 'link(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__init__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 293,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 307,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.heaps",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.mapped_queue",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.mapped_queue",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.mapped_queue",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.mapped_queue",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.mapped_queue",
      "lineno": 199,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.mapped_queue",
      "lineno": 230,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.mapped_queue",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 76,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 78,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 117,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 138,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zeros(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pairwise(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 291,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 324,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 337,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 344,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bytes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__getstate__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__setstate__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .warn(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 392,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 395,
      "pattern": "attribute_call",
      "note": "Call via attribute access .integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 404,
      "pattern": "attribute_call",
      "note": "Call via attribute access .integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 419,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 426,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 429,
      "pattern": "attribute_call",
      "note": "Call via attribute access .integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 430,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 434,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exponential(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 438,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pareto(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 504,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 550,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 551,
      "pattern": "attribute_call",
      "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 628,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 630,
      "pattern": "attribute_call",
      "note": "Call via attribute access .append(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 633,
      "pattern": "attribute_call",
      "note": "Call via attribute access .count(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 664,
      "pattern": "attribute_call",
      "note": "Call via attribute access .clear(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 702,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 703,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_multigraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 707,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 709,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 713,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.misc",
      "lineno": 715,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .paretovariate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 25,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 121,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NetworkXError(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .bisect_left(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 141,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 173,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 194,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.random_sequence",
      "lineno": 187,
      "pattern": "name_call_unresolved",
      "note": "Call to 'py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .connected_components(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .subgraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 133,
      "pattern": "name_call_unresolved",
      "note": "Call to 'heuristic(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .popleft(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .extend(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 148,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 152,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shortest_path_length(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 153,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.rcm",
      "lineno": 158,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.union_find",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.union_find",
      "lineno": 89,
      "pattern": "name_call_unresolved",
      "note": "Call to 'groups(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._dispatchable(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 17,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 18,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pagerank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pagerank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pagerank(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 28,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 37,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 55,
      "pattern": "attribute_call",
      "note": "Call via attribute access .coo_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .convert_from_nx(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 62,
      "pattern": "attribute_call",
      "note": "Call via attribute access .__getattr__(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 81,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 84,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 88,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 93,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .from_scipy_sparse_array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .skipif(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 109,
      "pattern": "name_call_unresolved",
      "note": "Call to 'LoopbackGraph(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 110,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 115,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .ego_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .skipif(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 139,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 140,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 141,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 144,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 145,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 150,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 154,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 155,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 157,
      "pattern": "attribute_call",
      "note": "Call via attribute access .intersection(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .skipif(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 164,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .null_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 186,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 197,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 206,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 213,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 215,
      "pattern": "attribute_call",
      "note": "Call via attribute access .graphs_equal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 218,
      "pattern": "attribute_call",
      "note": "Call via attribute access .backend_priority(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 219,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_backends",
      "lineno": 190,
      "pattern": "attribute_call",
      "note": "Call via attribute access .skipif(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 31,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 38,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 43,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 44,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 29,
      "pattern": "name_call_unresolved",
      "note": "Call to 'EmptyConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 54,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 56,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 61,
      "pattern": "name_call_unresolved",
      "note": "Call to 'EmptyConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 75,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 89,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 94,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 96,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 100,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .dumps(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 113,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DefaultConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 115,
      "pattern": "name_call_unresolved",
      "note": "Call to 'DefaultConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 129,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 131,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 137,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 156,
      "pattern": "attribute_call",
      "note": "Call via attribute access .config(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 159,
      "pattern": "attribute_call",
      "note": "Call via attribute access .backend_priority(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 165,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 166,
      "pattern": "attribute_call",
      "note": "Call via attribute access .config(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 168,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .backend_priority(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 177,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FlexibleConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 189,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FlexibleConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .keys(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .values(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 210,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 214,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 215,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FlexibleConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 218,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FlexibleConfig(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 223,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FlexibleConfigWithDefault(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 224,
      "pattern": "name_call_unresolved",
      "note": "Call to 'FlexibleConfigWithDefault(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 229,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cfg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 235,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cfg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 238,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cfg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 248,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cfg(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_config",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 26,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 50,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 57,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 58,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 60,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 61,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 70,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 71,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 72,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 73,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 74,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 77,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 80,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 91,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .unlink(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .encode(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .readlines(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 125,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 134,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 142,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 149,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 151,
      "pattern": "attribute_call",
      "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 163,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Path(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 167,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 178,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 183,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 192,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 196,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 200,
      "pattern": "attribute_call",
      "note": "Call via attribute access .close(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 201,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 211,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 217,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 237,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 238,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 241,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 245,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 256,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 263,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 266,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 273,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 277,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 280,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 284,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 285,
      "pattern": "attribute_call",
      "note": "Call via attribute access .seed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 288,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 290,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 297,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 301,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 303,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 309,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 319,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 354,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ArgmapError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 364,
      "pattern": "name_call_unresolved",
      "note": "Call to 'ArgmapError(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 420,
      "pattern": "name_call_unresolved",
      "note": "Call to 'f(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 460,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 463,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 494,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 495,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 498,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 502,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 509,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 518,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Barrier(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 522,
      "pattern": "attribute_call",
      "note": "Call via attribute access .wait(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 529,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Thread(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 531,
      "pattern": "attribute_call",
      "note": "Call via attribute access .start(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_decorators",
      "lineno": 533,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 92,
      "pattern": "name_call_unresolved",
      "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 98,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 101,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 105,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 107,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 113,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 114,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 116,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 118,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 120,
      "pattern": "attribute_call",
      "note": "Call via attribute access .insert(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 122,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_heaps",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 46,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 65,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 75,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftup(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 95,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftup(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 103,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftup(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 111,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftup(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftup(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 127,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftdown(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 135,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftdown(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 143,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._siftdown(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 172,
      "pattern": "attribute_call",
      "note": "Call via attribute access ._heapify(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pop(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 181,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 195,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 202,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 260,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_mapped_queue",
      "lineno": 267,
      "pattern": "attribute_call",
      "note": "Call via attribute access .update(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 52,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flatten(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 57,
      "pattern": "name_call_unresolved",
      "note": "Call to 'flatten(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 49,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 65,
      "pattern": "name_call_unresolved",
      "note": "Call to 'make_list_of_ints(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 66,
      "pattern": "name_call_unresolved",
      "note": "Call to 'make_list_of_ints(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 67,
      "pattern": "name_call_unresolved",
      "note": "Call to 'make_list_of_ints(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 68,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 69,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 74,
      "pattern": "name_call_unresolved",
      "note": "Call to 'powerlaw_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 75,
      "pattern": "name_call_unresolved",
      "note": "Call to 'discrete_sequence(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 82,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 85,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 86,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 87,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 88,
      "pattern": "name_call_unresolved",
      "note": "Call to 'make_list_of_ints(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 89,
      "pattern": "name_call_unresolved",
      "note": "Call to 'make_list_of_ints(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 90,
      "pattern": "name_call_unresolved",
      "note": "Call to 'make_list_of_ints(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 92,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 97,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 99,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 102,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 109,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 112,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 118,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dict_to_numpy_array(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 119,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 122,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dict_to_numpy_array(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 123,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 126,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 132,
      "pattern": "name_call_unresolved",
      "note": "Call to 'dict_to_numpy_array(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 133,
      "pattern": "attribute_call",
      "note": "Call via attribute access .array(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 136,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sum(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 143,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 144,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 145,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 147,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 149,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pairwise(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 154,
      "pattern": "name_call_unresolved",
      "note": "Call to 'groups(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 157,
      "pattern": "name_call_unresolved",
      "note": "Call to 'groups(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 161,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 164,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 165,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 166,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 167,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 169,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 170,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 171,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 173,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 173,
      "pattern": "attribute_call",
      "note": "Call via attribute access .rand(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 173,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 179,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 180,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 181,
      "pattern": "name_call_unresolved",
      "note": "Call to 'pyrs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 182,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 184,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 187,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Generator(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 188,
      "pattern": "attribute_call",
      "note": "Call via attribute access .SFC64(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 191,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 192,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 192,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 193,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 194,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 196,
      "pattern": "name_call_unresolved",
      "note": "Call to 'old_nprs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 197,
      "pattern": "name_call_unresolved",
      "note": "Call to 'nprs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 200,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 201,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 205,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 206,
      "pattern": "name_call_unresolved",
      "note": "Call to 'create_py_random_state(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 207,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 208,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 212,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 216,
      "pattern": "name_call_unresolved",
      "note": "Call to 'PythonRandomInterface(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 216,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 217,
      "pattern": "name_call_unresolved",
      "note": "Call to 'rs(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 220,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 221,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 222,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 223,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gauss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 224,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expovariate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 225,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exponential(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .paretovariate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 226,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pareto(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 227,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 228,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 229,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 231,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 232,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 233,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 235,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 239,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 242,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 243,
      "pattern": "name_call_unresolved",
      "note": "Call to 'PythonRandomInterface(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 243,
      "pattern": "attribute_call",
      "note": "Call via attribute access .default_rng(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 246,
      "pattern": "attribute_call",
      "note": "Call via attribute access .integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randrange(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 247,
      "pattern": "attribute_call",
      "note": "Call via attribute access .integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 248,
      "pattern": "attribute_call",
      "note": "Call via attribute access .uniform(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 249,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .gauss(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 250,
      "pattern": "attribute_call",
      "note": "Call via attribute access .normal(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .expovariate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 251,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exponential(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .paretovariate(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 252,
      "pattern": "attribute_call",
      "note": "Call via attribute access .pareto(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 253,
      "pattern": "attribute_call",
      "note": "Call via attribute access .shuffle(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 254,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 255,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 257,
      "pattern": "attribute_call",
      "note": "Call via attribute access .all(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 258,
      "pattern": "attribute_call",
      "note": "Call via attribute access .randint(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 259,
      "pattern": "attribute_call",
      "note": "Call via attribute access .integers(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 261,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 265,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 268,
      "pattern": "name_call_unresolved",
      "note": "Call to 'PythonRandomInterface(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 268,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 271,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 272,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choices(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 276,
      "pattern": "attribute_call",
      "note": "Call via attribute access .importorskip(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 279,
      "pattern": "name_call_unresolved",
      "note": "Call to 'PythonRandomInterface(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 279,
      "pattern": "attribute_call",
      "note": "Call via attribute access .RandomState(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 282,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 283,
      "pattern": "attribute_call",
      "note": "Call via attribute access .choises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 290,
      "pattern": "name_call_unresolved",
      "note": "Call to 'iterable_type(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 291,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 286,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 300,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 301,
      "pattern": "name_call_unresolved",
      "note": "Call to 'arbitrary_element(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 294,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 309,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 310,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 311,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 311,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 312,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 312,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 314,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 315,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 315,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 316,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 316,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 317,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 317,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 304,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 305,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 306,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 325,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 326,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 328,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 329,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 330,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 331,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 331,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 333,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 334,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 334,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 335,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 335,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_directed(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 320,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 321,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 322,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 343,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 344,
      "pattern": "name_call_unresolved",
      "note": "Call to 'gen(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 346,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 347,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 348,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 348,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 350,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_weighted_edges_from(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 351,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 351,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 352,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 352,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 338,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 339,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 340,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 357,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 358,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 359,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 362,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 363,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 363,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 364,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 364,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 366,
      "pattern": "attribute_call",
      "note": "Call via attribute access .set_edge_attributes(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 367,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 367,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 368,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 368,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 371,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 371,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 372,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 372,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 377,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 378,
      "pattern": "attribute_call",
      "note": "Call via attribute access .path_graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 380,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 381,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 382,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 383,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 384,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 384,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 385,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 385,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 386,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 386,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 387,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 387,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 388,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 388,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 393,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 394,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 396,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 396,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 397,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 397,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 402,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 403,
      "pattern": "attribute_call",
      "note": "Call via attribute access .DiGraph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 405,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 406,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 407,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 407,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 408,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 409,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 409,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 410,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 411,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 411,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 412,
      "pattern": "attribute_call",
      "note": "Call via attribute access .remove_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 413,
      "pattern": "attribute_call",
      "note": "Call via attribute access .add_edge(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 414,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 414,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 415,
      "pattern": "name_call_unresolved",
      "note": "Call to 'edges_equal(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_misc",
      "lineno": 415,
      "pattern": "attribute_call",
      "note": "Call via attribute access .edges(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 7,
      "pattern": "attribute_call",
      "note": "Call via attribute access .powerlaw_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .powerlaw_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .is_valid_tree_degree_sequence(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .parametrize(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zipf_rv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zipf_rv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .zipf_rv(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 34,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_weighted_sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .random_weighted_sample(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 42,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 47,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 48,
      "pattern": "attribute_call",
      "note": "Call via attribute access .weighted_choice(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_random_sequence",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .cumulative_distribution(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_rcm",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_rcm",
      "lineno": 26,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_rcm",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .Graph(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_rcm",
      "lineno": 59,
      "pattern": "attribute_call",
      "note": "Call via attribute access .degree(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_rcm",
      "lineno": 62,
      "pattern": "name_call_unresolved",
      "note": "Call to 'reverse_cuthill_mckee_ordering(...)' not found in local, imported, or builtin symbols."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 11,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionFind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionFind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 20,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 22,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 24,
      "pattern": "attribute_call",
      "note": "Call via attribute access .to_sets(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 29,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionFind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 30,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 31,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 32,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionFind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 40,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 41,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 45,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 52,
      "pattern": "attribute_call",
      "note": "Call via attribute access .UnionFind(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test_unionfind",
      "lineno": 53,
      "pattern": "attribute_call",
      "note": "Call via attribute access .union(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test__init",
      "lineno": 6,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test__init",
      "lineno": 8,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "networkx.utils.tests.test__init",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .raises(...) - target object type not statically resolved."
    },
    {
      "module": "tools.generate_requirements",
      "lineno": 10,
      "pattern": "attribute_call",
      "note": "Call via attribute access .relative_to(...) - target object type not statically resolved."
    },
    {
      "module": "tools.generate_requirements",
      "lineno": 12,
      "pattern": "attribute_call",
      "note": "Call via attribute access .as_posix(...) - target object type not statically resolved."
    },
    {
      "module": "tools.generate_requirements",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .write_text(...) - target object type not statically resolved."
    },
    {
      "module": "tools.generate_requirements",
      "lineno": 19,
      "pattern": "attribute_call",
      "note": "Call via attribute access .join(...) - target object type not statically resolved."
    },
    {
      "module": "tools.generate_requirements",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .loads(...) - target object type not statically resolved."
    },
    {
      "module": "tools.generate_requirements",
      "lineno": 23,
      "pattern": "attribute_call",
      "note": "Call via attribute access .read_text(...) - target object type not statically resolved."
    },
    {
      "module": "tools.generate_requirements",
      "lineno": 27,
      "pattern": "attribute_call",
      "note": "Call via attribute access .items(...) - target object type not statically resolved."
    },
    {
      "module": "tools.team_list",
      "lineno": 15,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "tools.team_list",
      "lineno": 21,
      "pattern": "attribute_call",
      "note": "Call via attribute access .exit(...) - target object type not statically resolved."
    },
    {
      "module": "tools.team_list",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .json(...) - target object type not statically resolved."
    },
    {
      "module": "tools.team_list",
      "lineno": 25,
      "pattern": "attribute_call",
      "note": "Call via attribute access .get(...) - target object type not statically resolved."
    },
    {
      "module": "tools.team_list",
      "lineno": 33,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "tools.team_list",
      "lineno": 36,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    },
    {
      "module": "tools.team_list",
      "lineno": 39,
      "pattern": "attribute_call",
      "note": "Call via attribute access .lower(...) - target object type not statically resolved."
    }
  ],
  "governance_gate": "APPROVED"
}